everyone's capped.
A Solana token with a 1% max wallet baked right into the coin โ enforced on every transfer, on-chain. No whales. No insiders hoarding the bag. Just a fair little cap for everyone. ๐งข

the cap rule
Three simple truths, enforced by code โ not promises.
Any wallet tops out at 10,000,000 capped (1% of 1,000,000,000). Try to buy past it and the transfer literally reverts.
Only the deployer (liquidity, listings, ops) and the LP pool vaults can exceed 1% โ that exemption is what keeps trading smooth for everyone else.
It's a Token-2022 transfer hook โ a tiny program that runs on every transfer. Frontends can't bypass it. The coin enforces itself.
That sliver of green is the absolute most any single non-deployer wallet can hold.
the transfer hook
The 1% cap isn't a setting on this website โ it's a Token-2022 transfer hook: a small Solana program that runs on every transfer of capped. It checks the receiver and bounces anything that would push a non-exempt wallet past 1%. Frontends can't skip it. The coin enforces itself.
- Anchor / Rust, MIT-licensed, fully open source
- caps the receiver at supply รท 100 on every transfer
- whitelists the deployer + LP-vault authorities so trading & migration just work
- reusable โ any Token-2022 mint can point at it
Same program ID on both clusters. Read the code, verify the logic, or point your own token at it โ that's the whole idea.
grab your cap.
Not on Jupiter or Axiom yet? That's expected โ capped is days-old transfer-hook tech and the aggregators are still integrating it. So we built the swap right into the site. Connect, pick an amount, done.
- live quote & USD market cap
- transfer-hook aware (so it actually works)
- 10% slippage by default for the early curve
- Change wallet
capped is a Token-2022 token. Non-deployer wallets are capped at 1% โ a buy that crosses it will bounce. Early curve is volatile; 10% slippage is sensible.
questions, answered
tap a + to open.
Because capped is brand-new tech. Meteora's Dynamic Bonding Curve just shipped its 0.2.0 upgrade, which added Token-2022 transfer-hook support. capped uses that transfer hook to enforce the 1% wallet cap on-chain. Aggregators and trading terminals (Jupiter, Axiom, Photon, BullX, etc.) have to integrate the new swap_with_transfer_hook instruction before they can route trades โ and most haven't shipped that yet. Until they do, swaps have to go through a transfer-hook-aware route, which is exactly what the swap box on this page is. As platforms roll out support (it's happening), capped will show up on them automatically. Nothing is broken โ the tooling is just catching up to a days-old feature.