protocol identification
two sourcesAave V3 is the third major version of Aave, a non‑custodial lending/borrowing (money market) protocol deployed across multiple EVM chains and some non‑EVM networks like Aptos. It uses the AAVE governance token. Basic identification
- Name: Aave Protocol V3 (often “Aave v3”)
- Website: aave.com (implied by docs and repos titles, but protocol site claims are “unverified marketing claim” unless cross‑checked)
- Docs: Aave V3 section of Aave Docs, e.g. “Aave V3 Overview” and “Smart Contracts” pages.
- Category: DeFi lending/borrowing / collateralized money market protocol.
- Launch date: Multiple independent sources state Aave V3 launched in March 2022.
- Native / governance token: AAVE token for governance and staking. Chains / deployments Independent docs summarise that Aave V3 runs on 20+ deployments including Ethereum, Arbitrum, Optimism (OP Mainnet), Polygon, Avalanche, Base, BNB Chain (BSC), Gnosis, Linea, Celo, Mantle, Sonic, Plasma, Monad, and others; some older deployments like Fantom and Harmony are deprecated. Support for Aptos, MegaETH, Xlayer, Soneium and similar very new chains is Not verifiable as of 2026‑08‑27 under the given data. Core contract pattern (v3 markets) Per Aave Docs and independent address books, each deployment has at least:
- PoolAddressesProvider (central registry).
- Pool (main user‑facing lending pool).
- PoolConfigurator (risk & parameter config). Examples with ≥2‑source cross‑check:
- Ethereum mainnet (Aave V3 “Core”):
- PoolAddressesProvider: 0x2f39d218133AFaB8F2B819B1066c7E434Ad94E9e.
- Pool: 0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2.
- PoolConfigurator: 0x64b761D848206f447Fe2dd461b0c635Ec39EbB27.
- Arbitrum / many L2s (canonical v3 market):
- PoolAddressesProvider: 0xa97684ead0e402dC232d5A977953DF7ECBaB3CDb.
- Pool: 0x794a61358D6845594F94dc1DB02A252b5b4814aD.
- PoolConfigurator: 0x8145eddDf43f50276641b55bd3AD95944510021E. Independent address‑books note that these three addresses are reused across “most” L2 networks (Arbitrum, Optimism, Avalanche, etc.). Explorer verification status Contract lists from GitHub/docs indicate that these addresses correspond to Aave V3 core contracts with published ABIs and verified source links. Direct on‑chain verification is Not verifiable as of 2026‑08‑27 under current tool constraints. Fork lineage & code changes
- Aave V3 is a major evolution of Aave V2, developed in‑house by Aave’s core team rather than an external fork; it introduces features such as e‑mode, isolation mode, siloed reserves, and improved L2‑specific Pool (L2Pool.sol) logic.
- The aave‑v3‑core GitHub repository is a continuation of the v2 codebase with refactored modules, not a fork of another protocol.
- Multiple audits exist for Aave V3 (from firms like Certora, Sigma Prime, et al.), but specific reports and coverage for all recent chains are Not verifiable as of 2026‑08‑27 from the retrieved snippets.
- No evidence surfaced of malicious modifications in third‑party forks of Aave V3 in the data retrieved; however, absence of evidence is not proof of absence and should not be treated as comprehensive coverage.
Evidence (15)
- Addresses Dashboard | Aave Protocol Documentation
- Deployments | Infrared Trading Docs
- Smart Contracts | Aave Protocol Documentation
- aave — DeFi
- Aave V3 Overview | Aave Protocol Documentation
- Pool Addresses Provider | Aave Protocol Documentation
- Aave V3 on L2 Networks | bgd-labs/aave-address-book | DeepWiki
- aave/aave-v3-core
- Aave V3 | aave/aave-address-book | DeepWiki
- Aave V3 Protocol Addresses | bgd-labs/aave-address-book
- Aave July 2026 Report
- Pool | Aave Protocol Documentation
- Aave V3 on Ethereum | bgd-labs/aave-address-book
- docs-v3/deployed-contracts/v3-mainnet/avalanche.md at main · aave/docs-v3
- aave-v3-core/contracts/protocol/pool/L2Pool.sol at master · aave/aave-v3-core