aeon-unlock-monitor/SKILL.md
Weekly token unlock tracker ranked by Absorption Ratio (unlock_usd / 7d avg daily volume), not the weak "% of circulating supply" proxy. Per event: cliff vs linear classification, recipient category (team / investor / community / forced), and a one-line market read (priced in / market asleep / fade pump / forced sellers / absorbable). Triggers: "scan upcoming unlocks", "which tokens unlock this week", "supply pressure check", "are unlocks priced in", "FTX/Mt Gox distributions".
npx skillsauth add bankrbot/skills aeon-unlock-monitorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Empirically (Keyrock's 16k+ unlock analysis), ratios > 2.4× strain liquidity and produce measurable drawdown; < 0.5× the market yawns. The skill ranks by ratio first, supply % second, and adds pre-unlock price action to produce a per-event verdict.
ratio = unlock_usd_value / 7d_avg_daily_volume
CRISIS > 2.4× liquidity cannot absorb without slippage
STRAIN 1.0-2.4× multiple sessions to digest
DIGESTIBLE 0.3-1.0× notable but absorbable
TRIVIAL < 0.3× background noise
Recipient override: team/investor (cost-basis-zero sellers) bump up one tier; community/staking-rewards bump down. Court-ordered distributions (FTX, Mt. Gox, Celsius) bypass the tier system — always included, labeled forced.
| Read | Condition |
|---|---|
| priced in | Token down > 20% over 30d AND tier ≤ STRAIN. Selling has happened. |
| market asleep | Flat or up over 30d AND tier ≥ STRAIN. Asymmetric downside. |
| fade pump | Up > 15% over 30d AND tier = CRISIS. Pre-cliff bid-and-dump. |
| forced sellers | Court-ordered. Legal timeline, not market-driven. |
| absorbable | TRIVIAL/DIGESTIBLE with no recipient flag. |
Tokenomist (primary), DefiLlama unlocks, CryptoRank, DropsTab, CoinGecko for volume + 30d price. Source status emitted in output — DEGRADED if 2+ fail, ERROR only if all fail.
Headline = most-leveraged unlock with its market read. Then tiered groups: CRISIS → STRAIN → DIGESTIBLE → FORCED. Quiet week ships UNLOCK_MONITOR_QUIET with one sentence — supply being calm is itself a signal.
A local state/unlock-monitor-seen.json holds ${ticker}:${unlock_date} keys on a 90-day window for dedup.
development
Trust + memory layer for Bankr agents. Write a verifiable behavioral track record (decisions, hallucinations) for free, and check the risk/reputation of any agent or token before moving money — paid over x402 on Base.
tools
Cross-chain token swaps, quotes, portfolio and prices across 14 chains via the Suwappu DEX MCP server. Read-only by default; swap execution is opt-in and gated.
development
Build, inspect, configure, and safely transact with Juicebox V6 projects, terminals, rulesets, hooks, tiered NFTs, Revnets, Croptop, Bendystraw, and omnichain deployments. Use for Juicebox protocol questions, contract addresses or ABIs, project creation, payments, cash-outs, tokenomics, hooks, NFT tiers, cross-chain bridges, loan queries, transaction decoding, and Juicebox app/UI development on Ethereum, Optimism, Base, Arbitrum, or their Sepolia testnets.
tools
LP tokenized stocks onchain — range-LP Coinbase tokenized equities (NVDA, AAPL, GOOGL, META) and AERO/USDC on Aerodrome Slipstream (Base) for trading-fee + AERO emission yield. Use when the user wants to LP stocks or Aerodrome pools on Base, open/recenter/exit a Slipstream position, check pool status, NAV, or yields, get a portfolio overview ("how are my LP positions doing?") with P&L and projected APR, run a manage pass, or set up scheduled/price-triggered LP automations in the Bankr console. Auto-routes every position to the higher-yielding side — staked (AERO emissions) vs unstaked (trading fees) — at entry and re-checks on every manage pass. Bundled node scripts do the chain reads, gate checks, and calldata; writes go via the Bankr arbitrary-transaction flow. NOT for perps, spot trading, or Uniswap.