loxpad

How Loxpad works

Loxpad coins are pons v2 memecoins on Robinhood Chain whose creator fees are owned by a contract instead of a person. That contract — the coin's vault — splits every fee by fixed rules and funds a live leveraged perp on Lighter. This handbook documents every number and every rule.

15% / 15%
Creator / treasury, fixed
≥ 10%
Of every fee to perp collateral
25%
Take-profit trigger on collateral
4.2 ETH
Graduation into a locked v4 pool

Common questions

The short answers. Every number and rule behind them is in the sections below.

Where do a coin's trading fees go?
To the coin's vault, a contract with no owner and no withdraw function. 15% goes to the creator and 15% to the treasury; the other 70% is split between perp collateral (at least 10%), buyback & burn and holder dividends. The vault & fee split
What happens when the position is in profit?
When unrealised profit reaches 25% of collateral, the keeper closes uPnL ÷ equity of the position and sends the profit back to the vault: 50% to holders, 25% to buyback & burn, 15% to the creator and 10% to the treasury. The perp engine
What if the position is liquidated?
Only the collateral in that Lighter account is lost — never the coin's liquidity, the vault's reserves or holders' tokens. The engine then waits out a cooldown (6h / 12h / 24h), reopens at lower leverage, and only once the market has traded back past the liquidation price. Liquidation recovery
How are dividends paid?
In ETH, pushed straight to holders' wallets every 12 hours — nothing to claim. The snapshot is taken at a random moment inside each window, and shares below $1 carry forward to the next one. Dividends
Can a creator rug the coin?
The contracts leave no function for it: the token can't be minted or frozen, graduated liquidity is locked, and fees belong to a vault with no owner and no withdraw function. What a creator keeps is a fixed 15% of fees, side and leverage once every 24h, and the split once every 7 days. Creator controls
Can I bring a coin that already trades on pons?
Yes. The wallet set as the coin's pons fee recipient registers it with the launcher, then points that fee recipient at the new vault. The second step is permanent. Bringing a pons coin
Are the contracts audited?
No. The Loxpad contracts are unaudited, and pons v2 audits are in progress. Read the risks before you launch, buy or top up anything. Risks

Overview

A memecoin that owns a small trading operation, and four parties with narrow jobs.

A normal memecoin's only asset is attention. A Loxpad coin also owns a small trading operation: its fees become collateral for a position the creator chose at launch — say 5x long BTC, 10x long TSLA, or a basket like 3x long SOL / short BTC. When that position is in profit, the profit is realised and sent back to the coin, where it buys and burns supply and pays holders in ETH.

  • pons v2 — the launchpad. It mints the token, runs the bonding curve, graduates the coin into a locked Uniswap v4 pool, and pays creator fees to whatever address is registered as the coin's fee recipient.
  • The CoinVault — one per coin, registered as that fee recipient. It splits incoming fees and holds the buyback and dividend reserves. It has no owner and no withdraw function.
  • Lighter — Robinhood Chain's perp venue, where each coin's position lives in its own account.
  • The keeper — an off-chain bot that harvests fees, manages the position, executes buybacks and pays dividends, following the published policy below. On-chain it can only do what the vault allows: spend the buyback reserve on the coin (and burn it) and pay dividends to holders.
In one line
Trading volume → fees → vault → perp collateral. Perp profit → vault → 50% holders, 25% buyback & burn, 15% creator, 10% treasury.

Manifesto

Three convictions the protocol is built around.

  1. 1

    A coin should hold something.

    Most memecoins are a ticker and a mood; when attention moves on, nothing is left behind. We think a coin should own something real — a live position that its own trading pays for, whose gains flow back to the people holding it. Volume becomes collateral. Conviction becomes a trade on the record.

  2. 2

    Creators should not be able to rug.

    Not as a promise, but as an absence of functions. The token cannot be minted or frozen. Liquidity sits in a pons curve and then a locked pool. Fees belong to a vault with no owner and no withdraw function. What a creator keeps is small and bounded: a fixed share of fees and two dials on a timer — side and leverage once a day, the split once a week.

  3. 3

    Everything should be verifiable.

    Every fee, split, buyback, burn and dividend is an on-chain transaction, and every position lives in its own account on Lighter. The figures on this site are read from those contracts and that venue. If a number here cannot be traced back to a transaction or an account, treat it as wrong.

