Revenue vs break-even as your fee changes
Each row is a builder fee in basis points at your current daily volume. Monthly revenue scales straight with the fee; the break-even volume is the daily notional you need to cover your running cost at that fee. The extra cost is what a taker pays per round-trip trade. Your current fee is highlighted.
| Builder fee | Monthly revenue | Break-even vol/day | Trader cost/round-trip |
|---|
The number app builders forget
Everyone who builds a Hyperliquid front-end runs the first calculation: volume times fee equals revenue. Almost nobody runs the second one. A builder code is a real business only if your routed volume clears the break-even that pays for the servers, the data feeds and the people. At one basis point an eight-thousand-dollar-a-month operation needs to route about 2.7 million dollars every single day before it earns a cent — and a quiet front-end that does a fraction of that is paying to give traders a discount. The other side of the ledger is the trader. Your fee stacks on top of Hyperliquid's roughly 0.045% taker fee, so a one-basis-point builder fee raises their cost to 0.055%, and the full 0.1% cap nearly triples it. That is exactly why the winners keep the fee small and make it up on flow rather than reaching for the cap. To model the other side of the trade — what your users pay to hold a position — price a perp with the Hyperliquid liquidation & funding calculator, compare venues with the maker/taker savings calculator, and see where a volume fee tier pays off with the fee-tier break-even calculator.
The math
Let V be your routed volume per day, f the builder fee as a decimal (basis points ÷ 10,000), and d the trading days per month. Revenue is linear in volume and fee: daily revenue is V · f, monthly revenue is V · f · d, and annual revenue is V · f · 365. Hyperliquid specifies the fee in tenths of a basis point, so a parameter of 10 is one basis point (0.01%) and 100 is the ten-basis-point cap (0.1%).
The break-even daily volume is the routed notional that makes your monthly revenue equal your monthly running cost C: set Vbe · f · d = C, so Vbe = C ÷ (f · d). Anything you route above that is profit; anything below is subsidy. On the trader's side, the builder fee is charged on both sides of a trade on top of the base taker fee t, so on a trade of size S the extra cost of a full round-trip is 2 · S · f, and their total per-side cost rises from t to t + f. These are gross figures before Hyperliquid's own volume tiers, HYPE-staking discounts and referral rebates, which change the base fee but not your builder fee — so treat the revenue as a clean estimate and the trader cost as an upper bound.