The Perpetual PONS Machine
Fees from every trade buy PONS. Each buy sets a sell order 20% higher. When it fills, the proceeds buy PSTR and the protocol holds it for stakers.
How it works
Every trade pays a fee. The fees buy PONS. When PONS is up 20% it sells automatically and buys PSTR instead, and what it buys is kept for stakers.
The fee
A hook on our Uniswap V4 pool takes a cut of each swap in ETH. 1% goes to marketing and 4% to the treasury at steady state. The token itself is a plain ERC20, so wallet-to-wallet transfers are free.
The treasury
ETH pools up in the strategy contract. At 0.5 ETH a new position can open. That call is permissionless, so anyone can make it, and it only succeeds if the balance is really there.
The resting order
The treasury buys PONS and places a sell order 20% above its entry, directly in the pool. No price feed, nothing to manipulate, no "sell now" function. The market either reaches it or it waits.
The buyback
When an order fills it has converted to ETH. That ETH buys PSTR on our own pool, and those tokens are held rather than burned. They are what will fund staking.
Every position is independent, with its own entry and its own target. They stack into a ladder, and one waiting never blocks another.
Treasury
Fees pool up until there is enough for the next position.
Permissionless: once the treasury reaches a full tranche, anyone can
call deploy() and pay the gas to advance the protocol.