Launch a coin, and it holds a position. Hold the coin, and you hold a share of what that position earns.

Launching a coin

One transaction — fletch a coin, deploy its vault and make your opening buy.

Launching is a single transaction to the launcher's launch function. Inside that transaction the launcher:

  1. 1
    Deploys a fresh CoinVault as a minimal clone at a deterministic address derived from your wallet and a random salt (predictVault(creator, salt) shows it in advance).
  2. 2
    Launches the token on pons v2 with the vault as creatorFeeRecipient and pons' own buyback switched off (buybackEnabled = false) — the vault runs its own buyback & burn instead.
  3. 3
    Optionally makes your opening buy through pons' launch-and-buy helper in the same transaction, so nobody can snipe ahead of you. It reverts if you would receive more than 22.9% of supply; any unfilled ETH is refunded.
  4. 4
    Initialises the vault with your fee split and strategy (both validated on-chain) and registers the coin.

The transaction also passes expectedEconomics — a hash from pons' previewLaunchEconomics. If pons changes fees or curve parameters between your preview and your transaction, the launch reverts rather than launching on terms you didn't see.

Launch parameters
Supply
1,000,000,000
Fixed. The token has no mint function.
Pairing
ETH
Native ETH pairs only for now.
Curve fee
1%
Of every curve trade (pons launch config 0).
Creator fee
0.7% of volume
The creator share of pons fees, paid to the vault.
Creator tax
0–10%
Chosen at launch, charged on every trade on top of the base fee; all of it goes to the vault.
Graduation
4.2 ETH
Real liquidity on the curve before it migrates to a Uniswap v4 pool; the LP is locked.
Launch fee
0.0005 ETH + 0
pons launchFee at the time of writing, plus the protocol launch fee (currently 0).
Opening buy
≤ 22.9%
Of supply. Optional.

Before graduation the coin trades on its pons bonding curve; after it, in the v4 pool. The Loxpad router picks the right venue automatically and enforces your slippage limit either way. Fletch a coin →

The vault & fee split

Two fixed shares, one variable pool, and nobody who can withdraw.

Fees reach the vault from pons — from the curve before graduation, from the v4 hook after, and via pons' fee escrow. Anyone can call harvest() to pull everything owed and split it. The split has two fixed parts and one variable part:

Creator
15%
Fixed forever, pushed to the creator's wallet.
Protocol treasury
15%
Fixed forever.
Perp collateral
≥ 10%
Default 30%.
Buyback & burn
10%
Default.
Holder dividends
30%
Default.

Perp, buyback and dividends always add up to exactly 70%, and the perp share can never drop below 10%. The contract rejects any other split with BadSplit.

Default split
Perp collateral30%
Buyback & burn10%
Holder dividends30%
Creator15%
Treasury15%
Worked example
$10,000 of volume on a coin with a 3% creator tax
  creator fee  0.7% × 10,000 = $70
  creator tax  3.0% × 10,000 = $300
  into vault                  = $370

  creator   15%  → $55.50
  treasury  15%  → $55.50
  perp      30%  → $111.00   (default split)
  buyback   10%  → $37.00
  dividends 30%  → $111.00

Profit coming back

Realised perp profit is returned with depositProfit and split by a second fixed rule: 50% holders, 25% buyback & burn, 15% creator, 10% treasury. If the coin's dividend share is set to 0%, the holders' half goes to buyback & burn instead.

Community top-ups

Anyone can add ETH to a coin's perp collateral with topUp. It buys no tokens, earns nothing directly and cannot be withdrawn — it is a contribution to the position, nothing more.

The perp engine

How the keeper opens, feeds and harvests each coin's position.

The perp share of fees is forwarded to the coin's dedicated perp wallet, which is bound to the vault once and can't be changed. The keeper evaluates every coin every 15 seconds and applies this policy:

