This tutorial will guide you through the process of launching a token presale for your DAO. A presale allows your DAO to distribute tokens to early supporters and raise funds for your treasury.
Before creating a proposal, determine the following parameters:
Token Amount: How many tokens to allocate to the presale
Initial Price: The starting price per token in ETH
Purpose: What the raised funds will be used for
Duration: How long you expect the presale to run (note: presales don’t have a time limit, but you can pause them through a proposal)
The presale contract uses a bonding curve mechanism where the price increases by 25% for each tier. There are 10 tiers in total, with each tier containing 1/10th of the total presale tokens.
Token Amount: The number of tokens to allocate to the presale
Initial Price: The starting price per token in ETH
Description: A detailed explanation of the presale purpose, token utility, and fund usage
Choose your initial price carefully. If set too high, it may discourage participation. If set too low, early participants might immediately sell for a profit.
Participants can also sell tokens back to the presale contract at the current tier price, minus one tier. This provides liquidity but discourages quick flipping.
Launching a presale is a powerful way to distribute tokens and raise funds for your DAO. By following this guide, you can create a transparent, fair, and effective token distribution mechanism that benefits both your DAO and its early supporters.For more information on managing your DAO after the presale, refer to the Managing a DAO tutorial.