Skip to content

docs: add Mint Club to token launch platforms on Base #158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/cookbook/launch-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down