diff --git a/rate-providers/HyperbeatUltraHYPERateProviderReviewf12b.md b/rate-providers/HyperbeatUltraHYPERateProviderReviewf12b.md new file mode 100644 index 00000000..5e4424a3 --- /dev/null +++ b/rate-providers/HyperbeatUltraHYPERateProviderReviewf12b.md @@ -0,0 +1,30 @@ + +# Rate Provider: HyperbeatUltra HYPE rate provider + +## Details +This report was autogenerated on 29/07/2025. + +- Deployed at: + - [HyperEVM:0xA41f1552CD8Bf74002793D51C5c64CEeBe2a62a8](https://hyperevmscan.io/address/0xA41f1552CD8Bf74002793D51C5c64CEeBe2a62a8) +- Audit report(s): + - [Hyperbeat audits](https://docs.hyperbeat.org/resources/audits) + +## Context +Hyperbeat vaults are designed to unlock yield opportunities on HyperEVM, offering higher base yields, optimized liquidity, and greater capital flexibility. The vaults cover a wide spectrum of risk tranches and automate DeFi strategies on HyperEVM to simplify user experience and maximise capital efficiency. + +## 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**. + +## 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 25b52fb2..63e09eca 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -5268,6 +5268,20 @@ "warnings": [], "factory": "", "upgradeableComponents": [] + }, + "0xA41f1552CD8Bf74002793D51C5c64CEeBe2a62a8": { + "asset": "0x96C6cBB6251Ee1c257b2162ca0f39AA5Fa44B1FB", + "name": "HyperbeatUltraHYPERateProvider.md", + "summary": "safe", + "review": "./HyperbeatUltraHYPERateProviderReviewf12b.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [ + { + "entrypoint": "0x96c6cbb6251ee1c257b2162ca0f39aa5fa44b1fb", + "implementationReviewed": "0xcd27d859bae91fbcac1deda69deae3313f07ef6b" + } + ] } } }