Live Activity decodes Aave pool, configurator, and (when enabled) governance logs from the current RPC window. Filters: All, Supply, Withdraw, Borrow, Repay, Liquidation, Flash loan, Governance.
Supply events
Someone deposited an asset into a pool. Read wallet, asset, USD, chain, and time. Click Tx. Ask: is this new cash, or a whale rotating?
Withdrawals
Someone pulled supply out. Large withdrawals shrink available liquidity. Check the asset page next: did utilization jump?
Borrows
Someone took debt. Follow the wallet. If they already had a thin Health Factor, new debt is a risk story, not only a volume story.
Repayments
Debt came back. Often healthy de-risking. Sometimes it is a liquidation's repay leg. Open the tx and look at decoded events together.
Liquidations
A LiquidationCall: a third party repaid debt and seized collateral. The Liquidations page is the same kind of event, pre-filtered. Click through. Note the distressed wallet.
Flash loans
Borrow and repay in one transaction. Common around liquidations and swaps. Not unpaid leverage.
Governance events
Logs from Aave governance surfaces in the window. Use the Governance page for Ethereum contract addresses plus this filtered tape. It is not a full proposal forum.
Configuration changes
Configurator logs can show listings, pauses, and parameter updates (kinds such as config_change, asset_listing, asset_pause). They may appear under All rather than a dedicated filter button. Open the tx and read contractLabel.
How to investigate a transaction
1Click Tx (or the whole card on a phone)
You land on /tx/[chainId]/[hash].
2Read status
Success means the action settled. Reverted means it tried and failed. Unknown means the node did not classify it.
3Read From
The sending wallet. Inspect sender opens Wallets for that address.
4Read decoded Aave events
One transaction can contain several Aave logs. A liquidation often sits next to other pool events.
5Open the explorer link if you need raw logs
Ronnie shows the decoded view. The explorer is the full blockchain receipt.
Transaction fields
- Transaction hash: unique id of the action. The long 0x string in the page description.
- Wallet / From: who sent the transaction.
- Block: the batch of transactions that included this one. Higher numbers are later.
- Timestamp: when that block was time-stamped.
- To / contract: usually an Aave contract. Contract creation if empty.
- Amount / USD: size of the decoded Aave event, when Ronnie can price it.
- Gas used: how much computation the tx consumed. Effective gas price is in gwei when the node reports it.