nansen-defi-positions

What DeFi positions does a wallet hold? Protocol-by-protocol breakdown of assets, debts, and rewards across chains.

23 stars

Best use case

nansen-defi-positions is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

What DeFi positions does a wallet hold? Protocol-by-protocol breakdown of assets, debts, and rewards across chains.

Teams using nansen-defi-positions should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/nansen-defi-positions/SKILL.md --create-dirs "https://raw.githubusercontent.com/jiayaoqijia/cryptoskill/main/skills/analytics/nansen-defi-positions/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/nansen-defi-positions/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How nansen-defi-positions Compares

Feature / Agentnansen-defi-positionsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

What DeFi positions does a wallet hold? Protocol-by-protocol breakdown of assets, debts, and rewards across chains.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# DeFi Exposure

**Answers:** "What DeFi positions does this wallet have across protocols?"

```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

nansen research profiler balance --address $ADDR --chain ethereum
# → 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.

Related Skills

speraxos-defi-agent

23
from jiayaoqijia/cryptoskill

Autonomous DeFi trading agent with real-time market analysis deployed on SperaxOS.

sperax-defi-agent

23
from jiayaoqijia/cryptoskill

Autonomous DeFi trading agent with real-time market analysis by the Sperax Team.

silverback-defi

23
from jiayaoqijia/cryptoskill

Autonomous DeFi infrastructure providing swap routing, liquidity analysis, yield optimization, and market data for AI agents.

silverback-defi-infrastructure

23
from jiayaoqijia/cryptoskill

Autonomous DeFi infrastructure for the agent economy providing swap routing, liquidity analysis, yield optimization, and market data intelligence services.

silverback-defi-infra

23
from jiayaoqijia/cryptoskill

Autonomous DeFi infrastructure for the agent economy providing swap routing, liquidity analysis, yield optimization, and market data services.

shll-defi-agent

23
from jiayaoqijia/cryptoskill

AI-powered autonomous DeFi agent with on-chain safety enforcement via PolicyGuard for swaps, lending, and portfolio management.

quantabot-defi

23
from jiayaoqijia/cryptoskill

Monitors discrete quantum jumps in Base DeFi protocol metrics, identifying non-linear step-change increases in TVL and volume.

quanta-bot-defi-metrics

23
from jiayaoqijia/cryptoskill

Monitors discrete quantum jumps in Base DeFi protocol metrics, identifying non-linear step-change increases in TVL, volume, or user counts.

nethermind-official-defi-skills

23
from jiayaoqijia/cryptoskill

Build unsigned DeFi transactions from natural language. Use when the user wants to send, transfer, swap, stake, unstake, wrap, unwrap, supply, withdraw, borrow, repay, deposit, delegate, add liquidity, remove liquidity, or trade yield tokens on-chain. Covers ETH, ERC-20, ERC-721, Aave, Lido, Uniswap, Curve, Compound, MakerDAO, Rocket Pool, EigenLayer, Balancer, Pendle, and WETH.

maw-defi-rebalancer

23
from jiayaoqijia/cryptoskill

Autonomous DeFi agent that reasons about portfolio rebalancing via Venice AI and executes trades on Uniswap within ERC-7715 constraints.

lending-positions-manager

23
from jiayaoqijia/cryptoskill

Supply, borrow, and manage lending positions across Aave, Compound, Morpho, and Spark protocols.

defillama-yield-compare

23
from jiayaoqijia/cryptoskill

Compare yields for any token across ALL DeFi protocols on ALL chains with risk-adjusted scoring and one-click execution routing.