Aave logo

Skill

account-activity

review Aave account activity history

Published by Aave Updated Aug 30
Covers Finance Web3 DeFi Analytics

Description

An Aave account's history — past supplies, borrows, repays, withdrawals and collateral changes, and how net worth or health factor moved over time — for "transaction history", "how has my position changed", what a wallet did on Aave.

SKILL.md

Aave account activity

Steps

  1. get_user_activity for the event feed, most recent first. v4 covers every chain in one read; v3 reads one market on one chain at a time and states that scope — so on v3, sweep the markets the wallet actually holds (from get_user_positions) rather than treating one market's page as the full history.
  2. Position trajectory: get_user_summary_history (v4) for net worth, debt and health factor over a window — the "how close to liquidation have I been" question.
  3. Paging: pass pageInfo.next back as cursor with an explicit version — a cursor belongs to one version's feed.

Reporting rules

  • State the scope of any v3 history answer (which market, which chain); never present one market's page as the wallet's complete history.
  • "Where does this wallet hold anything" is get_user_positions, not this feed.

Done when

  • On v3, every market the wallet holds was swept, and the answer names the markets and chains it covers.
  • The answer says whether the feed was read to its end or stopped at a page, so a partial history reads as partial.

© 2026 YourAI.tools. Every skill from an identity-verified publisher.

Independent catalog. Not affiliated with, endorsed by, or sponsored by Anthropic or any listed publisher. All trademarks belong to their respective owners.