diff --git a/rate-providers/StakedJUSDRateProviderReviewf023.md b/rate-providers/StakedJUSDRateProviderReviewf023.md new file mode 100644 index 0000000..51f2764 --- /dev/null +++ b/rate-providers/StakedJUSDRateProviderReviewf023.md @@ -0,0 +1,31 @@ + +# Rate Provider: StakedJUSD rate provider + +## Details +This report was autogenerated on 12/02/2026. + +- Deployed at: + - [Ethereum:0xa3cEAcA6577Fd5FB9E7cB84ae6217d86D08B033C](https://etherscan.io/address/0xa3cEAcA6577Fd5FB9E7cB84ae6217d86D08B033C) +- Audit report(s): + - [Audits](https://docs.aegis.im/audits) + +## Context +The rate provider tracks the embedded yield of the sjUSD 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). +- [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/b5f2e410-996e-4757-81e1-29f7d37b227c) + +## 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 3b04124..075bdd1 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -3732,6 +3732,20 @@ "factory": "", "upgradeableComponents": [] }, + "0xa3cEAcA6577Fd5FB9E7cB84ae6217d86D08B033C": { + "asset": "0x4AA8949bb47da4b4F27345404Ba1e5E7EA90bdb3", + "name": "StakedJUSDRateProvider.md", + "summary": "safe", + "review": "./StakedJUSDRateProviderReviewf023.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [ + { + "entrypoint": "0x4aa8949bb47da4b4f27345404ba1e5e7ea90bdb3", + "implementationReviewed": "0x4ccd1aa42259bfebc314f8454a1090538d947e81" + } + ] + }, "0x7D5e115161991Ed498aD0A90169ca17C25576B4a": { "asset": "0x4Ef53d2cAa51C447fdFEEedee8F07FD1962C9ee6", "name": "KpkUSDCPrime V2RateProvider.md",