diff --git a/docs/cookbook/launch-tokens.mdx b/docs/cookbook/launch-tokens.mdx index 868e4f81..103ee0fa 100644 --- a/docs/cookbook/launch-tokens.mdx +++ b/docs/cookbook/launch-tokens.mdx @@ -85,6 +85,21 @@ Flaunch leverages Uniswap V4 to enable programmable revenue splits, automated bu [Get started with Flaunch →](https://flaunch.gg) +### Mint Club +**Best for:** Token families and community-driven assets + +Mint Club enables anyone to launch new tokens or NFTs backed by existing ERC-20 tokens. Each trade locks the parent token in a bonding curve pool, creating onchain, auto-managed liquidity that strengthens the parent token while supporting new community assets. + +**Key Features:** +- Launch tokens or NFTs from any ERC-20 token +- Automated liquidity with customizable bonding curves +- Integrated trading interface with cross-chain swap +- Built-in airdrop and lock-up tools +- Simple trading for tokens and NFTs +- Creator revenue sharing + +[Get started with Mint Club →](https://mint.club) + ## Technical Implementation with Foundry For developers who want full control over their token implementation, here's how to create and deploy a custom ERC-20 token on Base using Foundry.