diff --git a/rate-providers/HyperbeatUSDTRateProviderReviewe949.md b/rate-providers/HyperbeatUSDTRateProviderReviewe949.md new file mode 100644 index 00000000..950e9522 --- /dev/null +++ b/rate-providers/HyperbeatUSDTRateProviderReviewe949.md @@ -0,0 +1,30 @@ + +# Rate Provider: HyperbeatUSDT rate provider + +## Details +This report was autogenerated on 29/07/2025. + +- Deployed at: + - [HyperEVM:0x30EAcEC6BD250589043De026e45dc9A158C65a1F](https://hyperevmscan.io/address/0x30EAcEC6BD250589043De026e45dc9A158C65a1F) +- 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 44df63a7..10143684 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -5232,6 +5232,24 @@ "warnings": [], "factory": "", "upgradeableComponents": [] + }, + "0x30EAcEC6BD250589043De026e45dc9A158C65a1F": { + "asset": "0x5e105266db42f78FA814322Bce7f388B4C2e61eb", + "name": "HyperbeatUSDTRateProvider.md", + "summary": "safe", + "review": "./HyperbeatUSDTRateProviderReviewe949.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [ + { + "entrypoint": "0x96572d32d699ce463fdf36610273cc76b7d83f9b", + "implementationReviewed": "0xa90e0136cb598e1cef28dc54932c17033b54538c" + }, + { + "entrypoint": "0x24c8964338deb5204b096039147b8e8c3aea42cc", + "implementationReviewed": "0xb81131b6368b3f0a83af09db4e39ac23da96c2db" + } + ] } } }