tokenomist-allocation-breakdown

tokenomist-allocation-breakdown is a skill for Claude Code from tokenomist-ai/tokenomist-cli. It costs 42 tokens per session (685 once invoked), scanned A, original, MIT.

A token supply breakdown showing who holds a project's tokens and how much is locked or unlocked. Allocations are supply categories such as the team, investors, community, or ecosystem.

In plain words
What is it for?
Use it to retrieve a token's maximum supply, locked and unlocked totals, and the amounts assigned to each allocation category.
Why use it?
It makes the distribution of a token's supply easier to inspect, including amounts that remain locked or are not fully tracked.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: built for openclaw.

Good fit Use it to retrieve a token's maximum supply, locked and unlocked totals, and the amounts assigned to each allocation category.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tokenomist-ai/tokenomist-cli/tokenomist-allocation-breakdown
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add tokenomist-ai/tokenomist-cli --skill tokenomist-allocation-breakdown
Clone the repo
git clone --depth 1 https://github.com/tokenomist-ai/tokenomist-cli

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tokenomist-allocation-breakdown

README.md
[![agentmods](https://agentmods.dev/badge/skills/tokenomist-ai/tokenomist-cli/tokenomist-allocation-breakdown.svg)](https://agentmods.dev/skills/tokenomist-ai/tokenomist-cli/tokenomist-allocation-breakdown)
Your own site
<a href="https://agentmods.dev/skills/tokenomist-ai/tokenomist-cli/tokenomist-allocation-breakdown"><img src="https://agentmods.dev/badge/skills/tokenomist-ai/tokenomist-cli/tokenomist-allocation-breakdown.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 685 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00685
Opus 5 $0.00021 $0.00342
Sonnet 5 $0.00008 $0.00137
Haiku 4.5 $0.00004 $0.00068

Measured 8d ago against content hash 2d38324d4bf6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

tokenomist-allocation-breakdown scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/tokenomist-allocation-breakdown/SKILL.md · 77 lines

How it starts

The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: Allocation Breakdown

Get the full allocation distribution for a token — who owns what and how much is locked vs unlocked.

When to use

When you need to understand a token's supply distribution across allocations (team, investors, community, ecosystem, etc.).

Command

tok allocation detail <tokenId> --output json

Example

tok allocation detail solana --output json

Key output fields

Top-level:

  • name, symbol — token identification
  • maxSupply — maximum token supply (null if unlimited)
  • totalUnlockedAmount — total tokens currently unlocked
  • totalLockedAmount — total tokens still locked
  • totalUntrackedAmount — tokens not tracked by Tokenomist
  • totalTBDLockedAmount — tokens locked with no defined unlock schedule

Per allocation (allocations[]):

  • allocationName — project-specific allocation name
  • standardAllocationName — Tokenomist's standardized category (comparable across projects)
  • allocationType — allocation classification
  • allocationAmount — total tokens in this allocation
  • allocationUnlockedAmount — tokens unlocked from this allocation
  • allocationLockedAmount — tokens still locked in this allocation
  • trackedAllocationPercentage — % of total tracked supply

Analysis workflow

  1. Get allocation: tok allocation detail <id> --output json
  2. Check totalLockedAmount vs totalUnlockedAmount for overall supply status
  3. Look at individual allocations — high locked amounts in "Investor" or "Team" allocations signal future sell pressure
  4. Compare standardAllocationName across different tokens for apples-to-apples comparison
  5. Cross-reference with tok unlock upcoming to see when locked tokens will release

Domain Context

  • Allocations are point-in-time analyses. They reflect the current understanding of token distribution and may be updated as new information becomes available.
  • standardAllocationName enables cross-project comparison — different projects may use different names for similar allocations (e.g., "Core Contributors" vs "Team"), but the standard name normalizes this.
  • totalTBDLockedAmount represents tokens that are known to be locked but have no defined unlock schedule. Their classification may change as the project releases more information.

Read the full file on GitHub · 77 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 77 lines · 42 tokens per session scan A 2d38324d4bf6

Subscribe to this mod's changes

tokenomist-allocation-breakdown is a skill published in the GitHub repository tokenomist-ai/tokenomist-cli (24 stars, last pushed 4mo ago), licensed MIT. It adds 42 tokens to every session and 685 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.