From 786cb7b898ab5b3932c30cd4601551c93f522096 Mon Sep 17 00:00:00 2001 From: mkflow27 Date: Thu, 12 Feb 2026 17:10:42 +0000 Subject: [PATCH] [create-pull-request] automated change --- .../StakedJUSDRateProviderReviewf023.md | 31 +++++++++++++++++++ rate-providers/registry.json | 14 +++++++++ 2 files changed, 45 insertions(+) create mode 100644 rate-providers/StakedJUSDRateProviderReviewf023.md 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 93e5ee6..d877898 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -3731,6 +3731,20 @@ "warnings": [], "factory": "", "upgradeableComponents": [] + }, + "0xa3cEAcA6577Fd5FB9E7cB84ae6217d86D08B033C": { + "asset": "0x4AA8949bb47da4b4F27345404Ba1e5E7EA90bdb3", + "name": "StakedJUSDRateProvider.md", + "summary": "safe", + "review": "./StakedJUSDRateProviderReviewf023.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [ + { + "entrypoint": "0x4aa8949bb47da4b4f27345404ba1e5e7ea90bdb3", + "implementationReviewed": "0x4ccd1aa42259bfebc314f8454a1090538d947e81" + } + ] } }, "fantom": {