Token Launch Workflow
Most tool builders want to monetize usage by launching a tool-specific token. Strawberry provides a straightforward process:
- Deploy an ERC-20 via StrawberryFactory
- Strawberry.fun includes a “factory” contract that spins up a new token (often with a bonding curve) plus a CreatorNFT. This NFT designates who collects fees.
- You can do this from our web UI or a CLI script, specifying parameters like:
- Token name/symbol
- Initial bonding curve slope
- Max supply
- Set a Minimum Balance (Optional)
- If your tool uses a hold-to-use gating approach, decide how many tokens are needed for indefinite access.
- Alternatively, skip this if you plan to do pay-per-call or keep your tool entirely free.
- Bonding Curve & Pre-Bonding
- Once the token is live, speculators can buy from the bonding curve.
- This provides initial liquidity and signals market confidence in your tool.
- Graduation to Uniswap
- When the bonding curve hits its max supply (or you choose to end the pre-bonding phase), the system “graduates” the token to a Uniswap V2 pool for standard AMM trading.