
Covers Analysis Finance Web3 DeFi
Description
Compare Aave yields and rates — best APY for an asset, rates across chains or between V3 and V4, APY history and stability, GHO savings (sGHO) — before recommending where to supply or borrow.
SKILL.md
Aave yield and market analysis
Steps
get_marketswithsymbolsfor the assets in question, nochainId, versionall. The symbol filter is what makes v3 cross-chain — unfiltered v3 reads Ethereum alone.- Shortlist, then per candidate:
get_reserve_detailsfor risk parameters and the rate curve,get_apy_historyfor how the spot rate has moved. - GHO savings questions:
get_sgho_vault. Its rate is governance-set, not utilisation-driven, and sGHO is not collateral — present it as savings, not as a lending position.
Reporting rules
- State the coverage with the numbers: which chains were read (
chainsCovered), which were not (chainsNotCovered), and thatchainsNotServedchains hold no data here at all. - Say whether the answer is a sample or the population. "Top 5 by APY" filtered from one call is a sample; only an unfiltered read of every covered chain supports "the best rate on Aave is…".
- Rank only enterable rates: skip rows flagged
isFrozen/isPaused/ cap-reached, and checksuppliable/borrowable(v4) oravailableLiquidity(v3) against the size in question. A great APY with no capacity is not an option. - Spot APY is variable: for any recommendation, quote the recent range from
get_apy_historynext to the spot figure. - v4 spokes sharing a hub share its rate — identical APYs across spoke rows are one underlying rate, not independent options.
Done when
- Every chain read is named, and every chain not read is named as not-read.
- The answer says whether it is a sample or the population; "the best rate on Aave" appears only behind an unfiltered read of every covered chain.
- Every ranked row is enterable, with its capacity checked against the size asked for.
- Every spot APY quoted for a recommendation carries its recent range beside it.
More skills from the skills repository
View all 5 skillsSkillTagsUpdated
account-activity
review Aave account activity history
Aug 30AnalyticsDeFiFinanceWeb3deleverage
reduce risk on Aave positions
Aug 30DeFiFinanceRisk AssessmentWeb3safe-transactions
prepare Aave protocol transactions
Aug 30DeFiEthereumFinanceWeb3tx-confirmation
confirm Aave transaction status
Aug 30DeFiFinanceMonitoringWeb3