Keeper policyLive where published
Open
$20
Collateral available before the first position opens, at the strategy's leverage.
Top-up (uPnL ≥ 0)
$20
Each further step adds collateral and size at the original leverage.
Top-up (uPnL < 0)
$20
Added as pure collateral — no new size, so the liquidation price moves away.
Take profit
uPnL ≥ 25%
Of collateral. Closes uPnL ÷ equity of the position.
Tick
15s
How often the keeper evaluates every coin.

How take-profit sizes itself

At the trigger the keeper closes the fraction uPnL ÷ equity of the position. That realises exactly the profit, returns equity to the collateral level, and leaves effective leverage where it was — the position keeps running at the same risk, just without the gain sitting on it.

Worked example
collateral $200 · 5x long · price +5%
  uPnL     = $50  (25% of collateral → trigger)
  equity   = $250 · notional $1,050 · eff. leverage 4.2x
  close    = 50 / 250 = 20% of the position
  after    = equity $200 · notional $840 · eff. leverage 4.2x
  $50 → vault → $25 holders · $12.50 burn · $7.50 creator · $5 treasury

Baskets

A two-leg coin (e.g. long SOL / short BTC) splits collateral across both legs at the same leverage, with the second leg always on the opposite side. Take-profit and top-ups look at the combined PnL.

Liquidation recovery

A liquidation costs the collateral in one account — and slows the engine down.

Leverage means positions can be liquidated. A liquidation costs the collateral in that account — never the coin's liquidity, the reserves in the vault, or holders' tokens. After one, the engine deliberately slows down:

  1. 1
    Cooldown. 6h after the first liquidation, 12h after the second, 24h after the third and later ones. Fees keep accumulating in the meantime.
  2. 2
    Leverage decay. Each liquidation multiplies the leverage used for the next open by 0.6, with a floor of 3x (a strategy already below that keeps its own leverage).
  3. 3
    Recovery condition. After the cooldown, the position reopens only once the market has traded back past the liquidation price — above it for longs, below it for shorts — so the engine doesn't re-enter straight into the same move.
  4. 4
    Forgiveness. After 14 days without another liquidation, the count resets and the coin returns to its configured leverage.
Decay path
10x strategy: 10x → liq → 6x → liq → 3.6x → liq → 3x (floor)

Buyback & burn

Reserve-funded, paced per tick, and sent straight to the dead address.

The buyback reserve fills from the fee split and from the buyback share of every take-profit. Once it holds at least $25, the keeper calls buybackAndBurn, spending at most $25 per tick so buys are spread out instead of landing as one block.

  • Before graduation the vault buys on the pons bonding curve; after graduation it swaps in the coin's Uniswap v4 pool.
  • Every token bought is transferred to 0x000000000000000000000000000000000000dEaD in the same transaction. There is no path for bought tokens to go anywhere else.
  • While a coin is mid-graduation (curve swept, pool not yet live) buybacks pause and the reserve simply waits.
  • The keeper can only spend the buyback reserve on the coin. It cannot withdraw the reserve or send it elsewhere.

Dividends

ETH, pushed to holders every 12 hours — nothing to claim.

Dividends are paid in ETH from the dividend reserve, in 12-hour windows. Within each window the keeper takes a balance snapshot at a random moment, so buying just before a known snapshot time doesn't work. The reserve is then divided pro rata among holders at that snapshot and pushed straight to their wallets.

Excluded from snapshots

These addresses hold tokens but are not holders, so they never receive dividends:

  • Uniswap v4 PoolManager and the pons LP locker (graduated liquidity)
  • The coin's bonding curve (unsold supply)
  • The coin's own vault
  • The dead address and the zero address (burned tokens)
  • pons hook and buyback contracts

Shares worth less than $1 are carried forward to the holder's next window instead of being spent on gas. If a push to a wallet fails (for example a contract that rejects ETH), that amount stays in the reserve.

Creator controls

Three functions, two cooldowns, and a long list of things that are impossible.

The creator role is intentionally small. It can do three things:

