Clank is a token launch protocol. Every token starts trading on a bonding curve, then graduates to a locked Uniswap V4 pool once its sale allocation sells out.
These docs are for developers who want to integrate the protocol directly: launch tokens, trade on the bonding curve, and trade in the pool after graduation.
What you can build
Launch tokens
Launch from your own app or bot.
Trade the curve
Buy and sell while a token is in its launch phase.
Trade after graduation
Route trades through the token’s locked Uniswap V4 pool.
Index the protocol
Build launch and trade feeds from protocol events.
Where to start
- New to Clank? Read the token lifecycle.
- Ready to write code? Open the quickstart.
- Need an address or ABI? Go to the contract reference.