Reserve
Reserve a normalized token name + ticker pair for a fixed duration.
Cross-chain token identity protection
Reserve a token name and ticker, launch through a supported platform, and keep that identity protected as momentum grows.

The problem
A creator launches a successful ticker. Another launchpad allows a copycat with the same identity. Users confuse the projects. Liquidity and attention fragment. Traders lose money. The original creator loses control of the identity.
How it works
Reservations are optional. Fees are flat and non-refundable. Protection is time-limited. The longest valid protection window wins. Expired identities return to public availability unless another valid block applies.
Reserve a normalized token name + ticker pair for a fixed duration.
Only the authorized wallet can launch the protected pair through participating platforms.
Bonding, graduation, or verified market-cap milestones may extend protection.
Integrated launchpads query AntiVamp before accepting conflicting launches.
New
Identity-gated token creation with your own wallet, an on-chain creator-fee split where you keep 70%, and an automatic ticker lock when your token graduates — 60 days if you reserved, 48 hours if you didn't.
Creator pricing
Flat fee. Does not deploy a token. Does not count toward a launch fee. Exact crypto amount is calculated at reservation time.
24 hours
$100
Flat · non-refundable
3 days
$250
Flat · non-refundable
7 days
$500
Flat · non-refundable
30 days
$1,500
Flat · non-refundable
Pay in crypto on your chain
| Chain | Status | Accepted now | Stablecoin |
|---|---|---|---|
| SolanaSOL | Live | SOL | USDC — coming |
| BaseBase | Live | ETH | USDC |
| BNB ChainBNB | Live | BNB | USDCUSDT |
| Robinhood ChainRHC | Live | ETH | USDG |
| EthereumETH | Live | ETH | USDCUSDT |
| HyperliquidHyperEVM | Live | HYPE | USDC |
Amounts are computed from the flat USD tier at reservation time via a fail-closed oracle. USDC (and other stablecoin) payment is on the roadmap for Solana and Hyperliquid — enabling it requires an on-chain program/registry upgrade.
Protection logic
New locks never shorten an existing longer lock. Bond locks fire on-chain. Market-cap milestones require authorized verification so fake FDV spikes cannot extend protection.
| Trigger | Duration |
|---|---|
| Reserved launch that bonds | 60 days |
| Unreserved launch that bonds | 48 hours |
| Reserved @ ~$1M market cap | 90 days |
| Unreserved @ ~$1M market cap | 7 days |
Full rules in documentation.
For launchpads
Partner launchpads normalize the pair, call AntiVamp, and allow or block.
POST /v1/launches/validate
{
"chain": "solana",
"name": "Green Robin",
"ticker": "ROBIN",
"launcher": "7xKX…AsU"
}200 response
{
"identityKey": "GREENROBIN::ROBIN",
"status": "protected",
"decision": "block",
"authorizedLauncher": "9Fd2…kQ1",
"protectedUntil": "2026-09-14T18:00:00Z",
"reason": "reserved_launch_bonded",
"expiresAt": "2026-07-16T18:05:00Z",
"signatureAlg": "ed25519",
"signature": "base64-ed25519-sig…"
}Roadmap
Directional phases — no promised ship dates. Live today: on-chain reservations on Hyperliquid and Solana, the cross-chain identity index, and the partner validation API in sandbox.
Reserve once. Protect across integrated launchpads and chains.