diff --git a/rate-providers/BMX WrappedSonic Liquidity TokenRateProviderReviewe7a2.md b/rate-providers/BMX WrappedSonic Liquidity TokenRateProviderReviewe7a2.md new file mode 100644 index 0000000..d52a3ef --- /dev/null +++ b/rate-providers/BMX WrappedSonic Liquidity TokenRateProviderReviewe7a2.md @@ -0,0 +1,31 @@ + +# Rate Provider: BMX WrappedSonic Liquidity rate provider + +## Details +This report was autogenerated on 11/24/2025. + +- Deployed at: + - [Sonic:0x3c7de41078a8eb37ab8f51881c56f64783156487](https://sonicscan.org/address/0x3c7de41078a8eb37ab8f51881c56f64783156487) +- Audit report(s): + - + +## Context +This ERC4626 rate provider tracks the embedded yield within the BMX vault + +## 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/85317321-2ab4-4ed4-9204-f72f84918993) + +## 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 ade87f1..ceb6257 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -6024,6 +6024,15 @@ "implementationReviewed": "0x1810978867bcda2dc3619ec91b62f74456ae9d31" } ] + }, + "0x3c7de41078a8eb37ab8f51881c56f64783156487": { + "asset": "0x2dDCF85D3Cf27DEA338e0371D38409Ba80058630", + "name": "BMX WrappedSonic Liquidity TokenRateProvider.md", + "summary": "safe", + "review": "./BMX WrappedSonic Liquidity TokenRateProviderReviewe7a2.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [] } }, "hyperevm": { @@ -6558,4 +6567,4 @@ "upgradeableComponents": [] } } -} \ No newline at end of file +}