nansen-defi-exposure
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDeFi Exposure
DeFi敞口
Answers: "What DeFi positions does this wallet have across protocols?"
bash
ADDR=<address>
nansen research portfolio defi --wallet $ADDR解答: "这个钱包在各协议中持有哪些DeFi头寸?"
bash
ADDR=<address>
nansen research portfolio defi --wallet $ADDR→ protocol_name, chain, total_value_usd, total_assets_usd, total_debts_usd, total_rewards_usd, tokens
→ protocol_name, chain, total_value_usd, total_assets_usd, total_debts_usd, total_rewards_usd, tokens
nansen research profiler balance --address $ADDR --chain ethereum
nansen research profiler balance --address $ADDR --chain ethereum
→ token_symbol, token_name, token_amount, value_usd per holding
→ token_symbol, token_name, token_amount, value_usd per holding
nansen research profiler balance --address $ADDR --chain base
Combine DeFi positions (lending, LPs, staking) with spot balances for a complete picture of on-chain exposure.
Note: portfolio defi may return empty for wallets with no tracked DeFi positions.nansen research profiler balance --address $ADDR --chain base
将DeFi头寸(借贷、LP、质押)与现货余额相结合,即可全面了解链上敞口情况。
注意:对于没有被追踪到DeFi头寸的钱包,portfolio defi指令可能返回空结果。