diff --git a/rate-providers/StakedUSDeRateProviderReview494e.md b/rate-providers/StakedUSDeRateProviderReview494e.md new file mode 100644 index 0000000..97ac98c --- /dev/null +++ b/rate-providers/StakedUSDeRateProviderReview494e.md @@ -0,0 +1,31 @@ + +# Rate Provider: StakedUSDe rate provider + +## Details +This report was autogenerated on 23/09/2025. + +- Deployed at: + - [Plasma:0xeC8e3f795b28E86967265A4c4715aB609CBDe68d](https://plasmascan.to//address/0xeC8e3f795b28E86967265A4c4715aB609CBDe68d) +- Audit report(s): + - [Audits](https://docs.ethena.fi/resources/audits) + +## Context +This rate provider tracks the embedded yield from the staked USDe 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). +- [ ] 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/92f73794-bf41-409f-8295-db8d2e38b993) + +## 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 4863663..5d11a5e 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -6234,6 +6234,15 @@ } }, "plasma": { + "0xeC8e3f795b28E86967265A4c4715aB609CBDe68d": { + "asset": "0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2", + "name": "StakedUSDeRateProvider.md", + "summary": "safe", + "review": "./StakedUSDeRateProviderReview494e.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [] + }, "0x76A32B3711D849855cD7Ccc68e46Bf6f0Da50dD0": { "asset": "0xA3D68b74bF0528fdD07263c60d6488749044914b", "name": "WrappedeETHRateProvider.md",