GASBACK
Rules

Everything the contract does, in one page.

The contract is the rulebook. This page describes it in plain words. Where the two differ, the contract wins.

The index

The contract reads Robinhood Chain's base fee per gas from the Arbitrum gas precompile at 0x…006C when a sampling interaction runs, and through a public sample() call. From those readings it keeps an exact time-weighted average over the last 12 hours, the same way a Uniswap oracle does. The threshold is 10 times the chain's minimum gas price. The actual threshold is read from the connected contract. It is expressed as a multiple so it stays fair if the chain operator changes the floor.

Nothing off-chain touches the index. There is no API, no signer, no admin key that can set a price.

The pool

GASBACK is planned to launch on Pons V2 with the contract as its creator fee recipient and a creator tax of 1.5%. Pons charges its own 1% and passes 70% of it to the creator. So about 2.2% of every trade reaches the contract. harvest(), callable by anyone, pulls it from the Pons escrow and splits it:

Pool (paid on Refund Days)37% of the stream ≈ 0.81% of volume
Team55% of the stream ≈ 1.21% of volume, paid to a fixed address
Float (keeper tips)8% of the stream ≈ 0.18% of volume

ETH sent straight to the contract counts as a donation to the pool, in full. After the coin graduates to its Uniswap v4 pool, hook fees reach the escrow only when Pons's operator sweeps them, so the pool can fill in steps.

Cover

Refund Day

What the owner can do

Two powers, and only two. They exist for a bug or an exploit, not for operations, and both are printed here on purpose.

The owner cannot change the threshold, the window, the split, the payout share or the cooldown: all of them are immutable in the bytecode. Ownership transfers in two steps.

What can go wrong

Contract status

Reading the deployed contract…

Addresses

ChainRobinhood Chain, id 4663
GasPool0x84b86917F872A61DBbf9451D9F9d9062C9030B5E
Pons V2 factory0x7eD598BcEf8bd9Edd8C97A195C6d13f40801EC7e
Gas precompile0x000000000000000000000000000000000000006C

GASBACK is a memecoin with a mechanism, not a financial product. The payout is a share of trading fees, indexed on chain activity. It is not insurance, and it does not track the gas you personally paid.