Open dillchen opened 2 months ago
As requested I'll add a granular breakdown of the more specific dev tasks/contracts here:
Architect and implement the automatic contest creation action
CC @jnaviask
Can hop on call to discuss 2 and 3 if needed
After some detailed analysis of the way the curve works I wanted to suggest some initial values/defaults for the curve etc.
First, the totals in the ticket description add up to 105% so I would suggest subtracting the 5% from the total liquidity provision to bring the original 70+12.5=82.5 to 77.5(more on this later)
Some values I found while messing with the math that work well imo are.
totalSupply = 1B min initial liquidity = 0.00000000001 ETH (1E8 wei) actual initial liquidity(would be hardcoded in UI) = 4.167E8 wei (creates the first sale at a $1000 mkt cap) connector weight(shape of the curve) = 830,000
these initial parameters create the following outcome of mkt cap/uni liquidity
Of the 77.5% Liquidity provision 43%(430MM tokens) sold via curve 34.5%(345MM tokens) added as liquidity
this implies the following final conditions of the bonding curve final price = $0.00007 final mkt cap = $70k raised liquidity = $25k
initial Uni price = $0.000072
Just suggestions but these values feel clean imo.
Description
This ticket addresses the onchain work necessary to update the distribution of the Launchpad ERC20 token as follows:
Launchpad Distribution:
Beyond initial liquidity, the Launchpad ERC20 tokens will by default 1) launch a contest 2) reserve a portion for community treasury. This is in addition to the current distribution launchpad and liquidity reserve.
Of the 7.5% deposited into the contest, 0.5% will be distributed per week. The distribution will be weighted via community-driven weighted reactions (e.g., upvotes or other forms of engagement) within the contest. Voting power will be based on tokens held, allowing communities to have weighted voting power.
Project Owner
@dillchen
Bucket ID
No response
User Stories / Acceptance Criteria
Initialize Governance Contract (Contract 2)
Integrate with Launchpad Contract
Governance Voting and Proposal Execution
Integration with Existing Contest Infrastructure
Testing and Validation
Design Devlink
No response
Design Screenshot
No response
Additional Context
Out of scope
Future
Tasks