Skip to main content

Mint bPegs

For the first ClankerCats collection, minting a bPeg is simple: buy CCAT on Base.

Each CCAT token carries a BasePeg. When CCAT lands in your wallet, the CCAT contract exposes the matching (id, seed) pair for that wallet, and the site can render the cat directly from the chain.

Quick path

  1. Open the ClankerCats swap: clankercats.com/#trade.
  2. Connect the wallet that should receive the bPeg.
  3. Make sure the swap is on Base.
  4. Swap CLKCAT into CCAT.
  5. Confirm the transaction in your wallet.
  6. Open clankercats.com/#your-cats and enter the same wallet address.

If the swap succeeds, your wallet holds CCAT, and your bPeg should appear in the wallet lookup once the Base transaction is indexed by the site.

Direct Uniswap path

You can also open the prefilled Uniswap route directly:

Swap CLKCAT to CCAT on Uniswap

Use these token addresses if you need to verify the pair manually:

TokenAddress
CLKCAT0x84a5637CcAC19250156e582c5bF7C01Eee151b07
CCAT0xD7800C338228a6eeb37cF74133732Fb6aE05915F

What you receive

Buying CCAT gives your wallet the bPeg tied to that token. The bPeg is not a separate off-chain claim process, allowlist step, or metadata reveal. The ownership data comes from the CCAT contract, and the art is generated by the RENDERER contract from the bPeg's immutable id and seed.

Verify the mint

Use the public wallet view after the transaction confirms:

  1. Go to clankercats.com/#your-cats.
  2. Paste your wallet address.
  3. Check that your cats render in the gallery.

Under the hood, the site calls OwnerUpegsPage(owner, 0, 500) on the CCAT contract and renders each returned (id, seed) pair on-chain. See Your Cats for the API flow.

Notes

  • The first collection is already minted through CCAT; there is no separate mint button.
  • You need Base gas in the swapping wallet to complete the transaction.
  • If your wallet has CCAT but the gallery does not update immediately, wait for the transaction to confirm and try the wallet lookup again.

Make your own bPeg collection

ClankerCats is the first bPeg collection, but the format is meant to spread. If you want to launch your own bPeg collection on Base, start at mirage.garden.