aave

Installation
SKILL.md

Aave V3 Management

Interact with the Aave V3 lending protocol on Base only. View market data, supply assets to earn yield, borrow against collateral, repay debt, or withdraw.

Prerequisites

  • Active session required for status, supply, borrow, repay, withdraw.
  • markets does not require authentication — it is a public on-chain query.
  • Sufficient ETH on Base for gas fees (transactional actions only).

Rules

  1. This skill ONLY works on Base. NEVER attempt Aave operations on Citrea, HyperEVM, or Monad. If requested, refuse and explain.
  2. BEFORE any action, run npx fibx@latest balance to verify enough ETH for gas.
  3. BEFORE borrow, you MUST run npx fibx@latest aave status to check the Health Factor:
    • Health Factor < 1.5 → WARN the user about liquidation risk.
    • Health Factor < 1.1 → DO NOT proceed without explicit double-confirmation from the user.
  4. When the user wants to fully close a position, ALWAYS use max as the amount for repay and withdraw. This sends MAX_UINT256 to the contract.
  5. Auto-Wrap/Unwrap: When supplying, repaying, or withdrawing ETH, the CLI automatically handles the ETH ↔ WETH conversion. You can safely use ETH as the token symbol for these actions.
Related skills
Installs
26
First Seen
Feb 15, 2026