Skip to content
Merged

wslt #591

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.

11 changes: 10 additions & 1 deletion rate-providers/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -6558,4 +6567,4 @@
"upgradeableComponents": []
}
}
}
}