Token
KAY9 is an OpenZeppelin ERC-20 with permit and burn. One billion tokens were minted in the constructor and no function can ever mint another.
English governs the contract statements on this page. Contract names, addresses and numbers are shown as they are on the chain.
What the contract cannot do
There is no owner on the token. No pause, no blacklist, no freeze, no transfer fee, no hook and no proxy. burn only destroys the caller's own balance — it is used by the audit fee burn and by the genesis dust policy, and by nobody else.
The 1 % you will hear about
The official KAY9 pool charges a 1 % Uniswap v4 pool fee. That fee is paid by traders to liquidity providers, and 100 % of the KAY9 side plus 60 % of the ETH side compounds back into the locked position. It is not a tax on holding or transferring KAY9: sending KAY9 from one wallet to another costs nothing but gas.
Where the team's 9 % sits
Ninety million KAY9 are held by KAY9TeamVesting against three immutable UTC timestamps: 1 % at TGE, 4 % six calendar months later, 4 % after twelve. release() is permissionless, so anyone can push the unlocked amount to the beneficiary — and nobody, including the team, can move it early.
Liquidity nobody can withdraw
After migration the LP NFT is transferred to the Uniswap FeeSplitter through KAY9LiquidityLock. There is no withdrawal path from that splitter, so the liquidity principal cannot be pulled by the team or by anyone else.

Read from chain
Nothing deployed on this chain yet
- Network
- Robinhood Chain · 4663
- Latest block —
- Token address
- Not deployed yet — deployed by KAY9Genesis in its constructor
- Symbol
- KAY9 (planned)
- Decimals
- 18 (planned)
- Total supply
- 1,000,000,000 KAY9 (fixed at genesis)
- KAY9Token.totalSupply()
- Circulating
- Not deployed yet
- Total supply minus the vesting balance and whatever the launch vault still holds.
- Official pool
- Not created yet — fee 1 %, tick spacing 200, hook InitializerHook (initialize-only)
- A Uniswap v4 pool fee paid to liquidity providers. It is not a token tax.
- Pool liquidity
- No pool until migration
- Active liquidity and current tick read from Uniswap StateView for the official pool id.
- Liquidity lock
- Not deployed yet
- Positions move on to the Uniswap FeeSplitter, where they are irrecoverable.
- Team allocation
- 90,000,000 KAY9 · 9 %
- KAY9TeamVesting.TOTAL_ALLOCATION
- Vesting status
- Not deployed yet
- Unlock timestamps are set at deployment as exact UTC calendar dates.
- Vesting contract
- Not deployed yet
- Owner / timelock
- Not deployed yet — the audit protocol's only admin, with a 48 h delay
- KAY9Token itself has no owner. The timelock governs the audit protocol only.
- Launch state
- Not launched
- KAY9Genesis.launchState()