digital-assets

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Digital Assets

数字资产

Purpose

用途

Analyze digital assets including cryptocurrency fundamentals, blockchain mechanics, DeFi protocols, staking yields, and on-chain metrics. This skill covers the unique valuation challenges, risk characteristics, and technical mechanics of the digital asset ecosystem.
分析数字资产,涵盖cryptocurrency基本面、blockchain机制、DeFi协议、质押收益以及链上指标。本技能覆盖数字资产生态系统特有的估值挑战、风险特征与技术机制。

Layer

层级

2 — Asset Classes
2 — 资产类别

Direction

适用方向

both
双向

When to Use

使用场景

  • User asks about cryptocurrency analysis or crypto portfolio allocation
  • User asks about blockchain mechanics, consensus mechanisms (PoW, PoS)
  • User asks about DeFi protocols, lending, or decentralized exchanges
  • User asks about staking yields or validator economics
  • User asks about on-chain metrics (NVT, active addresses, hash rate)
  • User asks about stablecoin types or mechanisms
  • User asks about impermanent loss in liquidity pools
  • User asks about digital asset custody or regulatory considerations
  • 用户询问加密货币分析或加密货币投资组合配置
  • 用户询问blockchain机制、共识机制(PoW、PoS)
  • 用户询问DeFi协议、借贷或去中心化交易所
  • 用户询问质押收益或验证节点经济学
  • 用户询问链上指标(NVT、活跃地址数、哈希率)
  • 用户询问稳定币类型或机制
  • 用户询问流动性池中的无常损失
  • 用户询问数字资产托管或监管考量

Core Concepts

核心概念

Blockchain Fundamentals

Blockchain基础

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.
Proof of Work (PoW): 矿工竞争解决计算难题,获胜者添加下一个区块并获得奖励。能耗高但安全性久经考验(如Bitcoin)。安全性随哈希率提升而增强。
Proof of Stake (PoS): 验证节点锁定代币作为抵押品(“质押”)。区块提议者根据质押权重选出。惩罚机制(Slashing)会对恶意行为进行处罚。相比PoW能耗极低。Ethereum于2022年9月过渡到PoS机制。

Bitcoin

Bitcoin

Fixed supply of 21 million coins, enforced by protocol rules. Block reward halves approximately every 4 years (halving cycle), reducing new supply issuance. Current block reward is 3.125 BTC (after April 2024 halving). Mining reward = block reward + transaction fees. Scarcity narrative drives the "digital gold" thesis.
协议规则限定总供应量为2100万枚。区块奖励约每4年减半(减半周期),减少新币发行量。当前区块奖励为3.125 BTC(2024年4月减半后)。挖矿奖励 = 区块奖励 + 交易手续费。稀缺性叙事支撑其“数字黄金”的定位。

Ethereum

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%.
领先的智能合约平台。Ethereum虚拟机(EVM)执行任意程序(智能合约)。Gas费用于补偿验证节点的计算成本。EIP-1559引入了基础费用销毁机制,当网络使用率较高时,ETH可能呈现通缩属性。2022年9月合并至PoS后,能耗降低约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.
针对PoS网络:
质押收益 = (奖励 + MEV小费 - 验证节点成本) / 质押金额
奖励来自新代币发行与交易手续费。MEV(Maximal Extractable Value,最大可提取价值)通过交易排序提供额外收入。验证节点成本包括硬件、带宽以及Slashing风险。实际收益(扣除代币供应通胀后)可能远低于名义收益。

DeFi (Decentralized Finance)

DeFi(去中心化金融)

  • 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.
  • 借贷协议(Aave、Compound): 用户存入资产赚取利息;借款人提供抵押品进行借贷。利率由供需关系(利用率)算法决定。
  • 去中心化交易所(Uniswap、Curve): 使用自动化做市商而非订单簿的去中心化交易所。流动性提供者存入代币对并赚取交易手续费。
  • 收益耕作: 在DeFi协议间调配资本以最大化收益,通常涉及多协议交互与杠杆操作。

Automated Market Maker (AMM)

