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
34 changes: 34 additions & 0 deletions erc4626/MEVCapitalUSDT0Erc4626VaultReview778c.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

# Rate Provider: MEVCapital USDT0 rate provider

## Details
This report was autogenerated on 29/07/2025.

- Deployed at:
- [HyperEVM:0x3Bcc0a5a66bB5BdCEEf5dd8a659a4eC75F3834d8](https://hyperevmscan.io/address/0x3Bcc0a5a66bB5BdCEEf5dd8a659a4eC75F3834d8)
- Audit report(s):
- [Hyperbeat audits](https://docs.hyperbeat.org/resources/audits)

## Context
Hyperbeat is a Hyperliquid native protocol that exists to scale Hyperliquid and the broader Hyperliquid Ecosystem.
Operating at the intersection of flawless performance and unwavering conviction, we contribute to scaling the people's L1 through:
Liquidity strategies for HyperEVM, Hyperbeat vaults are non-custodial smart contracts optimizing liquidity across the ecosystem by interacting with Hypercore and HyperEVM. The vaults cover a wide spectrum of risk tranches to offer higher base yields through greater capital flexibility and a simplified user experience.
Money markets powered by Morpho to enable lending and borrowing on HyperEVM for all major spot assets.

## 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] Tests based on the [balancer-v3-monorepo](https://github.com/balancer/balancer-v3-monorepo/tree/main/pkg/vault/test/foundry/fork) pass for the given ERC4626 vaults, which can be found [here](https://github.com/balancer/balancer-v3-erc4626-tests/tree/main/test).
- [x] The required Vault implements the required operational ERC4626 Interface

### Administrative Privileges
- [ ] The ERC4626 Vault is upgradeable** (e.g., via a proxy architecture).
- [ ] Other contracts which are part of the `mint` callchain are upgradeable**.

## Conclusion
**Summary judgment: USABLE**
Passing fork tests can be found at: https://github.com/balancer/balancer-v3-erc4626-tests/pull/78

** upgradeable in this context means that:
- The contract is a proxy contract with an implementation sourced from Etherscan.

11 changes: 11 additions & 0 deletions erc4626/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1918,6 +1918,17 @@
"canUseBufferForSwaps": true,
"useUnderlyingForAddRemove": true,
"useWrappedForAddRemove": true
},
"0x3Bcc0a5a66bB5BdCEEf5dd8a659a4eC75F3834d8": {
"asset": "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
"name": "MEVCapitalUSDT0Erc4626Vault.md",
"summary": "safe",
"review": "./MEVCapitalUSDT0Erc4626VaultReview778c.md",
"warnings": [],
"upgradeableComponents": [],
"canUseBufferForSwaps": true,
"useUnderlyingForAddRemove": true,
"useWrappedForAddRemove": true
}
}
}
34 changes: 34 additions & 0 deletions rate-providers/MEVCapitalUSDT0RateProviderReview4100.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

# Rate Provider: MEVCapital USDT0 rate provider

## Details
This report was autogenerated on 29/07/2025.

- Deployed at:
- [HyperEVM:0x25e1154dc0e4be0b88b4f40164875b033684c39c](https://hyperevmscan.io/address/0x25e1154dc0e4be0b88b4f40164875b033684c39c)
- Audit report(s):
- [Hyperbeat audits](https://docs.hyperbeat.org/resources/audits)

## Context
Hyperbeat is a Hyperliquid native protocol that exists to scale Hyperliquid and the broader Hyperliquid Ecosystem.
Operating at the intersection of flawless performance and unwavering conviction, we contribute to scaling the people's L1 through:
Liquidity strategies for HyperEVM, Hyperbeat vaults are non-custodial smart contracts optimizing liquidity across the ecosystem by interacting with Hypercore and HyperEVM. The vaults cover a wide spectrum of risk tranches to offer higher base yields through greater capital flexibility and a simplified user experience.
Money markets powered by Morpho to enable lending and borrowing on HyperEVM for all major spot assets.

## 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](simulating getRate failed.)

## 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.

9 changes: 9 additions & 0 deletions rate-providers/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -5223,6 +5223,15 @@
"warnings": [],
"factory": "",
"upgradeableComponents": []
},
"0x25e1154dc0e4be0b88b4f40164875b033684c39c": {
"asset": "0x3Bcc0a5a66bB5BdCEEf5dd8a659a4eC75F3834d8",
"name": "MEVCapitalUSDT0RateProvider.md",
"summary": "safe",
"review": "./MEVCapitalUSDT0RateProviderReview4100.md",
"warnings": [],
"factory": "",
"upgradeableComponents": []
}
}
}