Documentation Index
Fetch the complete documentation index at: https://docs.hyfi.finance/llms.txt
Use this file to discover all available pages before exploring further.
Two fundamental truths:
- Most LPs lose money because of toxic flow. Toxic flow exists because AMMs aren’t aware of CEX prices.
- Users only care about the best prices.
x * y = k curve, it fundamentally solves impermanent loss and toxic flow (LVR) at the root cause: there is no stale price for arbitrageurs to pick off. LP losses are eliminated by construction, not patched after the fact.
What is a propAMM?
A proprietary AMM is an AMM where a single, sophisticated operator (typically a professional market-maker) provides the liquidity and controls the pricing logic — rather than a passive curve likex * y = k.
The risk of LPing/MMing on HyFi is greatly reduced compared to passive AMMs by:
- eliminating impermanent loss
- eliminating loss to toxic flow
- allowing MMs to use custom code that reflects the strategy they use on CEXes, or a custom price curve around the CEX price
- the strategy in the code can be aware of arbitrary things like their own token inventory
What is HyFi?
HyFi is a Uniswap V4 hook and the platform that makes propAMM market-making viable on EVM: it pools infrastructure too expensive for any one MM to run alone and exposes the result as a single venue. For market-makers:- Lower cost to operate — a shared pricing oracle pushes fresh prices on-chain every few seconds, so no MM has to fund their own update stream.
- Trading flow out of the box — as a Uniswap v4 hook, HyFi is reachable from every router that integrates it. Joining HyFi = reaching every aggregator on day one, now and in the future.
- Custom strategies, on-chain — each MM ships their own Quoter, so they can mirror their CEX logic, shape a curve around the CEX price, react to inventory, etc.
- Reduced risk — as mentioned above.
- CEX-grade pricing on-chain — swaps are priced against live CEX prices and order-book depth, so spreads and slippage track real CEX liquidity, not thin on-chain pools.
- One integration, many MMs — integrate HyFi once, reach every MM on the platform, now and as new ones join.
- No new trust assumption — settlement runs through Uniswap v4’s
PoolManagerwith the caller’s minimum-output check; if the price isn’t good enough, the swap reverts.
HyFi is not itself a market-maker. It is the platform that hosts and routes to many market-makers.