自动化做市商(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).
恒定乘积公式:x * y = k
其中x和y是流动性池中两种代币的储备量。价格由储备量比例决定。大额交易会导致滑点(价格影响与交易规模相对于池深度的比例成正比)。

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.
当价格变动时,流动性提供者相对于单纯持有代币所遭受的损失:
IL = 2 * sqrt(p_ratio) / (1 + p_ratio) - 1
其中p_ratio = 一种代币相对于另一种代币的新价格/旧价格。当价格翻倍时,IL约为5.7%;当价格上涨5倍时,IL约为25.5%。“无常”是指如果价格回到原始水平,损失会逆转——但如果流动性提供者在价格偏离时提取资金,损失将变为永久性。

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.
  • NVT比率(Network Value to Transactions): 市值 / 每日链上交易量。类似于股票的市盈率(P/E)。较高的NVT表明相对于网络使用量存在高估。
  • 活跃地址数: 每日参与交易的唯一地址数量。衡量网络采用率的指标。
  • 哈希率(PoW): 保障网络安全的总计算能力。哈希率越高,安全性越强。
  • TVL(Total Value Locked,总锁仓价值): 存入DeFi协议的资产总价值。衡量DeFi生态系统规模的指标。

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).
  • 法币抵押型(USDC、USDT): 每个代币由法币或等价物储备支持。中心化发行与托管。
  • 加密货币抵押型(DAI): 由加密货币超额抵押。去中心化但资本效率低。
  • 算法型: 通过铸造/销毁机制维持锚定,无全额抵押支持。脱锚风险较高(如2022年UST/Luna崩盘)。

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)
尚无普遍接受的模型。方法包括:
  • NVT比率(与同行及历史区间对比)
  • 手续费/收入分析(协议收入作为盈利指标)
  • TVL倍数(市值 / TVL)
  • 完全稀释估值(FDV)与流通供应量市值对比
  • 基于协议手续费收入的贴现现金流(实验性)

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).
自托管: 硬件钱包(Ledger、Trezor)或软件钱包。用户控制私钥。“不是你的私钥,就不是你的币。”私钥丢失会导致资产损失风险。
托管型: 交易所(Coinbase、Kraken)或合格托管方代表用户持有资产。便捷但存在对手方风险(如FTX崩盘)。

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.
监管处理方式正在演变。在美国,加密货币通常被视为财产用于税务目的——每一次出售、交换或使用都是应税事件。许多代币的证券分类(Howey测试)仍存在争议。监管清晰度正在提升,但不同司法管辖区差异显著。

Key Formulas

关键公式

FormulaExpressionUse Case
Staking Yield(Rewards + MEV - Costs) / Staked AmountValidator return
Impermanent Loss2*sqrt(p_ratio)/(1+p_ratio) - 1LP loss from price divergence
AMM PricePrice_x = y/x (for token x in terms of y)DEX pricing
NVT RatioMarket Cap / Daily On-Chain Tx VolumeNetwork valuation metric
Real Staking YieldNominal Yield - Token Inflation RateInflation-adjusted return
公式表达式使用场景
质押收益(奖励 + MEV - 成本) / 质押金额验证节点回报
无常损失2*sqrt(p_ratio)/(1+p_ratio) - 1流动性提供者因价格偏离产生的损失
AMM定价Price_x = y/x(以代币y计价的代币x价格)去中心化交易所定价
NVT比率市值 / 每日链上交易量网络估值指标
实际质押收益名义收益 - 代币通胀率通胀调整后回报

Worked Examples

示例计算

Example 1: Staking Yield on Ethereum

示例1:Ethereum质押收益

Given: 32 ETH staked (one validator), 4.5% APR nominal yield, ETH price = $3,000 Calculate: Annual rewards in ETH and USD Solution: Annual ETH rewards = 32 ETH × 4.5% = 1.44 ETH Annual USD value = 1.44 ETH × $3,000 = $4,320 Total staked value = 32 × $3,000 = $96,000
If ETH supply inflation is approximately 0.5% per year (net of EIP-1559 burns), the real staking yield is roughly 4.5% - 0.5% = 4.0%. Note that the USD return depends entirely on ETH price changes — a 10% decline in ETH price would far exceed the 4.5% staking yield.
已知: 质押32 ETH(一个验证节点),名义年化收益率4.5%,ETH价格=3000美元 计算: 年度ETH奖励与美元价值 解答: 年度ETH奖励 = 32 ETH × 4.5% = 1.44 ETH 年度美元价值 = 1.44 ETH × 3000美元 = 4320美元 总质押价值 = 32 × 3000美元 = 96000美元
如果ETH供应通胀率约为每年0.5%(扣除EIP-1559销毁量),实际质押收益率约为4.5% - 0.5% = 4.0%。请注意,美元回报完全取决于ETH价格变化——ETH价格下跌10%的影响将远超过4.5%的质押收益。

