Feature: Task Rewards (Lightning Bounties) #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Allow task creators to attach a sat reward (bounty) to persistent tasks. When someone completes the task, they receive the reward via Lightning Network.
Related to: #1 (Persistent Task List)
Feature Requirements
1. Reward Properties
2. Reward Lifecycle
3. Payment Flow Options
Option A: Manual Release (Simpler)
Option B: Escrow via LNbits (More Complex)
Recommendation: Start with Option A for simplicity.
4. UI Components
4.1 Create Task Form
4.2 Task Card
4.3 Task Completion
5. Sorting/Filtering
Technical Implementation
Nostr Event Tags
Add a
rewardtag to the persistent task event:Integration Points
Acceptance Criteria
Future Enhancements (Out of Scope)