Signature Verticals
Vertical 5 — Tokenomics-as-a-Service B2B
8 min read
What it is
An issuer-facing workspace for token projects. Multi-token org. Live holder analysis from real chain explorers (top-10/top-50 concentration, Gini coefficient, conservative wallet labels — Binance, Coinbase, Uniswap routers, burn — never fake "whale" names). Unlock-impact simulation on real DEX liquidity using constant-product AMM math. Public investor report URL the issuer links from their own site. SHA-256-hashed B2B API keys (plaintext shown ONCE).
How to think about it
Bubblemaps does holder maps. CertiK does audit reports. Messari does disclosures. None combines all three with API access AND the discipline to surface "pending"/"unavailable" when chain data isn't available. Tokenomics Studio is the fourth-party integration of all of those, with verifiability as the forcing function.
Step-by-step
-
Open Elite → Tokenomics Studio
Click "Create project" or pick a plan tier (starter / growth / enterprise).
-
Add your token(s)
Enter chain, contract address, decimals. The system validates the contract is real ERC-20.
-
Run holder analysis
The Holders tab pulls real top-50 holders from the chain explorer. If we don't have the explorer key for your chain, you'll see "pending" — never imputed numbers.
-
Schedule unlock events
Add unlock events (date, amount, % of supply, recipient, notes). Then run the impact simulator: it computes single-shot worst case + sliced TWAP scenarios on your real DEX liquidity, with full methodology disclosed in the result.
-
Enable the public report
Toggle Public Report ON, share the /tokenomics/r/{slug} URL with investors. Report never exposes userId, members, key hashes, recipient PII, or unlock notes.
-
Issue a B2B API key
API Keys tab → Issue. The plaintext is shown ONCE — copy it now. Use header X-API-Key on /api/v1/tokenomics/projects/{id}/* for embedding into your own dashboard.
Tips & pitfalls
- Conservative wallet labels only — we never invent "Whale 1" / "Whale 2" tags. If we can't identify the wallet from a known set (CEX hot wallets, Uniswap routers, burn/zero), we leave it as a raw EOA.
- The unlock simulator requires you to plug in real reserves OR have a primaryPair configured. We do not fabricate liquidity from CoinGecko market cap.
- API keys are SHA-256-hashed at rest. If you lose the plaintext, revoke the key and issue a new one — there is no recovery path.