How it works

The whole thing, honestly

A launchpad where trading fees fund a perp position, and its profit goes to the coin's owner. Here is exactly what that means — including what can go wrong.

01

One fee, one loop

Every trade on a coin pays a fee. That fee is split, most of it opens or grows a perp position on Hyperliquid, and when the position hits +20% the keeper closes it and sends the profit to the coin's owner (10% platform / 90% owner). Then it repeats.

The fee loop profit path
INFee lands25%Platform fee5%$BACKD buy + burnAPYSave lending70%To the perpLIVEPosition runsPNL↑Profit skimOUTTo the owner

A fee lands

Every trade on the coin pays a 1.20% fee on its Meteora bonding curve (and its graduated DAMM v2 pool). The keeper is the fee claimer, so 100% of it lands in one place. No seed — the vault starts at $0 and fills as the coin trades.

Tap a node to follow the flow.

Fees feed the same vault from the bonding curve, the pool's LP fees, Hyperliquid maker rebates, and partner volume attribution.

The full loop, step by step

What the keeper actually does — from lending on Save (devnet) to the perp on Hyperliquid (testnet). Hover a step to inspect it.

The full loop · devnet + testnet
  1. 1
    VaultFee lands

    A trade on the coin pays a fee into its vault. Split 15% platform · 5% burn · 80% to backing.

  2. 2
    DEXInstant burn 5%

    A slice buys the coin and burns it right away — a constant price signal.

  3. 3
    SavedevnetSOLSupply SOL

    Deposit spot as collateral on Save — it earns supply APY and backs the borrow.

  4. 4
    SavedevnetUSDCBorrow USDC

    Borrow against the collateral (≤ LTV) to fund the perp margin.

  5. 5
    HyperliquidtestnetDeposit margin

    Move the borrowed USDC to Hyperliquid as perp margin.

  6. 6
    HyperliquidtestnetOpen position

    Short (neutral hedge, earns funding) or directional bet, on any market.

  7. 7
    HyperliquidtestnetPosition runs

    Funding accrues, PnL moves. Health on both venues is watched.

  8. 8
    Hyperliquidtestnet+20% take-profit

    When the gain clears the step, close the slice (reduce-only).

  9. 9
    SavedevnetRepay interest

    Service the borrow interest from the profit to keep Save health safe.

  10. 10
    DEXSkim → buy back & burn

    The net surplus buys the coin and burns it (or pays holders). Then reopen. ↺

Save on Solana devnet · perps on Hyperliquid testnet · the keeper runs this, read-only until you go live.

Run it yourself, step by step

With your wallet connected, execute the Save legs on devnet one at a time — real signed transactions. The Hyperliquid leg runs via the keeper.

Run it yourself · Save mainnet + HL mainnet
Phantom + MetaMask, step by step
Connect a Solana wallet (top right) for the Save legs. The Hyperliquid legs run via the keeper agent you approved.
  1. 1
    SavemainnetSOLSupply 0.1 SOL

    Deposit 0.1 SOL as the spot-long leg (collateral on Save). Phantom signs.

  2. 2
    SavemainnetUSDCBorrow 1 USDC

    Borrow against the collateral to help fund margin. Phantom signs.

  3. 3
    HyperliquidmainnetSOLFund HL — swap SOL → USDC (Relay)

    Swap SOL fees into USDC delivered straight to your Hyperliquid account (one hop via Relay). Phantom signs.

  4. 4
    HyperliquidmainnetOpen short ≈0.1 SOL (agent)

    Short ≈0.1 SOL — matches the supplied SOL, so the position is delta-neutral (long spot + short perp). Signed by the agent (keeper).

  5. 5
    HyperliquidmainnetClose perp (agent)

    Close the position (reduce-only). Signed by the agent (keeper).

  6. 6
    SavemainnetUSDCRepay 1 USDC

    Repay the borrow. Phantom signs.

  7. 7
    SavemainnetSOLWithdraw 0.1 SOL

    Pull the collateral back out. Phantom signs.

Save legs: keeper build server (npm run server) + devnet SOL. HL legs: keeper agent (HL_AGENT_KEY) + USDC (Perps) in your HL account.
02

No seed. No reserve.

The creator puts up nothing. Backing starts at $0 and is built entirely from fees. And unlike a reserve-ladder model, we do not hold a chunk of every fee back in a buffer — after a small platform cut and an instant burn, everything else goes to the position.

25%
Platform fee
5%
$BACKD buy + burn
70%
Lending + perp

Risk is not managed by a reserve. It is managed by a stop-loss placed just inside the liquidation price, so the worst case tries to recover part of the capital instead of leaving zero.

03

What can go wrong

Leverage cuts both ways. It is what lets a small fee stream back a large position — and it is what can wipe that position out on a sharp move. Be clear-eyed:

  • Backing is dynamic. It falls when the trade goes against the position. There is no floor under it.
  • Stops can slip. A fast gap can blow through the stop-loss, closing worse than intended — or not at all before liquidation.
  • Liquidation means near-zero. If price reaches the liquidation level before the stop fills, most of the deployed capital is gone.
LeverageMove to liquidationStop-loss set at
2×46.0%41.4%
5×18.4%16.6%
10×9.2%8.3%
15×6.1%5.5%
25×3.7%3.1%

At 25×, a ~3.7% move against the position reaches liquidation. Higher leverage backs more, faster — and dies faster too.

04

Costs & waiting

The unglamorous part. The loop runs on thresholds, not continuously — the keeper waits until there is enough to be worth the gas before it acts.

  • Fees are only claimed once at least $5 has accrued (so gas is always worth it).
  • The perp only opens once the backing slice reaches $50.
  • A quiet coin can sit a while before its first cycle. That is expected, not a failure.
05

FAQ

Is my coin backed by a floor?+

No. Backed value is the live value of the coin's perp position — margin plus unrealized PnL — marked to the market price. It moves up and down every second and, with leverage, it can go to zero. Treat it as a dynamic number, never a guaranteed floor.

What is the perp position on?+

Another liquid asset with a market on Hyperliquid — ETH, HYPE, BTC, SOL, and so on — chosen by the creator at launch. It is never the coin itself. The coin's fees fund a directional bet (or a delta-neutral carry) on that asset.

What happens if the position loses?+

You lose that money. A stop-loss is placed just inside the liquidation price to try to close the position and recover part of the capital before a full liquidation — but a fast gap can blow through a stop, and everything deployed can be lost. None of that is a guarantee.

Do I need to put up money to launch?+

No seed. Backing starts at $0 and only grows as the coin trades and fees arrive. Launching costs about $3 in SOL (on-chain account rent + gas), paid from the creator's own wallet — optionally plus an initial buy of your own coin.

Can the platform take my funds?+

The keeper claims the fees and can only deploy them to Save (lending) and the Hyperliquid deposit. It signs trades through an agent key with trade-only permission — no withdrawal authority. You are still trusting the operator with the fee stream; that trust is minimized, not removed.

How much does Backd take?+

A 1.20% trading fee on every trade. Of that, 25% is platform revenue and 5% buys back and burns the Backd token ($BACKD) — 30% total, in line with other launchpads. The other 70% funds the coin's lending + perp backing.