Live: the 75/25 fee split is locked on-chain, and creator fees open leveraged Hyperliquid positions. How it works ›
Pumpetual

How it works

A Pumpetual coin is an ordinary pump.fun coin with one difference: its creator fees are locked on chain to fund a leveraged position on Hyperliquid, and profits from that position buy the coin back and burn it. This page follows the money the whole way, names every number the system uses, and says plainly what it cannot do.

What a Pumpetual coin is

You launch the coin from your own wallet, on pump.fun, with pump.fun's own bonding curve and its own rules. Nothing about the coin itself is unusual: it trades on pump.fun, graduates to PumpSwap, and shows up everywhere other pump.fun coins do.

The one thing set differently is the creator fee share. At launch, pump.fun's fee-sharing is configured so that 75% of the coin's creator fees go to a Solana wallet made for that coin alone, and 25% goes to the Pumpetual treasury. That configuration is part of the launch transaction, on chain, and cannot be edited afterwards — not by you, not by us.

A program we run, called the keeper, then does the repetitive work: claim, bridge, open, manage, take profit, burn. It runs every five minutes, for every coin, and writes down what it did.

The path of a fee

01
Collect

Trading the coin generates creator fees in SOL. They sit in pump.fun's creator vault until someone triggers the payout.

02
Split

The payout is 75% to the coin's own perp wallet, 25% to the treasury. pump.fun enforces the split; the keeper cannot change it.

03
Fund

Once $50 has gathered, the SOL is bridged to the coin's own Hyperliquid account, sold for USDC, and used as isolated margin.

04
Return

At each profit milestone the keeper closes 10%. Half of what comes out goes to the treasury, half buys the coin and burns it.

Every step below is a real transaction on a public network — Solana for the fee, bridge, buyback and burn; Hyperliquid for the position. The keeper never holds an off-chain IOU and never nets trades internally.

1. Creator fees on pump.fun

Creator fees are 0.30% of every trade while the coin is on the bonding curve, and 0.05–0.95% on PumpSwap after graduation, depending on market cap. They are paid in SOL and accumulate in pump.fun's creator vault.

pump.fun will not release the vault until it holds a minimum amount, which the program itself decides. Until then the keeper simply reports how much has gathered and how much is needed.

2. Claiming and the gas wallet

Claiming is permissionless. pump.fun's distribute_creator_fees instruction can be sent by anybody; the program pays the shareholders recorded at launch. The keeper sends that instruction and pays the Solana transaction fee from a small gas wallet — it never touches the money being distributed. A claim is simulated first, so a broken one fails for free instead of on chain.

The gas wallet needs at least 0.002 SOL to be trusted with a claim; below that the keeper stops claiming and raises an alert rather than risk a half-paid transaction. Each coin's perp wallet keeps about 0.003 SOL back for rent and fees.

3. Bridging to Hyperliquid

Once a coin's perp wallet holds more than $50 of SOL — and never less than 0.15 SOL, which clears Unit's minimum — the keeper sends it to that coin's deposit address at Unit, the bridge Hyperliquid uses for Solana. Unit credits the coin's Hyperliquid account with USOL, usually within a few minutes.

The deposit address is fetched fresh every time and its guardian signatures are checked, and it is also compared against the first address ever recorded for that coin. If it ever differs, the keeper refuses to send and alerts instead. At most 5 SOL moves per transfer per coin, and at most 25 SOL in any 24 hours across every coin — a ceiling on how much a bug, or a stolen server, could move. After a bridge, the next one waits 20 minutes.

4. Opening the position

On Hyperliquid, the keeper sells the arriving USOL for USDC, moves the USDC into the perp account, and opens or adds to the coin's position: the asset and direction chosen at launch, isolated margin, at the coin's leverage — capped at the lower of that asset's own maximum and 20x.

Orders are immediate-or-cancel with 1% maximum slippage, at least $11 and at most $2,000 of notional each, and every fill is read back before the next step runs. When fees arrive later, the same routine tops the position back up to its target leverage instead of opening a second one.

Each coin has its own Hyperliquid account. Coins never share margin, and one coin's liquidation cannot touch another's.

5. Taking profit

The keeper tracks the coin's basis: the total margin its fees have put in. When the account is worth 1.30× that basis — counting money earlier take-profits already took out, so the ladder cannot be gamed by withdrawing — it closes 10% of the position with a reduce-only order. The next milestone is 1.40×, then 1.50×, and so on, +0.1 each time.

The margin that close releases is turned back into USOL and owed out in two halves: one to the treasury, one to the coin's burn wallet on Solana. Each half is sent as soon as it clears Unit's 0.12 SOL withdrawal minimum, so tiny amounts wait rather than evaporate in fees.

If a position is liquidated, the keeper sees the empty account, resets that coin's milestone bookkeeping, and the next fees to arrive start a fresh position.

6. Buyback and burn