setStrategy(isLong, leverage)
Flip long/short or change leverage (up to the market's cap). Once per 24h. The market itself is fixed for life.
setSplit(perp, buyback, dividends)
Re-cut the 70% (perp ≥ 10%). Once every 7 days.
transferCreator(next)
Hand the creator role — and the 15% creator share — to another address.

Both cooldowns start at launch, so the terms a coin launches with hold for at least one full period.

What the creator cannot do

  • Mint tokens or freeze transfers — the pons token has no such functions.
  • Pull liquidity — the curve is pons', and graduated LP is locked by pons.
  • Withdraw or redirect fees — the vault is the pons fee recipient, and it has no function to change that or to withdraw.
  • Touch the buyback or dividend reserves, the treasury share, or the perp account's collateral.
  • Change the creator or treasury percentages, which are constants in the vault.

Bringing a pons coin

Any pons v2 coin can adopt the same machinery in two transactions.

A coin that already trades on pons can adopt the same machinery. Only the wallet currently set as the coin's pons creatorFeeRecipient can do it:

  1. 1
    Call the launcher's registerExisting(token, split, strategy). This deploys the coin's vault (its address is shown before you sign) and lists the coin. The vault earns nothing yet.
  2. 2
    Call pons transferCreatorFeeRecipient(token, vault). From this point pons pays the coin's creator fees and creator tax into the vault, and the engine switches on.
Irreversible
The second step hands the fee stream to the vault permanently: the vault has no function to give it back. The coin keeps the creator tax and pons settings it was launched with.

The launch page has a guided flow for both transactions.

Parameters

Every constant the protocol runs on, in one place.

Vault constants are fixed in the CoinVault contract. Engine parameters are the keeper's published policy; where the keeper reports its live thresholds in its heartbeat, the values below are read from it.

Vault constants
Creator share
15%
Of every fee. Fixed.
Treasury share
15%
Of every fee. Fixed.
Variable pool
70%
Perp + buyback + dividends, set by the creator.
Minimum perp share
10%
Anything lower reverts with BadSplit.
Default split
30 / 10 / 30
Perp / buyback / dividends, in percent.
Take-profit split
50 / 25 / 15 / 10
Holders / buyback / creator / treasury, in percent.
Strategy cooldown
24h
Between side or leverage changes.
Split cooldown
7 days
Between split changes.
Default creator tax
3%
Adjustable from 0 to 10% at launch.
Max opening buy
22.9%
Of supply, enforced by the launcher.
Total supply
1,000,000,000
Fixed at launch.
Max leverage
20x
Platform ceiling; each market may be lower.
Engine parametersLive where published
Open
$20
Collateral available before the first position opens, at the strategy's leverage.
Top-up (uPnL ≥ 0)
$20
Each further step adds collateral and size at the original leverage.
Top-up (uPnL < 0)
$20
Added as pure collateral — no new size, so the liquidation price moves away.
Take profit
uPnL ≥ 25%
Of collateral. Closes uPnL ÷ equity of the position.
Tick
15s
How often the keeper evaluates every coin.
Buyback floor
$25
Reserve needed before a buyback runs.
Buyback cap per tick
$25
Spreads buys out instead of landing as one block.
Dividend window
12h
Snapshot taken at a random moment inside each window.
Minimum dividend
$1
Smaller shares carry forward to the holder's next window.
Liquidation cooldown
6h / 12h / 24h
After the first, second, and third-or-later liquidation.
Leverage decay
×0.6
Per liquidation, with a floor of 3x.
Forgiveness
14 days
Without another liquidation, the count resets.

Markets & leverage caps

Any of the 57 Lighter markets on Robinhood Chain can back a coin. Each has a leverage cap: the lower of what Lighter allows and a platform ceiling of 20x. The same caps are stored on-chain in the launcher and enforced by the vault when a strategy is set.

MarketCategoryMax lev.
BTCCrypto20x
ETHCrypto20x
SOLCrypto20x
HYPECrypto20x
XRPCrypto20x
ZECCrypto10x
SUICrypto10x
NEARCrypto10x
LITCrypto5x
VVVCrypto5x
TSLAStocks20x
NVDAStocks20x
AAPLStocks20x
GOOGLStocks20x
MSFTStocks20x
METAStocks20x
AMZNStocks10x
AMDStocks10x
MUStocks10x
TSMStocks10x
INTCStocks10x
ORCLStocks10x
PLTRStocks10x
COINStocks10x
CRCLStocks10x
BABAStocks10x
SNDKStocks10x
CRWVStocks10x
SMCIStocks10x
SOFIStocks10x
SKHYStocks10x
BEStocks10x
USARStocks10x
IRENStocks10x
CLSKStocks10x
WULFStocks10x
QBTSStocks10x
RGTIStocks10x
LUNRStocks10x
ASTSStocks10x
AMCStocks10x
SPYIndices20x
QQQIndices20x
SOXLIndices20x
SGOVIndices10x
XAUCommodities20x
XAGCommodities20x
SLVCommodities10x
USOCommodities10x
SPCXPre-IPO20x
OPENAIPre-IPO5x
ANTHROPICPre-IPO5x
SHEINPre-IPO5x
PONSMemes3x
ANSEMMemes3x
CASHCATMemes3x
AIMemes3x

Stock, index, commodity and pre-IPO markets are perpetual futures that track those prices; you never hold the underlying asset. Their liquidity and funding can differ from crypto majors, especially outside US market hours.

Contracts

Everything Loxpad touches, on Robinhood Chain (chain id 4663).

Every coin's own vault, curve and perp wallet are linked from its coin page under Verify.

  • Loxpad launcher
    Deploys each coin's vault, launches it on pons, registers existing coins.
    Explorer
  • Loxpad router
    Single buy/sell entry point: routes to the curve, then to the v4 pool.
    Explorer
  • CoinVault (implementation)
    Logic every per-coin vault clone delegates to. Holds no funds itself.
    Explorer
  • pons factory
    Creates tokens and curves; records each coin's creator-fee recipient.
    Explorer
  • pons launch & buy
    Launches a coin and makes the creator's opening buy atomically.
    Explorer
  • pons launch deployer
    Deploys token and curve contracts for the factory.
    Explorer
  • pons meme hook
    Uniswap v4 hook on graduated pools; accrues creator fees and tax.
    Explorer
  • pons fee escrow
    Holds fees owed to recipients until they are claimed (the vault claims on harvest).
    Explorer
  • pons buyback vault
    pons' own buyback module — disabled for Loxpad coins; the CoinVault runs buybacks.
    Explorer
  • pons LP locker
    Holds graduated liquidity so it can't be withdrawn.
    Explorer
  • Uniswap v4 PoolManager
    Singleton that holds every graduated pool.
    Explorer
  • Uniswap v4 Quoter
    Used by the app to quote trades on graduated coins.
    Explorer
  • WETH
    Wrapped ether on Robinhood Chain.
    Explorer

Risks

Read this before you launch, buy or top up anything.

Read this
Loxpad is experimental software. Memecoins are extremely volatile, and a leveraged perp can lose its entire collateral. Nothing here is financial advice.
  • Leverage and liquidation. A coin's position can be liquidated in minutes. Profits are only taken at the trigger; an unrealised gain can disappear before it gets there.
  • Venue risk. Positions live on Lighter. Outages, oracle problems, funding costs, auto-deleveraging or market closures there affect every coin backed by that market.
  • Keeper risk. Harvesting, position management, buybacks and dividends depend on an off-chain keeper. If it stops, fees keep accumulating safely in vaults, but nothing is deployed or paid until it resumes. Its on-chain powers are limited to the actions described above.
  • Smart-contract risk. The Loxpad contracts are unaudited. pons v2 audits are in progress. Bugs in any contract in the stack could lose funds.
  • Chain risk. Robinhood Chain is a young network; congestion, reorgs or RPC issues can delay transactions and keeper actions.
  • No guarantees. Buybacks and dividends only happen if the position is profitable or fees accumulate. There is no promised yield.