DOCS
Complete technical documentation for cc0strategy. Deployed on Base and Ethereum mainnet.
BUILT ON CLANKER
cc0strategy is a fork of Clanker, the token launchpad built by the Clanker team. We believe in transparency and giving credit where it's due.
Clanker pioneered the Uniswap V4 hook-based token launchpad model. We forked their contracts and modified them to serve a specific use case: directing trading fees to NFT holders.
VIEW ORIGINAL CLANKER REPO →WHAT WE FORKED
- •Clanker.sol — Factory contract for deploying tokens with Uniswap V4 pools
- •ClankerToken.sol — Standard ERC-20 token template
- •ClankerHook.sol — Uniswap V4 hook for fee collection (1% swap fee)
- •CC0StrategyLpLocker.sol — LP position locker to prevent rug pulls
WHAT WE CHANGED
NFT FEE DISTRIBUTION
Added custom FeeDistributor that routes 80% of trading fees to NFT holders, claimable per token ID. Original Clanker sends fees to deployer.
MULTI-CHAIN SUPPORT
Deployed to both Base and Ethereum mainnet. Factory supports deploying tokens linked to NFT collections on either chain.
$CC0COMPANY BUYBACK
20% of fees go to treasury for strategic $CC0COMPANY token buyback, supporting the cc0.company ecosystem.
BASE MAINNET
ETHEREUM MAINNET
ARCHITECTURE
FACTORY
Deploys new ERC-20 tokens linked to NFT collections. Each deployment creates a Uniswap V4 pool with the custom fee hook attached. Collects 0.2% team fees.
HOOK
Uniswap V4 hook that captures 1% of every swap. 0.2% goes to Factory (team), 0.8% goes to LP position which flows to FeeDistributor.
FEE DISTRIBUTOR
Receives LP fees (0.8% of swaps) and distributes 100% to NFT holders, claimable per token ID. Treasury fees come from Factory separately.
LP LOCKER
Locks LP positions to ensure liquidity remains in the pool. Prevents rug pulls by making initial liquidity permanent.
HOW TO DEPLOY A TOKEN
CONNECT YOUR WALLET
Use any EVM-compatible wallet on Base or Ethereum network.
ENTER TOKEN DETAILS
Name, symbol, and the NFT collection address to link.
DEPLOY
The Factory creates your token, pool, and configures the hook in a single transaction.
DONE
Trading can begin immediately. Fees accumulate from the first swap.
HOW TO CLAIM FEES
HOLD NFTS
You must own NFTs from the linked collection.
ENTER TOKEN IDS
Specify which NFT token IDs you want to claim for.
CLAIM
Call the claim function to receive your accumulated WETH.