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.
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
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": "base",
"name": "GREENROBIN",
"ticker": "ROBIN",
"launcher": "0x7a1b…0abc"
}200 response
{
"normalizedName": "GREENROBIN",
"normalizedTicker": "ROBIN",
"status": "protected",
"decision": "block",
"authorizedLauncher": "0x7a1b…0abc",
"protectedUntil": "2026-09-14T18:00:00Z",
"reason": "reserved_launch_bonded"
}Roadmap
Directional phases — no promised ship dates. AntiVamp is building from working Novamp protection toward cross-launchpad infrastructure.
Reserve once. Protect across integrated launchpads and chains.