-
Notifications
You must be signed in to change notification settings - Fork 0
Fee Collection Logic #16
Copy link
Copy link
Open
Labels
@geevapp/app/wave2Moving to the app repo, as the contracts repo was not accepted for Drips Wave 2Moving to the app repo, as the contracts repo was not accepted for Drips Wave 2
Metadata
Metadata
Assignees
Labels
@geevapp/app/wave2Moving to the app repo, as the contracts repo was not accepted for Drips Wave 2Moving to the app repo, as the contracts repo was not accepted for Drips Wave 2
Type
Fields
Give feedbackNo fields configured for issues without a type.
User Story
As the Platform,
I want to collect 1% of giveaways as revenue.
Description
Calculate and deduct a fee from the pot.
Files to Create/Edit
Functional Requirements
fee = amount * 1%.net_prize = amount - fee.Suggested Implementation
Acceptance Criteria
Submission Guidelines
feat/fees