verticals
Set up Tokenomics Studio for your token project (B2B)
Multi-token workspace + live holder analysis + public investor report URL + B2B API
15-20 min · advanced
What you'll have when finished
- Create a multi-token issuer workspace
- Pull real holder analysis with Gini + concentration ratios
- Simulate unlock-event price impact on real DEX liquidity
- Publish a public investor-facing report URL
- Issue B2B API keys for embedding into your own dashboard
Before you start
- Public report intentionally redacts userId, members, key hashes, recipient PII, and unlock notes.
- API keys are SHA-256-hashed at rest. The plaintext is shown ONCE — copy it immediately or revoke and re-issue.
- Wallet labels are conservative. We will not invent "Whale 1" tags on unknown EOAs.
Walkthrough
-
Create your project
Elite → Tokenomics Studio → Create project. Pick plan tier (starter / growth / enterprise).
-
Add tokens
Enter chain, contract address, decimals. The system validates the contract is real ERC-20.
-
Run holder analysis
Holders tab pulls real top-50 from the chain explorer. If we don't have an explorer key for your chain, you see "pending" — never imputed numbers.
Success criteria: Chain explorer key configured · Top-50 holder list returned · Gini coefficient + concentration ratios computed
-
Simulate an unlock event
Add a future unlock (date, amount, % of supply). Run the impact simulator: it computes single-shot worst case + sliced TWAP scenarios on your real DEX liquidity, with full methodology disclosed.
-
Publish the public report
Toggle Public Report ON. Share the /tokenomics/r/{slug} URL with investors. The report is read-only, no auth, redacts PII.
-
Issue a B2B API key
API Keys tab → Issue. Copy the plaintext (shown ONCE). Use header X-API-Key on /api/v1/tokenomics/projects/{id}/* for embedding.
What's next
Use the B2B API to pull live holder + unlock data into your own status page. Every response includes the same honest "pending"/"unavailable" discipline as the auth'd endpoints.