Skip to content
Merged
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
30 changes: 30 additions & 0 deletions rate-providers/HyperbeatUSDTRateProviderReviewe949.md
Original file line number Diff line number Diff line change
@@ -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.

18 changes: 18 additions & 0 deletions rate-providers/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}
}