diff --git a/rate-providers/Wrappedliquidstaked Ether 2.0RateProviderReviewc73f.md b/rate-providers/Wrappedliquidstaked Ether 2.0RateProviderReviewc73f.md new file mode 100644 index 0000000..96c601e --- /dev/null +++ b/rate-providers/Wrappedliquidstaked Ether 2.0RateProviderReviewc73f.md @@ -0,0 +1,31 @@ + +# Rate Provider: Wrappedliquid staked Ether 2.0 rate provider + +## Details +This report was autogenerated on 22/05/2026. + +- Deployed at: + - [Monad:0xd541ebafcbd047b481e6f85c86614719e62884be](https://monadvision.com/address/0xd541ebafcbd047b481e6f85c86614719e62884be) +- Audit report(s): + - [Audits](https://docs.lido.fi/security/audits/) + +## Context +This rate provider tracks the embedded rate of the wstETH token + +## 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). +- [ ] 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/b727f582-9c38-48fe-b9ac-39b29195ff3f) + +## 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 95c8780..5b19dd6 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -4913,6 +4913,15 @@ "warnings": [], "factory": "", "upgradeableComponents": [] + }, + "0xd541ebafcbd047b481e6f85c86614719e62884be": { + "asset": "0x10Aeaf63194db8d453d4D85a06E5eFE1dd0b5417", + "name": "Wrappedliquidstaked Ether 2.0RateProvider.md", + "summary": "safe", + "review": "./Wrappedliquidstaked Ether 2.0RateProviderReviewc73f.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [] } } } \ No newline at end of file