/digital-assets
Analyze digital assets including cryptocurrency fundamentals, blockchain mechanics, DeFi protocols, and on-chain metrics. Use when the user asks about crypto investing, Bitcoin, Ethereum, staking yields, DeFi lending, impermanent loss, or on-chain valuation metrics. Also trigger
$ npx -y skills add JoelLewis/finance_skills --skill digital-assets --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/digital-assets
Context preview
The summary Claude sees to decide when to auto-load this skill.
Analyze digital assets including cryptocurrency fundamentals, blockchain mechanics, DeFi protocols, and on-chain metrics. Use when the user asks about crypto investing, Bitcoin, Ethereum, staking yields, DeFi lending, impermanent loss, or on-chain valuation metrics. Also trigger
SKILL.md
digital-assets.SKILL.mdname: digital-assets
description: "Analyze digital assets including cryptocurrency fundamentals, blockchain mechanics, DeFi protocols, and on-chain metrics. Use when the user asks about crypto investing, Bitcoin, Ethereum, staking yields, DeFi lending, impermanent loss, or on-chain valuation metrics. Also trigger when users mention 'blockchain', 'proof of stake', 'proof of work', 'smart contracts', 'NFTs', 'stablecoins', 'NVT ratio', 'TVL', 'crypto portfolio allocation', 'halving', or ask about risks and returns of cryptocurrency."
Digital Assets
Core Concepts
Blockchain Fundamentals
A distributed ledger maintained by a network of nodes. Transactions are grouped into blocks, cryptographically linked in sequence. Immutability comes from the chain structure — altering any block requires recomputing all subsequent blocks. Consensus mechanisms determine how the network agrees on the valid state of the ledger.
Consensus Mechanisms
**Proof of Work (PoW):** Miners compete to solve computational puzzles. The winner adds the next block and earns a reward. High energy consumption but battle-tested security (Bitcoin). Security scales with hash rate.
**Proof of Stake (PoS):** Validators lock up tokens as collateral ("stake"). Block proposers are selected based on stake weight. Slashing penalizes malicious behavior. Far more energy-efficient than PoW. Ethereum transitioned to PoS in September 2022.
Bitcoin
Fixed supply of 21 million coins, enforced by protocol rules. Block reward halves approximately every 4 years (halving cycle), reducing new supply issuance. The block reward is 3.125 BTC following the April 2024 halving (next halving expected ~2028, dropping to 1.5625 BTC). Mining reward = block reward + transaction fees. Scarcity narrative drives the "digital gold" thesis.
Ethereum
The leading smart contract platform. The Ethereum Virtual Machine (EVM) executes arbitrary programs (smart contracts). Gas fees compensate validators for computation. EIP-1559 introduced a base fee that is burned (destroyed), making ETH potentially deflationary when network usage is high. The merge to PoS (Sept 2022) reduced energy usage by ~99.95%.
Staking Yield
For Proof of Stake networks:
Staking Yield = (Rewards + MEV Tips - Validator Costs) / Staked Amount
Rewards come from new token issuance and transaction fees. MEV (Maximal Extractable Value) provides additional income from transaction ordering. Validator costs include hardware, bandwidth, and the risk of slashing. Real yield (after accounting for inflation of token supply) can be significantly lower than nominal yield.
DeFi (Decentralized Finance)
- **Lending protocols (Aave, Compound):** Users deposit assets to earn interest; borrowers post collateral to borrow. Interest rates are algorithmically determined by supply/demand (utilization rate).
- **DEXs (Uniswap, Curve):** Decentralized exchanges using automated market makers instead of order books. Liquidity providers deposit token pairs and earn trading fees.
- **Yield farming:** Deploying capital across DeFi protocols to maximize yield, often involving multiple protocol interactions and leverage.
Automated Market Maker (AMM)
The constant product formula: x * y = k
where x and y are the reserves of two tokens in a liquidity pool. Price is determined by the ratio of reserves. Large trades cause slippage (price impact proportional to trade size relative to pool depth).
Impermanent Loss
The loss that liquidity providers experience relative to simply holding the tokens when prices change:
IL = 2 * sqrt(p_ratio) / (1 + p_ratio) - 1
where p_ratio = new_price / old_price for one token relative to the other. At a 2x price change, IL is approximately 5.7%. At a 5x change, IL is approximately 25.5%. "Impermanent" because the loss reverses if prices return to original levels — but it becomes permanent if the LP withdraws at diverged prices.
On-Chain Metrics
- **NVT Ratio (Network Value to Transactions):** Market cap / daily transaction volume (on-chain). Analogous to P/E for equities. Higher NVT suggests overvaluation relative to network usage.
- **Active addresses:** Number of unique addresses transacting daily. Proxy for network adoption.
- **Hash rate (PoW):** Total computational power securing the network. Higher hash rate = more security.
- **TVL (Total Value Locked):** Total value of assets deposited in DeFi protocols. Measure of DeFi ecosystem size.
Stablecoin Types
- **Fiat-backed (USDC, USDT):** Each token backed by reserves of fiat currency or equivalents. Centralized issuance and custody.
- **Crypto-backed (DAI):** Overcollateralized with cryptocurrency. Decentralized but capital-inefficient.
- **Algorithmic:** Maintain peg through minting/burning mechanisms without full collateral backing. Higher risk of de-peg (e.g., UST/Luna collapse in 2022).
Token Valuation
No universally accepted model. Approaches include:
- NVT ratio (compare to peers and historical range)
- Fees/revenue analysis (protocol revenue as proxy for earnings)
- TVL multiples (market cap / TVL)
- Fully diluted valuation (FDV) vs circulating supply market cap
- Discounted cash flow on protocol fee revenue (experimental)
Custody
**Self-custody:** Hardware wallets (Ledger, Trezor) or software wallets. User controls private keys. "Not your keys, not your coins." Risk of loss if keys are lost.
**Custodial:** Exchanges (Coinbase, Kraken) or qualified custodians hold assets on behalf of users. Convenience but counterparty risk (e.g., FTX collapse).
Regulatory Considerations
Regulatory treatment is evolving. In the US, crypto is generally treated as property for tax purposes — each sale, exchange, or use is a taxable event. Securities classification (Howey test) remains contentious for many tokens. Regulatory clarity is improving but varies significantly by jurisdiction.
Key Formulas
| Formula | Expression | Use Case | |---------|-----------|----------| | Stak
Read more
name: digital-assets description: "Analyze digital assets including cryptocurrency fundamentals, blockchain mechanics, DeFi protocols, and on-chain metrics. Use when the user asks about crypto investing, Bitcoin, Ethereum, staking yields, DeFi lending, impermanent loss, or on-chain valuation metrics. Also trigger when users mention 'blockchain', 'proof of stake', 'proof of work', 'smart contracts', 'NFTs', 'stablecoins', 'NVT ratio', 'TVL', 'crypto portfolio allocation', 'halving', or ask about risks and returns of cryptocurrency."
Digital Assets
Core Concepts
Blockchain Fundamentals
A distributed ledger maintained by a network of nodes. Transactions are grouped into blocks, cryptographically linked in sequence. Immutability comes from the chain structure — altering any block requires recomputing all subsequent blocks. Consensus mechanisms determine how the network agrees on the valid state of the ledger.
Consensus Mechanisms
**Proof of Work (PoW):** Miners compete to solve computational puzzles. The winner adds the next block and earns a reward. High energy consumption but battle-tested security (Bitcoin). Security scales with hash rate.
**Proof of Stake (PoS):** Validators lock up tokens as collateral ("stake"). Block proposers are selected based on stake weight. Slashing penalizes malicious behavior. Far more energy-efficient than PoW. Ethereum transitioned to PoS in September 2022.
Bitcoin
Fixed supply of 21 million coins, enforced by protocol rules. Block reward halves approximately every 4 years (halving cycle), reducing new supply issuance. The block reward is 3.125 BTC following the April 2024 halving (next halving expected ~2028, dropping to 1.5625 BTC). Mining reward = block reward + transaction fees. Scarcity narrative drives the "digital gold" thesis.
Ethereum
The leading smart contract platform. The Ethereum Virtual Machine (EVM) executes arbitrary programs (smart contracts). Gas fees compensate validators for computation. EIP-1559 introduced a base fee that is burned (destroyed), making ETH potentially deflationary when network usage is high. The merge to PoS (Sept 2022) reduced energy usage by ~99.95%.
Staking Yield
For Proof of Stake networks:
Staking Yield = (Rewards + MEV Tips - Validator Costs) / Staked Amount
Rewards come from new token issuance and transaction fees. MEV (Maximal Extractable Value) provides additional income from transaction ordering. Validator costs include hardware, bandwidth, and the risk of slashing. Real yield (after accounting for inflation of token supply) can be significantly lower than nominal yield.
DeFi (Decentralized Finance)
- **Lending protocols (Aave, Compound):** Users deposit assets to earn interest; borrowers post collateral to borrow. Interest rates are algorithmically determined by supply/demand (utilization rate).
- **DEXs (Uniswap, Curve):** Decentralized exchanges using automated market makers instead of order books. Liquidity providers deposit token pairs and earn trading fees.
- **Yield farming:** Deploying capital across DeFi protocols to maximize yield, often involving multiple protocol interactions and leverage.
Automated Market Maker (AMM)
The constant product formula: x * y = k
where x and y are the reserves of two tokens in a liquidity pool. Price is determined by the ratio of reserves. Large trades cause slippage (price impact proportional to trade size relative to pool depth).
Impermanent Loss
The loss that liquidity providers experience relative to simply holding the tokens when prices change:
IL = 2 * sqrt(p_ratio) / (1 + p_ratio) - 1
where p_ratio = new_price / old_price for one token relative to the other. At a 2x price change, IL is approximately 5.7%. At a 5x change, IL is approximately 25.5%. "Impermanent" because the loss reverses if prices return to original levels — but it becomes permanent if the LP withdraws at diverged prices.
On-Chain Metrics
- **NVT Ratio (Network Value to Transactions):** Market cap / daily transaction volume (on-chain). Analogous to P/E for equities. Higher NVT suggests overvaluation relative to network usage.
- **Active addresses:** Number of unique addresses transacting daily. Proxy for network adoption.
- **Hash rate (PoW):** Total computational power securing the network. Higher hash rate = more security.
- **TVL (Total Value Locked):** Total value of assets deposited in DeFi protocols. Measure of DeFi ecosystem size.
Stablecoin Types
- **Fiat-backed (USDC, USDT):** Each token backed by reserves of fiat currency or equivalents. Centralized issuance and custody.
- **Crypto-backed (DAI):** Overcollateralized with cryptocurrency. Decentralized but capital-inefficient.
- **Algorithmic:** Maintain peg through minting/burning mechanisms without full collateral backing. Higher risk of de-peg (e.g., UST/Luna collapse in 2022).
Token Valuation
No universally accepted model. Approaches include:
- NVT ratio (compare to peers and historical range)
- Fees/revenue analysis (protocol revenue as proxy for earnings)
- TVL multiples (market cap / TVL)
- Fully diluted valuation (FDV) vs circulating supply market cap
- Discounted cash flow on protocol fee revenue (experimental)
Custody
**Self-custody:** Hardware wallets (Ledger, Trezor) or software wallets. User controls private keys. "Not your keys, not your coins." Risk of loss if keys are lost.
**Custodial:** Exchanges (Coinbase, Kraken) or qualified custodians hold assets on behalf of users. Convenience but counterparty risk (e.g., FTX collapse).
Regulatory Considerations
Regulatory treatment is evolving. In the US, crypto is generally treated as property for tax purposes — each sale, exchange, or use is a taxable event. Securities classification (Howey test) remains contentious for many tokens. Regulatory clarity is improving but varies significantly by jurisdiction.
Key Formulas
| Formula | Expression | Use Case | |---------|-----------|----------| | Stak
A collection of Claude Code skill plugins for financial services. 91 skills across 7 domain plugins teach Claude investment management, regulatory compliance, advisory workflows, trading operations, and more — so it can assist with finance questions, build
Other skills on finance-skills.
- /advisor-dashboards
Design, build, and optimize dashboards for RIA practice management with AUM tracking, revenue analytics, and KPI frameworks. Use when the user asks about tracking firm-level metrics, monitoring advisor productivity, measuring organic growth rate, analyzing client retention and
Open skill - /client-onboarding
Design and implement end-to-end client onboarding workflows from prospect intake through funded account, covering KYC verification, document collection, e-signature, and custodian submission. Use when the user asks about building a digital onboarding flow, integrating identity
Open skill - /client-reporting-delivery
Design, generate, and deliver client performance reports across all channels, covering quarterly reports, tax reporting, portal integration, and compliance review. Use when the user asks about building or redesigning report templates, choosing what to include in quarterly or
Open skill - /client-review-prep
Prepare advisors for client review meetings by assembling context packages, performance summaries, drift analysis, talking points, and meeting agendas. Use when the user asks about preparing for a client review, building a pre-meeting checklist, generating talking points for an
Open skill - /crm-client-lifecycle
Design and optimize CRM systems and client lifecycle workflows for advisory firms, covering segmentation, household management, service tiers, and retention analytics. Use when the user asks about client segmentation models, building household structures, defining service tier
Open skill - /fee-billing
Build and manage advisory fee billing operations from fee schedule design through calculation, collection, revenue recognition, and compliance disclosure. Use when the user asks about tiered or breakpoint fee schedules, billing cycle configuration, AUM valuation for billing,
Open skill