Example 2: Impermanent Loss Calculation

示例2:无常损失计算

Given: A liquidity provider deposits equal value of ETH and USDC into a Uniswap pool. ETH price doubles from $2,000 to $4,000. Calculate: Impermanent loss Solution: p_ratio = $4,000 / $2,000 = 2.0 IL = 2 × sqrt(2.0) / (1 + 2.0) - 1 IL = 2 × 1.4142 / 3.0 - 1 IL = 2.8284 / 3.0 - 1 IL = 0.9428 - 1 = -0.0572 = -5.72%
The LP's position is worth 5.72% less than if they had simply held the tokens. If the pool earned 8% in trading fees over the period, the net return is 8% - 5.72% = 2.28% — still positive but substantially reduced. If ETH had tripled (p_ratio = 3), IL would be approximately 13.4%, potentially exceeding fee income.
已知: 流动性提供者向Uniswap池存入等值的ETH和USDC。ETH价格从2000美元翻倍至4000美元。 计算: 无常损失 解答: p_ratio = 4000美元 / 2000美元 = 2.0 IL = 2 × sqrt(2.0) / (1 + 2.0) - 1 IL = 2 × 1.4142 / 3.0 - 1 IL = 2.8284 / 3.0 - 1 IL = 0.9428 - 1 = -0.0572 = -5.72%
流动性提供者的持仓价值比单纯持有代币低5.72%。如果该池在此期间赚取了8%的交易手续费,净回报为8% - 5.72% = 2.28%——仍为正但大幅减少。如果ETH价格上涨三倍(p_ratio=3),IL约为13.4%,可能超过手续费收入。

Common Pitfalls

常见误区

  • Confusing APR with APY — compounding matters significantly at high yield rates (100% APR ≈ 171.8% APY)
  • Impermanent loss can exceed trading fee income — LPs can have negative returns even in active pools if price divergence is large
  • Smart contract risk in DeFi protocols — bugs, exploits, and rug pulls can result in total loss of deposited funds
  • Comparing crypto "yields" to traditional fixed income — very different risk profiles; crypto yields compensate for smart contract risk, impermanent loss, token price volatility, and regulatory uncertainty
  • 将APR与APY混淆——在高收益率下,复利影响显著(100% APR≈171.8% APY)
  • 无常损失可能超过交易手续费收入——即使在活跃池中,如果价格偏离幅度较大,流动性提供者仍可能出现负回报
  • DeFi协议中的智能合约风险——漏洞、攻击和跑路可能导致存入资金全部损失
  • 将加密货币“收益”与传统固定收益对比——风险特征截然不同;加密货币收益是对智能合约风险、无常损失、代币价格波动和监管不确定性的补偿

Cross-References

交叉引用

  • historical-risk (wealth-management plugin, Layer 1a): volatility and risk measurement (crypto exhibits extreme volatility)
  • currencies-and-fx (wealth-management plugin, Layer 2): stablecoin and crypto-fiat exchange dynamics
  • alternatives (wealth-management plugin, Layer 2): crypto as an alternative asset class
  • tax-efficiency (wealth-management plugin, Layer 5): cryptocurrency tax reporting and optimization
  • historical-risk(财富管理插件,层级1a):波动率与风险度量(加密货币表现出极高波动率)
  • currencies-and-fx(财富管理插件,层级2):稳定币与加密货币-法币兑换动态
  • alternatives(财富管理插件,层级2):加密货币作为另类资产类别
  • tax-efficiency(财富管理插件,层级5):加密货币税务申报与优化