Aave

Assist with Aave lending, borrowing, liquidations, and risk management across chains.

23 stars

Best use case

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

Assist with Aave lending, borrowing, liquidations, and risk management across chains.

Teams using Aave 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/aave/SKILL.md --create-dirs "https://raw.githubusercontent.com/jiayaoqijia/cryptoskill/main/skills/chains/aave/SKILL.md"

Manual Installation

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

How Aave Compares

Feature / AgentAaveStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Assist with Aave lending, borrowing, liquidations, and risk management 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

## Core Concepts
- Supply assets to earn interest — deposit, receive aTokens representing position
- Borrow against collateral — must supply first, then borrow up to limit
- aTokens accrue interest — balance grows over time automatically
- Health Factor determines liquidation risk — below 1.0 = liquidation
- Variable and stable rates available — stable costs more but predictable

## Health Factor (Critical)
- Health Factor = (Collateral × Liquidation Threshold) / Borrowed
- Above 1.0 is safe — higher is safer
- At 1.0, liquidation begins — partial position closed
- Monitor actively during volatility — prices move, health factor changes
- Add collateral or repay debt to improve — before liquidation happens

## Supplying (Lending)
- Deposit supported assets — ETH, stablecoins, various tokens
- Receive aTokens 1:1 — aETH, aUSDC, etc.
- Interest accrues in real-time — aToken balance grows
- Can withdraw anytime if liquidity available — high utilization may block withdrawals
- Enable as collateral to borrow against — optional per asset

## Borrowing
- Must have collateral supplied first — can't borrow without
- Borrow up to LTV (Loan-to-Value) ratio — varies by asset, usually 70-85%
- Interest accrues on borrowed amount — must repay more than borrowed
- Variable rate changes with market — stable rate fixed but higher
- Debt tokens represent borrowing — not transferable

## Liquidations
- Triggered when Health Factor < 1 — automated, permissionless
- Liquidators repay portion of debt — receive collateral + bonus
- Liquidation penalty 5-10% — you lose this bonus amount
- Up to 50% of debt liquidated at once — may need multiple liquidations
- Prevention: monitor and manage HF actively

## Multi-Chain Deployment
- Aave V3 on Ethereum, Polygon, Arbitrum, Optimism, Avalanche, more
- Same interface, different markets — assets and rates differ
- Bridged assets may differ — USDC vs USDC.e
- Portals enable cross-chain — supply on one chain, borrow on another

## E-Mode (Efficiency Mode)
- Higher LTV for correlated assets — stablecoins to stablecoins, ETH to stETH
- Up to 97% LTV in E-Mode — vs ~80% normally
- Only borrow assets in same E-Mode category — restricted but efficient
- Higher liquidation risk — narrow margin, monitor closely

## GHO Stablecoin
- Aave's native stablecoin — minted by borrowing
- Backed by Aave collateral — overcollateralized
- Interest paid to Aave DAO — different from regular borrowing
- stkAAVE holders get discount — reduced borrow rate

## AAVE Token
- Governance token — vote on proposals
- Staking in Safety Module — earn rewards, risk of slashing in shortfall
- stkAAVE for staking — represents staked position
- 10-day cooldown to unstake — plus 2-day unstake window

## Risk Management
- Don't max out borrowing — leave buffer for price movements
- Diversify collateral — single asset concentration increases risk
- Use stablecoins for lower volatility — stable collateral = stable HF
- Set alerts for Health Factor — services like DefiSaver
- Consider automation — automatic deleveraging tools

## Common Mistakes
- Borrowing at max LTV — immediate liquidation risk
- Ignoring variable rate changes — rates can spike quickly
- Not monitoring during volatility — HF changes fast with price
- Supplying without enabling collateral — can't borrow if not enabled
- Forgetting about interest — debt grows over time

## Gas Considerations
- Approvals needed for each new asset — first-time gas cost
- Supply and borrow are separate transactions — plan gas for both
- L2 deployments much cheaper — Arbitrum, Optimism save significantly
- Batch operations where possible — some aggregators help

## Integrations
- DefiSaver for automation — auto-repay, auto-leverage
- Instadapp for advanced management — DeFi dashboard
- 1inch, Paraswap for swaps — swap and supply in one transaction
- Flash loans for advanced users — borrow without collateral, repay in same tx

Related Skills

aave-mcp-server

23
from jiayaoqijia/cryptoskill

MCP integration for Aave lending protocol for supply, borrow, and position management.

aave-liquidation-monitor

23
from jiayaoqijia/cryptoskill

Proactive monitoring of Aave V3 borrow positions with liquidation alerts. Queries user collateral, debt, and health factor across chains (Ethereum, Polygon, Arbitrum, etc.). Sends urgent alerts to Telegram/Discord/Slack when health factor drops below configurable thresholds (critical at 1.05, warning at 1.2). Use when you need continuous monitoring of Aave positions, want alerts before liquidation risk occurs, or need periodic summaries of your borrowing health.

aave-lending-v3

23
from jiayaoqijia/cryptoskill

Supply, borrow, and manage positions across Aave V3 markets on multiple chains.

aave-heyanon

23
from jiayaoqijia/cryptoskill

Safe execution layer for Aave lending that validates collateral, health factors, and approvals before returning pre-validated calldata.

aaveclaw

23
from jiayaoqijia/cryptoskill

Aave V3 lending protocol on Base Sepolia testnet. Deposit WETH collateral, borrow USDC, repay loans, withdraw collateral, check health factor, and mint test tokens via faucet. Use when users want to interact with Aave lending, check their lending position health, or get testnet tokens.

aave-lending-agent

23
from jiayaoqijia/cryptoskill

Query reserves, supply/borrow rates, and user positions across Aave V3 markets.

8004-skill

23
from jiayaoqijia/cryptoskill

ERC-8004 Trustless Agents - Register and manage AI agent identities on TRON and BSC blockchains with on-chain reputation tracking

8004-MCP - Agent Registry Protocol

23
from jiayaoqijia/cryptoskill

Multi-chain MCP server for ERC-8004 Agent Registry. Query agents, reputation, and feedback across Solana + EVM chains.

supurr

23
from jiayaoqijia/cryptoskill

Backtest, deploy, and monitor trading bots on Hyperliquid. Supports Grid, DCA, and Spot-Perp Arbitrage strategies across Native Perps, Spot markets (USDC/USDH), and HIP-3 sub-DEXes.

senpi-skills

23
from jiayaoqijia/cryptoskill

Agent Skills for autonomous crypto trading on Hyperliquid — trailing stops, market scanning, position management, and more.

sdks

23
from jiayaoqijia/cryptoskill

Official Azex SDKs — TypeScript, Python, MCP Server, CLI for the crypto-native LLM API gateway

perp-cli

23
from jiayaoqijia/cryptoskill

Multi-DEX perpetual futures CLI + MCP server — Pacifica (Solana), Hyperliquid, Lighter (Ethereum). 18 MCP tools for AI-powered trading