diff --git a/erc4626/WrappedAaveCore EURCErc4626VaultReview1dc1.md b/erc4626/WrappedAaveCore EURCErc4626VaultReview1dc1.md new file mode 100644 index 0000000..10a8e76 --- /dev/null +++ b/erc4626/WrappedAaveCore EURCErc4626VaultReview1dc1.md @@ -0,0 +1,32 @@ + +# Rate Provider: WrappedAave Core EURC rate provider + +## Details +This report was autogenerated on 21/07/2026. + +- Deployed at: + - [Avalanche:0x7b538a1840EAf2Ed92EEB67eE744AE627335e201](https://snowtrace.io/address/0x7b538a1840EAf2Ed92EEB67eE744AE627335e201) +- Audit report(s): + - [Audits](https://aave.com/security) + +## Context +waCoreEURC is the ERC4626 Tokenization Spoke for Aave V4's Core Spoke. Depositing EURC supplies it into the Aave V4 Liquidity Hub through the Core Spoke; the non-rebasing wrapped token accrues lending yield,so its EURC exchange rate increases over time. It is fully ERC4626 compliant. Available at https://pro.aave.com/. + +## Review Checklist: Bare Minimum Compatibility +Each of the items below represents an absolute requirement for the Rate Provider. If any of these is unchecked, the Rate Provider is unfit to use. + +- [x] Tests based on the [balancer-v3-monorepo](https://github.com/balancer/balancer-v3-monorepo/tree/main/pkg/vault/test/foundry/fork) pass for the given ERC4626 vaults, which can be found [here](https://github.com/balancer/balancer-v3-erc4626-tests/tree/main/test). +- [x] The required Vault implements the required operational ERC4626 Interface + +### Administrative Privileges +- [x] The ERC4626 Vault is upgradeable** (e.g., via a proxy architecture). +- [x] Other contracts which are part of the `mint` callchain are upgradeable**. You can find more information + about the involved contracts in this [tenderly simulation](https://www.tdly.co/shared/simulation/8af29f99-6e8d-47b3-9d33-deb2d5b2a2b8) + +## Conclusion +**Summary judgment: USABLE** +Passing fork tests can be found at https://github.com/balancer/balancer-v3-erc4626-tests/pull/146. + +** upgradeable in this context means that: +- The contract is a proxy contract with an implementation sourced from Etherscan. + diff --git a/erc4626/registry.json b/erc4626/registry.json index 721f131..58d057e 100644 --- a/erc4626/registry.json +++ b/erc4626/registry.json @@ -2062,6 +2062,30 @@ "canUseBufferForSwaps": true, "useUnderlyingForAddRemove": true, "useWrappedForAddRemove": true + }, + "0x7b538a1840EAf2Ed92EEB67eE744AE627335e201": { + "asset": "0xC891EB4cbdEFf6e073e859e987815Ed1505c2ACD", + "name": "WrappedAaveCore EURCErc4626Vault.md", + "summary": "safe", + "review": "./WrappedAaveCore EURCErc4626VaultReview1dc1.md", + "warnings": [], + "upgradeableComponents": [ + { + "entrypoint": "0x7b538a1840eaf2ed92eeb67ee744ae627335e201", + "implementationReviewed": "0x63deb2d293c87c9a19623ba656ba59f4f7280025" + }, + { + "entrypoint": "0xd07369fae4a5bb13c9ce446b052c7867b1abdf6e", + "implementationReviewed": "0xfacde4e3f0368e15f767d9e2db0b67817af52c1c" + }, + { + "entrypoint": "0x7b538a1840EAf2Ed92EEB67eE744AE627335e201", + "implementationReviewed": "0x63deb2d293c87c9a19623ba656ba59f4f7280025" + } + ], + "canUseBufferForSwaps": true, + "useUnderlyingForAddRemove": true, + "useWrappedForAddRemove": true } }, "sepolia": { diff --git a/rate-providers/WrappedAaveCore EURCRateProviderReview0d03.md b/rate-providers/WrappedAaveCore EURCRateProviderReview0d03.md new file mode 100644 index 0000000..89a1b64 --- /dev/null +++ b/rate-providers/WrappedAaveCore EURCRateProviderReview0d03.md @@ -0,0 +1,31 @@ + +# Rate Provider: WrappedAave Core EURC rate provider + +## Details +This report was autogenerated on 21/07/2026. + +- Deployed at: + - [Avalanche:0xa80cF9898257D221FdF889Fc37Fb322b9a3d145c](https://snowtrace.io/address/0xa80cF9898257D221FdF889Fc37Fb322b9a3d145c) +- Audit report(s): + - [Audits](https://aave.com/security) + +## Context +The rate provider reports the rate of waCoreEURC in terms of its underlying EURC,sourced from the token's ERC4626 convertToAssets() exchange rate. + +## Review Checklist: Bare Minimum Compatibility +Each of the items below represents an absolute requirement for the Rate Provider. If any of these is unchecked, the Rate Provider is unfit to use. + +- [x] Implements the [`IRateProvider`](https://github.com/balancer/balancer-v2-monorepo/blob/bc3b3fee6e13e01d2efe610ed8118fdb74dfc1f2/pkg/interfaces/contracts/pool-utils/IRateProvider.sol) interface. +- [x] `getRate` returns an 18-decimal fixed point number (i.e., 1 == 1e18) regardless of underlying token decimals. + +### Administrative Privileges +- [ ] The Rate Provider is upgradeable** (e.g., via a proxy architecture). +- [x] Other contracts which are part of the `getRate` callchain are upgradeable**. You can find more information + about the involved contracts in this [tenderly simulation](https://www.tdly.co/shared/simulation/15f2117e-0bab-456d-a97d-6ec663130fb7) + +## Conclusion +**Summary judgment: USABLE** + +** upgradeable in this context means that: +- The contract is a proxy contract with an implementation sourced from Etherscan and the proxy emitted an "Upgraded" event. + diff --git a/rate-providers/registry.json b/rate-providers/registry.json index fa46c8b..ca696a7 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -1080,6 +1080,24 @@ "implementationReviewed": "0xfacde4e3f0368e15f767d9e2db0b67817af52c1c" } ] + }, + "0xa80cF9898257D221FdF889Fc37Fb322b9a3d145c": { + "asset": "0x7b538a1840EAf2Ed92EEB67eE744AE627335e201", + "name": "WrappedAaveCore EURCRateProvider.md", + "summary": "safe", + "review": "./WrappedAaveCore EURCRateProviderReview0d03.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [ + { + "entrypoint": "0x7b538a1840eaf2ed92eeb67ee744ae627335e201", + "implementationReviewed": "0x63deb2d293c87c9a19623ba656ba59f4f7280025" + }, + { + "entrypoint": "0xd07369fae4a5bb13c9ce446b052c7867b1abdf6e", + "implementationReviewed": "0xfacde4e3f0368e15f767d9e2db0b67817af52c1c" + } + ] } }, "base": {