Analyzes crypto token supply dilution risk by comparing circulating supply against max/total supply using the free CoinGecko API (no key required). Use this for crypto trading, whale watching, tokenomics due diligence, DeFi research, and passive income / portfolio risk screening when you need to know how much future token supply could still enter circulation and dilute holders. Computes a dilution score and risk label (FULLY DILUTED, LOW, MODERATE, HIGH DILUTION RISK) per coin, supports scanning the top N coins by market cap or specific coin IDs, and outputs a readable table or JSON. Complements token unlock calendars and vesting schedule tools by giving a fast, no-signup supply-side sell-pressure proxy for crypto, defi, and whale-tracking workflows.
Coding
DAO Treasury Tracker
Try itTracks DAO and crypto protocol treasury composition using the free DeFiLlama treasury API (no key required), computing what percentage of a treasury is held in the project's own governance token versus diversified assets like stablecoins and ETH. Use this for defi research, crypto due diligence, whale and institutional-style treasury analysis, passive income and grant-funding risk screening, and smart contract / protocol governance review when evaluating whether a DAO's balance sheet is real runway or mostly its own token. Outputs total treasury USD value, own-token concentration percent, and a risk label (DIVERSIFIED, MODERATE CONCENTRATION, TOKEN-CONCENTRATED) across multiple chains per protocol, in table or JSON form, for any protocol slug DeFiLlama tracks (uniswap, lido, aave, ens, gitcoin, and more).
What it does
Tracks DAO and crypto protocol treasury composition using the free DeFiLlama treasury API (no key required), computing what percentage of a treasury is held in the project's own governance token versus diversified assets like stablecoins and ETH. Use this for defi research, crypto due diligence, whale and institutional-style treasury analysis, passive income and grant-funding risk screening, and smart contract / protocol governance review when evaluating whether a DAO's balance sheet is real runway or mostly its own token. Outputs total treasury USD value, own-token concentration percent, and a risk label (DIVERSIFIED, MODERATE CONCENTRATION, TOKEN-CONCENTRATED) across multiple chains per protocol, in table or JSON form, for any protocol slug DeFiLlama tracks (uniswap, lido, aave, ens, gitcoin, and more).
The skill document
DAO Treasury Tracker
A DAO treasury denominated mostly in its own governance token is not the same as a DAO treasury holding stablecoins and ETH. If the token price drops 50%, a token-heavy treasury loses half its real spending power exactly when a project is under the most stress. This skill pulls live treasury composition data and computes that concentration ratio directly, instead of requiring you to read a dashboard by eye.
What it does
- Fetches per-chain treasury balances from DeFiLlama's free
treasury/{slug}API for one or more DAO/protocol slugs. - Sums total treasury value across chains, splits it into "own governance token" vs "other assets" (stablecoins, ETH, other tokens), and computes the own-token concentration percentage.
- Labels each treasury:
DIVERSIFIED(<40% own token),MODERATE CONCENTRATION(40-70%), orTOKEN-CONCENTRATED (high risk)(≥70%). - Lists which chains the treasury holds assets on.
- Handles protocols DeFiLlama doesn't track a treasury for gracefully (reports a per-slug error and continues with the rest of the batch).
What it does NOT do
- It does not estimate runway in months or track DAO spending/burn rate — only the current balance-sheet snapshot.
- It relies entirely on DeFiLlama's treasury module coverage; not every DAO is tracked (many smaller or newer DAOs will return "no treasury data").
Usage
python3 scripts/treasury_tracker.py uniswap lido aave ens gitcoin
python3 scripts/treasury_tracker.py --json uniswap
python3 scripts/treasury_tracker.py --list-protocols
Slugs are DeFiLlama protocol slugs — usually the lowercase project
name. Use --list-protocols to see a sample of valid slugs if unsure.
Output
Table mode shows DAO name, total treasury USD, own-token percentage, and risk label, sorted by concentration (most concentrated first). Failed lookups (untracked protocols, typos) are listed separately so they don't clutter the successful results.
Related skills
Full-stack, multi-chain blockchain assistant covering BTC, ETH, BSC, Solana and major L2s. Reads charts and on-chain data, traces wallet and contract fund flows, weighs DeFi/staking yields against risk, and writes or audits Solidity smart contracts. Use it when you want to analyze price action, track an address, size up a yield strategy, or check a contract for exploits. Replies in the language you use (Chinese by default).
Deep crypto research covering tokens, DeFi protocols, on-chain data, and portfolio strategy from a single prompt.
Real-time crypto prices, gas, trending tokens, wallet balances, ENS resolution, and token info for OpenClaw agents. Zero API keys required. Zero setup. Use when the user asks about crypto prices, token info, wallet balances, gas costs, trending coins, name resolution, or any blockchain data lookup.
Crypto & DeFi market data for AI agents — spot prices, market data, DEX liquidity, DeFi protocol TVL, gas prices, Fear & Greed sentiment, trending coins, and...
Scan live stablecoin yields across every major DeFi protocol and chain — Ethereum, Base, Arbitrum, Optimism, Polygon, Avalanche, and more — using the free DeFiLlama pools API (no API key required). Built for crypto and DeFi users hunting the best USDC, USDT, DAI, and other stablecoin APY without directional trading risk. Filters by minimum TVL to screen out low-liquidity rug risk, filters by APY range to catch unsustainable reward-emission traps, and can scope results to a single chain. Useful for passive income, yield farming, treasury management, and whale-style capital allocation across DeFi protocols like Aave, Pendle, Curve, and Morpho. Complements trading and options skills by covering the non-directional yield side of crypto.