Learn
KAIRO Create Token
KAIRO Create Token deploys a standalone token on Arc. It does not put the token on a bonding curve and does not enter KAIRO Launch. Use it when you want your own token contract and will handle distribution or liquidity yourself.
- Version
- 1.0
- Effective
- 2026-09-06
- Last updated
- 2026-09-07
The creation flow
- TOKEN: name, ticker, decimals and description.
- SUPPLY: the total supply minted at creation.
- FEES / TAXES: an optional buy and sell tax within the bounded limit the contract enforces.
- OWNERSHIP: keep ownership, or renounce it so the settings can never change again.
- RECIPIENTS: where the supply and any tax proceeds go.
- REVIEW: the full configuration, the 49 USDC creation fee and the gas cost, then sign.
The creation fee is 49 USDC, paid as a USDC transfer before deployment. If deployment is interrupted, the paid fee is remembered and finishing costs gas only.
#flowChoosing settings
- A tax is charged on transfers through liquidity pools and sent to your tax recipient. Buyers can see it on chain, so keep it modest or leave it at zero.
- Renouncing ownership is irreversible: no one can change the tax or the recipient afterwards.
- A created token has no market until you or someone else provides liquidity.