TECHNICAL REFERENCE

DOCS

Complete technical documentation for cc0strategy. Deployed on Base and Ethereum mainnet.

TRANSPARENCY

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.

DEPLOYMENTS (V2)

BASE MAINNET

ETHEREUM MAINNET

SYSTEM DESIGN

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.

GUIDE

HOW TO DEPLOY A TOKEN

1

CONNECT YOUR WALLET

Use any EVM-compatible wallet on Base or Ethereum network.

2

ENTER TOKEN DETAILS

Name, symbol, and the NFT collection address to link.

3

DEPLOY

The Factory creates your token, pool, and configures the hook in a single transaction.

4

DONE

Trading can begin immediately. Fees accumulate from the first swap.

GUIDE

HOW TO CLAIM FEES

1

HOLD NFTS

You must own NFTs from the linked collection.

2

ENTER TOKEN IDS

Specify which NFT token IDs you want to claim for.

3

CLAIM

Call the claim function to receive your accumulated WETH.

NOTE: Claims are based on current NFT ownership. If you sell an NFT, the new owner can claim any unclaimed fees for that token ID.
ECONOMICS

FEE BREAKDOWN

SWAP FEE
1%
TREASURY ($CC0COMPANY BUYBACK)
20% (0.2%)
NFT HOLDERS
80% (0.8%)
EXAMPLE: On a $100 swap, $1 goes to fees. $0.20 goes to treasury for strategic $CC0COMPANY buyback, $0.80 is distributed among all NFT token IDs in the collection.
FEE FLOW: Hook takes 1% → 0.2% to Factory (claimable by team) → 0.8% to LP → LpLocker collects → FeeDistributor → 100% to NFT holders.
RESOURCES

EXTERNAL LINKS