diff --git a/erc4626/WrappedAaveMonad USDCErc4626VaultReviewac6e.md b/erc4626/WrappedAaveMonad USDCErc4626VaultReviewac6e.md new file mode 100644 index 0000000..c3355e3 --- /dev/null +++ b/erc4626/WrappedAaveMonad USDCErc4626VaultReviewac6e.md @@ -0,0 +1,32 @@ + +# Rate Provider: WrappedAave Monad USDC rate provider + +## Details +This report was autogenerated on 03/07/2026. + +- Deployed at: + - [Monad:0xC554aFfE2f581F5E0811e0D42D484ECaC5c6B8e2](https://monadvision.com/address/0xC554aFfE2f581F5E0811e0D42D484ECaC5c6B8e2) +- Audit report(s): + - [Audits](https://aave.com/security) + +## Context +The waMonUSDC ERC4626 vault is a Static aToken wrapper developed by Aave that wraps Aave V3's interest-bearing aUSDC (USDC supplied to the Aave Monad market) into a non-rebasing ERC4626 token whose value continuously appreciates as lending yield accrues. + +## 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 +- [ ] 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/399b3ac1-1c81-4d41-8bd1-e042b2f2b841) + +## Conclusion +**Summary judgment: USABLE** +Passing fork tests can be found at https://github.com/balancer/balancer-v3-erc4626-tests/pull/143. + +** 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 15446a8..e18f755 100644 --- a/erc4626/registry.json +++ b/erc4626/registry.json @@ -3056,11 +3056,11 @@ "useUnderlyingForAddRemove": true, "useWrappedForAddRemove": true }, - "0x967d427eF0Eb4AEB7a1B523A98B04061F094276B": { - "asset": "0xEE8c0E9f1BFFb4Eb878d8f15f368A02a35481242", - "name": "WrappedAaveMonad WETHErc4626Vault.md", + "0xC554aFfE2f581F5E0811e0D42D484ECaC5c6B8e2": { + "asset": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603", + "name": "WrappedAaveMonad USDCErc4626Vault.md", "summary": "safe", - "review": "./WrappedAaveMonad WETHErc4626VaultReview0b31.md", + "review": "./WrappedAaveMonad USDCErc4626VaultReviewac6e.md", "warnings": [], "upgradeableComponents": [ { @@ -3068,33 +3068,13 @@ "implementationReviewed": "0x9539531ea4f6563a66421a7449506152609985be" }, { - "entrypoint": "0x967d427ef0eb4aeb7a1b523a98b04061f094276b", + "entrypoint": "0xc554affe2f581f5e0811e0d42d484ecac5c6b8e2", "implementationReviewed": "0xbd940fc427878eaa998f0713a16fed1cb5e892b1" } ], "canUseBufferForSwaps": true, "useUnderlyingForAddRemove": true, "useWrappedForAddRemove": true - }, - "0x5E7109A755fD2b86361F95065cDE07FbAb50CA1D": { - "asset": "0xe7cd86e13AC4309349F30B3435a9d337750fC82D", - "name": "WrappedAaveMonad USDT0Erc4626Vault.md", - "summary": "safe", - "review": "./WrappedAaveMonad USDT0Erc4626VaultReview9ee6.md", - "warnings": [], - "upgradeableComponents": [ - { - "entrypoint": "0x5e7109a755fd2b86361f95065cde07fbab50ca1d", - "implementationReviewed": "0xbd940fc427878eaa998f0713a16fed1cb5e892b1" - }, - { - "entrypoint": "0x69a5f9ad4f96ebf0a0c792dd42a01cc5c0102fef", - "implementationReviewed": "0x9539531ea4f6563a66421a7449506152609985be" - } - ], - "canUseBufferForSwaps": true, - "useUnderlyingForAddRemove": true, - "useWrappedForAddRemove": true } } } \ No newline at end of file diff --git a/rate-providers/WrappedAaveMonad USDCRateProviderReview79d2.md b/rate-providers/WrappedAaveMonad USDCRateProviderReview79d2.md new file mode 100644 index 0000000..7fd078d --- /dev/null +++ b/rate-providers/WrappedAaveMonad USDCRateProviderReview79d2.md @@ -0,0 +1,31 @@ + +# Rate Provider: WrappedAave Monad USDC rate provider + +## Details +This report was autogenerated on 03/07/2026. + +- Deployed at: + - [Monad:0x46580b114389f4FDb8aC6D3C0754Aacd915742a0](https://monadvision.com/address/0x46580b114389f4FDb8aC6D3C0754Aacd915742a0) +- Audit report(s): + - [Audits](https://aave.com/security) + +## Context +The rate provider is used to provide the rate of waMonUSDC in terms of underlying USDC using its ERC4626 contract. + +## 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/f7c4108a-2b22-4338-9773-8101209742d8) + +## 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 2bc92ed..3549bdb 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -5102,11 +5102,11 @@ } ] }, - "0xAbD0BdCe36f2b8b4051409e780BDb7c4ad5Dc5Bf": { - "asset": "0x967d427eF0Eb4AEB7a1B523A98B04061F094276B", - "name": "WrappedAaveMonad WETHRateProvider.md", + "0x46580b114389f4FDb8aC6D3C0754Aacd915742a0": { + "asset": "0xC554aFfE2f581F5E0811e0D42D484ECaC5c6B8e2", + "name": "WrappedAaveMonad USDCRateProvider.md", "summary": "safe", - "review": "./WrappedAaveMonad WETHRateProviderReview76be.md", + "review": "./WrappedAaveMonad USDCRateProviderReview79d2.md", "warnings": [], "factory": "", "upgradeableComponents": [ @@ -5115,28 +5115,10 @@ "implementationReviewed": "0x9539531ea4f6563a66421a7449506152609985be" }, { - "entrypoint": "0x967d427ef0eb4aeb7a1b523a98b04061f094276b", + "entrypoint": "0xc554affe2f581f5e0811e0d42d484ecac5c6b8e2", "implementationReviewed": "0xbd940fc427878eaa998f0713a16fed1cb5e892b1" } ] - }, - "0x34d260A42F3D6b76053bC2d733B109e5708494B3": { - "asset": "0x5E7109A755fD2b86361F95065cDE07FbAb50CA1D", - "name": "WrappedAaveMonad USDT0RateProvider.md", - "summary": "safe", - "review": "./WrappedAaveMonad USDT0RateProviderReview866f.md", - "warnings": [], - "factory": "", - "upgradeableComponents": [ - { - "entrypoint": "0x5e7109a755fd2b86361f95065cde07fbab50ca1d", - "implementationReviewed": "0xbd940fc427878eaa998f0713a16fed1cb5e892b1" - }, - { - "entrypoint": "0x69a5f9ad4f96ebf0a0c792dd42a01cc5c0102fef", - "implementationReviewed": "0x9539531ea4f6563a66421a7449506152609985be" - } - ] } } }