What this dashboard is
Ronnie is an Aave on-chain intelligence dashboard. Think of it as a live instrument panel for Aave markets: sizes, rates, recent transactions, and wallet positions.
The product line is Observe, Understand, Detect, Act. Observe is Overview and Live Activity. Understand is Markets, Assets, Wallets, and Contracts. Detect is Liquidations, Whales, Governance, and Risk Monitor. Act is Cross-Chain, Search, and looking up your own position.
- Read-only. Ronnie looks up public blockchain data.
- Live. Numbers come from Aave contracts, not a spreadsheet of fake examples.
- Honest about gaps. If a network does not answer, Ronnie will not invent the missing total.
What Aave is
Aave is a shared pool of crypto. People supply assets into a market. Other people can borrow from that pool if they lock collateral. Interest is paid by borrowers to suppliers. The rules live in smart contracts, which are programs on a blockchain that anyone can read.
A market here means one Aave v3 deployment on one chain. Ronnie currently reads Ethereum, Arbitrum, Base, Optimism, and Polygon.
What an on-chain dashboard means
On-chain means the data is recorded on a public blockchain. When someone supplies USDC on Aave, that action is a transaction anyone can later inspect.
Ronnie reads those contracts through public RPC nodes, then decodes the logs into rows you can click. It does not have a private Aave database. That is why Live Activity is a current window of logs, not a complete historical archive, and why a public RPC can sometimes fail to return logs.
What you can do with this dashboard
- See how large each Aave market is, and how much of it is borrowed.
- Watch supplies, borrows, repayments, liquidations, flash loans, and governance events as they land.
- Open one asset (a reserve) and read its APYs, caps, LTV, and oracle price.
- Look up any wallet, or connect your own, and read Health Factor in plain language.
- Run a price-shock simulation on that wallet (for example ETH down 20%).
- Compare the same asset across chains on Cross-Chain.
- Jump to a wallet, asset, market, or transaction with Search.
Basic terminology
- Chain: a blockchain network. Ethereum and Base are different chains.
- Wallet: an address that can hold crypto, written like 0x plus many characters.
- Transaction (tx): one recorded action. It has a hash, a sender, a block, and a time.
- Smart contract: a program at an address. Aave's Pool contract is the main lending engine.
- Reserve / asset: one listed token in a market, such as WETH on Ethereum.
- USD value: Ronnie converts token amounts with Aave's oracle price so you can compare sizes.
When a term is new, this guide explains it before using it again. The glossary at the end is the alphabetical backup.
How to navigate the dashboard
The dark left menu is always there on a large screen. On a phone, open it with the menu button next to Search.
- Search box in the header: paste a wallet, asset symbol, market name, or transaction hash.
- Connect (top right): optional. Connecting only lets Ronnie look up your public position.
- Overview: the command center. Start here when you open the app.
- Live Activity: the tape of decoded events. Click Tx to open the transaction page.
- Markets then a row: one chain's Aave pool, with its assets underneath.
- Assets then a symbol: one reserve, including configuration and recent events.
- Wallets: paste 0x... or connect, then read the position.
- A transaction page lives at /tx/[chainId]/[hash]. Activity rows already link there.