Treasury Info

Consolidate on-chain wallet balances into treasury insights with risk signals.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill treasury-info-swarm-ai-research
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Treasury Info
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/treasury-info
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill treasury-info-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill consolidates on-chain treasury data into decision-ready overviews, surfacing risk metrics like concentration, depegs, and significant changes to empower rapid action.

Core Features & Use Cases

  • Automated balance aggregation: reads watches from memory/on-chain-watches.yml and summarizes balances across wallets and chains.
  • Insightful risk signals: categorizes holdings (stables, majors, longtail, dust), computes total value, shares, concentration, depegs, and deltas versus last snapshot.
  • Narrative-ready outputs: generates a concise verdict (ACCUMULATING, BLEEDING, SHIFTING, STABLE) and builds a structured daily treasury digest for distribution.

Quick Start

Configure memory/on-chain-watches.yml with wallets and run the Treasury Info skill to fetch balances, compute signals, and publish a daily treasury digest.

Frequently Asked Questions about Treasury Info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track on-chain treasury balances across multiple wallets and chains?▼

Tracking on-chain treasury balances across multiple wallets involves consolidating Ethereum and Solana portfolio data to compute total value, concentration, and delta changes. This Skill automates that aggregation by reading wallet configurations and fetching balances via Alchemy and CoinGecko.

What signals should I monitor to detect risk in a multi-wallet crypto portfolio?▼

Detecting risk in a multi-wallet crypto portfolio requires monitoring asset concentration, stablecoin depegs, and balance deltas versus previous snapshots. This Skill automatically categorizes holdings into stables, majors, longtail, and dust to surface these specific risk metrics.

How do I automate a daily treasury digest for on-chain assets?▼

Automating a daily treasury digest requires fetching on-chain balances, computing portfolio insights, and generating structured notifications. This Skill reads wallet configurations, classifies holdings, and outputs a narrative-ready verdict like ACCUMULATING or BLEEDING for distribution.

Does this treasury monitoring approach support Solana and Ethereum-based networks?▼

Yes, this treasury monitoring approach supports Solana and Ethereum-based networks. It fetches balances across these chains using Alchemy and CoinGecko to classify holdings and calculate total portfolio value and concentration metrics.

What is the best way to check for stablecoin depegs in an on-chain treasury?▼

Checking for stablecoin depegs in an on-chain treasury involves monitoring price deviations of stablecoin holdings against their peg. This Skill automatically performs depeg monitoring and includes the results in its structured daily treasury digest.