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
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

# Rate Provider: StaticHyperLend HyperEVM WHYPE v2 rate provider

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

- Deployed at:
- [HyperEVM:0x0BE761301A2AE19D31860D7AC0c56faC1288E3B6](https://hyperevmscan.io/address/0x0BE761301A2AE19D31860D7AC0c56faC1288E3B6)
- Audit report(s):
- [Hyperlend audits](https://hyperlend.finance/security)

## Context
HyperLend is a decentralized lending platform designed to optimize efficiency in cryptocurrency lending and borrowing. Built on Hyperliquid's EVM blockchain, HyperLend provides secure, transparent, and highly liquid financial services.

Our goal: To become the equivalent of modern banking infrastructure, with better transparency and stronger foundations.

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

14 changes: 14 additions & 0 deletions rate-providers/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -5282,6 +5282,20 @@
"implementationReviewed": "0xcd27d859bae91fbcac1deda69deae3313f07ef6b"
}
]
},
"0x0BE761301A2AE19D31860D7AC0c56faC1288E3B6": {
"asset": "0xD704254eb350E0D3BaeCD194d095862267897aE0",
"name": "StaticHyperLendHyperEVM WHYPE v2RateProvider.md",
"summary": "safe",
"review": "./StaticHyperLendHyperEVM WHYPE v2RateProviderReviewda34.md",
"warnings": [],
"factory": "",
"upgradeableComponents": [
{
"entrypoint": "0xd704254eb350e0d3baecd194d095862267897ae0",
"implementationReviewed": "0x4376c06d866557fac5d0b5813526639c403bfcf5"
}
]
}
}
}