Overview
Updated 4h agoA lending system with deployment-specific parameters
Aave v3 organizes supplied assets, collateral, borrowing, and liquidation through its pool contracts. The v3 design introduced additional risk-management and capital-efficiency mechanisms, described in its technical documentation and governance materials. A protocol version is not a single universal market: deployments on different networks can list different assets and use different caps, thresholds, and configuration. The same ticker appearing in two pools does not establish identical risk.
2 sources for this section
How a position changes
A user supplies assets, enables eligible collateral, and borrows subject to the deployment's rules. The health factor reflects the relationship between adjusted collateral value and outstanding debt. Interest accumulation, collateral price changes, and governance parameter changes can affect the position even if the user submits no new transaction. Efficiency settings can improve borrowing capacity for certain correlated asset groups, but correlation can weaken during stress and should not be treated as a permanent law.
2 sources for this section
Examining the actual exposure
Identify the network, reserve configuration, oracle, interest-rate model, supply and borrow limits, and liquidation conditions. A high displayed deposit yield can reflect demand, incentives, or additional risks rather than a fixed return. Supplying to a lending pool is not equivalent to holding the underlying asset in an ordinary wallet. For any example, use explicit hypothetical values and keep current parameters linked to their live sources so that a historical explanation does not become misleading operational advice.