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 sUSDeErc4626VaultReview39ec.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

# Rate Provider: WrappedAave Monad sUSDe rate provider

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

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

## Context
The waMonsUSDe ERC4626 vault is a Static aToken wrapper developed by Aave that wraps Aave V3's interest-bearing aToken (sUSDe 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/b5a396df-b170-48ff-8ebc-ba9cc6b89c62)

## 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 @@ -3327,6 +3327,26 @@
"canUseBufferForSwaps": false,
"useUnderlyingForAddRemove": true,
"useWrappedForAddRemove": true
},
"0x4eC854a6fDF52Eb64F8CabF87FafD3B1f1743a00": {
"asset": "0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2",
"name": "WrappedAaveMonad sUSDeErc4626Vault.md",
"summary": "safe",
"review": "./WrappedAaveMonad sUSDeErc4626VaultReview39ec.md",
"warnings": [],
"upgradeableComponents": [
{
"entrypoint": "0x4ec854a6fdf52eb64f8cabf87fafd3b1f1743a00",
"implementationReviewed": "0xbd940fc427878eaa998f0713a16fed1cb5e892b1"
},
{
"entrypoint": "0x69a5f9ad4f96ebf0a0c792dd42a01cc5c0102fef",
"implementationReviewed": "0x9539531ea4f6563a66421a7449506152609985be"
}
],
"canUseBufferForSwaps": true,
"useUnderlyingForAddRemove": true,
"useWrappedForAddRemove": true
}
}
}
31 changes: 31 additions & 0 deletions rate-providers/WrappedAaveMonad sUSDeRateProviderReviewa249.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

# Rate Provider: WrappedAave Monad sUSDe rate provider

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

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

## Context
The rate provider is a combined rate provider that multiplies two rates to denominate waMonsUSDe in USDe: (1) the waMonsUSDe ERC4626 rate in terms of underlying sUSDe (rate provider 0xC22b3a858208BEDF7E26103D4eF332F66dd08Aad),and (2) the sUSDe/USDe exchange rate (rate provider 0x82D50FfB2AEf03B288373E5C09761846FA580380,which reads the Chainlink SUSDE / USDE Exchange Rate feed at 0x34047f0e5261103f384F20b76A324b86d192f698). The combination is required because the underlying sUSDe is itself a yield bearing asset.

## 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/33f5a051-06d6-425e-8937-525460088583)

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

18 changes: 18 additions & 0 deletions rate-providers/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -5344,6 +5344,24 @@
"warnings": [],
"factory": "",
"upgradeableComponents": []
},
"0x9a6a74291f75594414417c92B5b97ac69b3B1bdE": {
"asset": "0x4eC854a6fDF52Eb64F8CabF87FafD3B1f1743a00",
"name": "WrappedAaveMonad sUSDeRateProvider.md",
"summary": "safe",
"review": "./WrappedAaveMonad sUSDeRateProviderReviewa249.md",
"warnings": [],
"factory": "",
"upgradeableComponents": [
{
"entrypoint": "0x4ec854a6fdf52eb64f8cabf87fafd3b1f1743a00",
"implementationReviewed": "0xbd940fc427878eaa998f0713a16fed1cb5e892b1"
},
{
"entrypoint": "0x69a5f9ad4f96ebf0a0c792dd42a01cc5c0102fef",
"implementationReviewed": "0x9539531ea4f6563a66421a7449506152609985be"
}
]
}
}
}
Loading