The burn wallet receives its SOL from Unit, buys the coin with it — on the bonding curve, or on PumpSwap once the coin has graduated — and burns every token it bought, closing the token account afterwards so its rent comes back as SOL. Both transactions are safe to retry: a crash between the buy and the burn just leaves tokens that the next pass burns.

Burned tokens are destroyed, not moved to a dead address. The supply drops, permanently, and every burn transaction is listed on the coin's page and on the burns page.

Every number in one place

Fee split
75% to the coin's perp wallet, 25% to the treasury — set by pump.fun at launch and unchangeable
Creator fee rate
0.30% of every trade on the bonding curve; 0.05–0.95% on PumpSwap after graduation
Claim
Permissionless: anyone can trigger the payout, the pump.fun program decides who gets what
Bridge threshold
$50 of SOL in the perp wallet (and never less than 0.15 SOL, Unit's minimum plus margin)
Bridge caps
5 SOL per transfer per coin, 25 SOL per 24 hours across all coins
Leverage
Chosen at launch, capped at the lower of the asset's own maximum and 20x
Margin mode
Isolated, in a Hyperliquid account belonging to that coin alone
Order size
Minimum $11 notional, maximum $2,000 per order
Slippage
1% worst accepted price on every market order
Take-profit trigger
Account value reaches 1.30× the margin put in, then 1.40×, 1.50×, and so on
Take-profit size
10% of the position, reduce-only
Profit split
50% to the treasury, 50% to buying back and burning the coin
Keeper pass
Every 5 minutes, every coin

What you can verify yourself

Nothing here has to be taken on trust. Every part of the loop is public:

  • The fee split is stored on Solana by the pump.fun program, written at launch. Look up the coin and you can read who receives creator fees and in what proportion.
  • Every keeper transaction — the claim, the bridge, the buy, the burn — is a normal Solana transaction with a signature you can open on Solscan. The coin's page links them as they happen.
  • The position lives in a Hyperliquid account whose address is shown on the coin's page and links straight to Hyperliquid's own explorer. Size, entry, margin, liquidation price and PnL on this site are read live from Hyperliquid's public API — the same numbers anyone else reading that account gets.
  • The coin's perp wallet — the Solana address its 75% share lands in — is printed on its page, so the SOL arriving from pump.fun and leaving for the bridge can be watched in real time by anyone.
  • The burns are on-chain burn instructions against the mint. Total supply falls by exactly the amount burned.

What this site shows is a view of that public data, not a ledger of its own. If the two ever disagreed, the chain and the Hyperliquid API are what count.

Safety rails

  • Every money move is written down before it is sent, so an interruption resumes the step instead of repeating it. At worst funds sit idle for a pass and get used next time.
  • Only one keeper may act at a time. It holds a lease in the database; a second copy does nothing until that lease expires.
  • The keeper starts in simulation mode by default. Sending real transactions is an explicit setting, and a kill switch stops every money-moving step without stopping the process.
  • Bridge amounts are capped per transfer and per day. Order notional is capped. Slippage is capped.
  • Bridge deposit and withdrawal addresses are pinned to the first ones seen and re-verified every time; a change stops payouts and raises an alert.
  • The keeper refuses to start if its key material does not derive the wallets already recorded for existing coins — a wrong secret can never quietly become the new one.
  • Anything unexpected — a failed claim, a stuck take-profit, a position within 5% of liquidation, a low gas wallet — posts an alert to the operators immediately.

Custody and control

Your coins are yours: they sit in your own wallet, and nothing here can move or freeze them. What is custodial is the fee side. The keeper holds the keys to each coin's fee wallet, Hyperliquid account and burn wallet, and it is the only thing that can spend from them. Holders cannot withdraw those funds, direct the position, or close it.

The treasury's 25% pays for running all of this — gas, infrastructure, bridge fees — and is not held for holders either. Choose the asset, direction and leverage at launch; after that the rules above run on their own.

Risks

Leverage can be liquidated

At 20x, a move of roughly 2.5–4% against the position (depending on the asset) wipes the margin. The keeper notices, resets the coin's bookkeeping, and the next fees open a new position. The lost margin does not come back.

The keeper holds the keys

Each coin's fee wallet, Hyperliquid account and burn wallet are controlled by the keeper. Holders cannot withdraw from them. Holding the coin gives you no claim on the position.

Infrastructure can stall

Bridges, RPC nodes and Hyperliquid all have outages. Every step is written down before it is sent, so an interrupted step resumes rather than repeats — but funds can sit in transit meanwhile.

Fees are not guaranteed

No trading means no fees, which means no position and no burns. A coin with no volume does nothing at all.

This is not a promise of profit

The position can lose all of its margin. Nothing here is investment advice, and past behaviour of any coin says nothing about the next.

Create a coin

Pumpetual is an independent launchpad built on pump.fun's public programs. It is not affiliated with, endorsed by, or operated by pump.fun or Hyperliquid. The site only ever asks your wallet to sign the coin-creation transaction you start yourself; it never requests token approvals and never holds your funds. Leveraged positions can be liquidated — nothing here is a promise of profit or investment advice.