Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions erc4626/WrappedAaveMonad USDeErc4626VaultReview16a3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

# Rate Provider: WrappedAave Monad USDe rate provider

## Details
This report was autogenerated on 22/07/2026.

- Deployed at:
- [Monad:0xDc00342D80de85a8b843Dab1f29bb407B3abeB64](https://monadvision.com/address/0xDc00342D80de85a8b843Dab1f29bb407B3abeB64)
- Audit report(s):
- [Audits](https://aave.com/security)

## Context
The waMonUSDe ERC4626 vault is a Static aToken wrapper developed by Aave that wraps Aave V3's interest-bearing aToken (USDe 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/b334a3c9-029d-4144-92d1-90c142d9ef3c)

## Conclusion
**Summary judgment: USABLE**
Passing fork tests can be found at https://github.com/balancer/balancer-v3-erc4626-tests/pull/147.

** upgradeable in this context means that:
- The contract is a proxy contract with an implementation sourced from Etherscan.

20 changes: 20 additions & 0 deletions erc4626/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3328,6 +3328,26 @@
"useUnderlyingForAddRemove": true,
"useWrappedForAddRemove": true
},
"0xDc00342D80de85a8b843Dab1f29bb407B3abeB64": {
"asset": "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34",
"name": "WrappedAaveMonad USDeErc4626Vault.md",
"summary": "safe",
"review": "./WrappedAaveMonad USDeErc4626VaultReview16a3.md",
"warnings": [],
"upgradeableComponents": [
{
"entrypoint": "0x69a5f9ad4f96ebf0a0c792dd42a01cc5c0102fef",
"implementationReviewed": "0x9539531ea4f6563a66421a7449506152609985be"
},
{
"entrypoint": "0xdc00342d80de85a8b843dab1f29bb407b3abeb64",
"implementationReviewed": "0xbd940fc427878eaa998f0713a16fed1cb5e892b1"
}
],
"canUseBufferForSwaps": true,
"useUnderlyingForAddRemove": true,
"useWrappedForAddRemove": true
},
"0x4eC854a6fDF52Eb64F8CabF87FafD3B1f1743a00": {
"asset": "0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2",
"name": "WrappedAaveMonad sUSDeErc4626Vault.md",
Expand Down
31 changes: 31 additions & 0 deletions rate-providers/WrappedAaveMonad USDeRateProviderReview487f.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

# Rate Provider: WrappedAave Monad USDe rate provider

## Details
This report was autogenerated on 22/07/2026.

- Deployed at:
- [Monad:0x0774D587d1CEe1bB1456A734cA8c279d51B07A59](https://monadvision.com/address/0x0774D587d1CEe1bB1456A734cA8c279d51B07A59)
- Audit report(s):
- [Audits](https://aave.com/security)

## Context
The rate provider is used to provide the rate of waMonUSDe in terms of underlying USDe using its ERC4626 contract. No combined rate provider is required because the underlying USDe is not itself yield bearing.

## 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/3cb647eb-9589-4159-821b-99d22d18cf7e)

## 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.

28 changes: 23 additions & 5 deletions rate-providers/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -5345,6 +5345,24 @@
"factory": "",
"upgradeableComponents": []
},
"0x0774D587d1CEe1bB1456A734cA8c279d51B07A59": {
"asset": "0xDc00342D80de85a8b843Dab1f29bb407B3abeB64",
"name": "WrappedAaveMonad USDeRateProvider.md",
"summary": "safe",
"review": "./WrappedAaveMonad USDeRateProviderReview487f.md",
"warnings": [],
"factory": "",
"upgradeableComponents": [
{
"entrypoint": "0x69a5f9ad4f96ebf0a0c792dd42a01cc5c0102fef",
"implementationReviewed": "0x9539531ea4f6563a66421a7449506152609985be"
},
{
"entrypoint": "0xdc00342d80de85a8b843dab1f29bb407b3abeb64",
"implementationReviewed": "0xbd940fc427878eaa998f0713a16fed1cb5e892b1"
}
]
},
"0x9a6a74291f75594414417c92B5b97ac69b3B1bdE": {
"asset": "0x4eC854a6fDF52Eb64F8CabF87FafD3B1f1743a00",
"name": "WrappedAaveMonad sUSDeRateProvider.md",
Expand All @@ -5353,15 +5371,15 @@
"warnings": [],
"factory": "",
"upgradeableComponents": [
{
"entrypoint": "0x4ec854a6fdf52eb64f8cabf87fafd3b1f1743a00",
"implementationReviewed": "0xbd940fc427878eaa998f0713a16fed1cb5e892b1"
},
{
"entrypoint": "0x69a5f9ad4f96ebf0a0c792dd42a01cc5c0102fef",
"implementationReviewed": "0x9539531ea4f6563a66421a7449506152609985be"
},
{
"entrypoint": "0x4ec854a6fdf52eb64f8cabf87fafd3b1f1743a00",
"implementationReviewed": "0xbd940fc427878eaa998f0713a16fed1cb5e892b1"
}
]
}
}
}
}
Loading