Lending and borrowing on HyperEVM
Verified against Hyperliquid docs: HyperEVM and Hyperliquid docs: HyperCore and HyperEVM · by Hyperliquid Academy
What this is, and whose it is
HyperEVM is the general-purpose EVM alongside the order book. Independent teams deploy contracts there, and lending markets are among the most established of them.
Hyperliquid does not run these. It supplies the chain. The protocols are separate products from separate teams, with their own contracts, their own governance and their own risk. That distinction is not pedantry — it decides who is responsible when something breaks, and the answer is not the exchange.
The mechanics, in one section
A pooled money market has two sides and one number connecting them.
Suppliers deposit an asset into a pool and earn interest.
Borrowers post collateral, borrow a different asset against it, and pay interest.
Utilisation is the share of the pool currently borrowed, and it sets both rates. Low utilisation means cheap borrowing and thin supplier returns. High utilisation means the reverse, usually on a curve that rises steeply near the top so the pool is never fully drained.
That single mechanism explains almost everything that will surprise you.
Including why you sometimes cannot withdraw
Supplied funds are only withdrawable to the extent the pool has idle liquidity. At high utilisation most of it is out on loan, and a withdrawal has to wait for repayments.
This is not a fault. It is what lending is. But it means the moment you most want your money — a market falling, everyone de-risking at once — is precisely the moment utilisation spikes and the exit narrows.
Where the yield actually comes from
Interest paid by borrowers. That is it.
Which gives you a good sanity check on any advertised rate: does the borrowing side plausibly support it? If a pool advertises a return far above what borrowers would rationally pay, the difference is coming from token incentives — a subsidy someone chose to pay and can stop paying.
Incentivised yield is not fake. It is temporary, and it should be judged on the token you are being paid in and how long the programme runs, not on the headline percentage.
Borrowing, and the part that catches people
Borrowing is where the real risk sits, and it is the same shape as a leveraged position even though it does not look like one.
You post collateral. You borrow against a fraction of its value. If the collateral falls or the borrowed asset rises, your health factor deteriorates. Past a threshold, a liquidator repays part of your debt and takes collateral at a discount.
Borrowing against a volatile asset is leverage
Posting HYPE and borrowing a stablecoin against it is a leveraged long on HYPE, whatever the interface calls it. The liquidation threshold is your margin call, and the collateral is what you lose.
Someone who would never open a 3x perpetual will happily borrow to a similar effective leverage in a lending market, because the word “borrow” does not feel like the word “leverage”. It is.
Two practical consequences. Borrow far below the maximum, so ordinary volatility does not put you near the threshold. And remember the debt grows: interest accrues, so a position that was safe when opened drifts toward the threshold on its own if you never repay.
What can go wrong for suppliers
Supplying feels passive. It is not a deposit account.
Contract risk. An exploit takes the pool. This is the single largest historical cause of loss in DeFi lending, on every chain.
Oracle risk. Liquidations depend on a price feed. A bad feed liquidates healthy positions or fails to liquidate unhealthy ones, and the second creates bad debt that suppliers absorb.
Bad debt. If a collapse is fast enough that liquidations cannot clear at a profit, the shortfall lands on the pool.
Liquidity risk. Covered above: high utilisation means you queue.
The interest you earn is payment for carrying those. Judged that way, a mid-single-digit return on a stablecoin is a considered trade, and a very high one is a question rather than an opportunity.
Evaluating a protocol
Names change and rankings go stale, so here is the checklist instead.
How long has it run, and through what? Surviving a violent week is worth more than an audit.
Who can change the contracts? An upgradeable contract behind a single key is a different product from one behind a timelock.
What is the oracle? Both the source and what happens if it stalls.
What are the collateral parameters? Loan-to-value ratios, liquidation thresholds and penalties tell you how much room the design leaves.
Is the yield organic or incentivised? Both are fine. Confusing them is not.
We do not recommend a specific protocol, because a recommendation that goes stale is worse than none, and this is a category where the correct answer changes.
Where this fits
For most people, lending on HyperEVM is a second-tier activity: worth it once you understand what the exchange itself offers, not instead of it.
HLP and vaults are on HyperCore and carry the protocol’s own risk rather than a third party’s. Staking pays a fee discount that is certain. Those are simpler, and simpler is worth a lot in a category whose main failure mode is a contract you did not read.
Where to go next
The full picture of yield on HyperEVM and how to compare sources, and liquid staking tokens, which are the collateral most often posted in these markets.
Frequently asked questions
Is lending a Hyperliquid product?
No. These are independent protocols deployed on HyperEVM. Hyperliquid provides the chain; it does not run the lending markets, audit them or stand behind them.
Where does the yield come from?
Interest paid by borrowers. That is the whole source, which makes it easy to sanity-check: if a headline rate is far above what borrowers plausibly pay, the rest is token incentives that can stop.
Why does the rate keep changing?
It is set by utilisation — the share of the pool currently borrowed. High utilisation pushes rates up to attract suppliers and discourage borrowing, and the curve usually steepens sharply near the top.
Can I lose money supplying?
Yes. A contract exploit, an oracle failure, or bad debt from liquidations that did not clear can all cost suppliers. The interest is compensation for those risks, not a rate on a deposit account.
What happens if my borrow gets liquidated?
A liquidator repays part of your debt and takes collateral at a discount. You keep the borrowed asset and lose more collateral than the debt was worth, which is the penalty that makes liquidation worth someone's time.
Can I withdraw supplied funds whenever I want?
Only when the pool has idle liquidity. At high utilisation, withdrawals queue behind repayments — the moment you most want out is the moment everyone else does too.
Sources
- Hyperliquid docs: HyperEVMhyperliquid.gitbook.io
- Hyperliquid docs: HyperCore and HyperEVMhyperliquid.gitbook.io
We link the primary source for every number on this page. If a figure here disagrees with the Hyperliquid documentation, the documentation is right and we want to know.