Token Design
Specifications
| Property | Value |
|---|---|
| Name | CYRUS |
| Standard | Jetton (TEP-74) |
| Blockchain | TON |
| Total Supply | 1,000,000,000 |
| Decimals | 9 |
| Minting | Disabled after deployment |
| Burning | None |
The total supply is minted at contract deployment. There is no inflation, no future minting capability, and no burn mechanism.
Distribution
| Allocation | Share | Tokens | Purpose |
|---|---|---|---|
| DAO Treasury | 50% | 500,000,000 | Community-governed fund |
| Public Sale | 40% | 400,000,000 | Quadratic bonding curve |
| Liquidity Pool | 10% | 100,000,000 | DEX liquidity (DeDust/STON.fi) |
No team allocation. No VC rounds. No pre-sale. No insider access.
Quadratic Bonding Curve
The public sale uses a quadratic bonding curve that creates a fair, transparent price discovery mechanism:
price(s) = $0.01 + $0.99 × (s / 400,000,000)²Where s is the number of tokens already sold.
Properties
- Early advantage: First buyers pay the least, rewarding early conviction
- No manipulation: Price is deterministic — set by math, not market makers
- Continuous: Anyone can buy at any time during the sale period
- Direct-to-wallet: Tokens transfer immediately upon purchase
- Buy-only: No sell-back function. This is a distribution mechanism, not a DEX.
Revenue Target
The integral of the bonding curve from 0 to 400M yields approximately $100,000,000 in total revenue, flowing entirely to the DAO treasury.
Jetton Architecture
TON Jettons use a master-wallet pattern:
- Master contract — Stores metadata, total supply, and manages minting
- Wallet contracts — One per holder, deployed automatically on first transfer
- Each holder’s balance is stored in their own wallet contract, not in the master
This architecture enables parallel processing and is fundamental to TON’s scalability.
Supply Philosophy
- Fixed supply is final — The contract has no mint function
- Scarcity increases naturally — Lost wallets and locked positions reduce circulating supply
- Treasury is the only emission lever — Community governs the pace
- No inflation, no dilution — Every holder’s share is permanent
Last updated on