
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
get_user_activityfor 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 (fromget_user_positions) rather than treating one market's page as the full history.- 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. - Paging: pass
pageInfo.nextback ascursorwith 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.
More skills from the skills repository
View all 5 skillsSkillTagsUpdated
deleverage
reduce risk on Aave positions
Aug 30DeFiFinanceRisk AssessmentWeb3safe-transactions
prepare Aave protocol transactions
Aug 30DeFiEthereumFinanceWeb3tx-confirmation
confirm Aave transaction status
Aug 30DeFiFinanceMonitoringWeb3yield-analysis
analyze Aave yield and interest rates
Aug 30AnalysisDeFiFinanceWeb3