What "all creator rewards" means
Everything Pons pays the dev wallet, above a fixed gas reserve, is spent on the token and burned. There is no team allocation from rewards and no second recipient. Gas for the swap comes out of the reserve, which is itself refilled by the next reward.
What is actually live
The engine is real and tested. The token has not launched, so the burns on this page come from an in-memory mock chain with deterministic rewards, and the ledger says so. Once the token, router and dev wallet addresses are configured, the same code runs against Robinhood Chain and the ledger fills with real transaction hashes.
Who holds the key
The dev wallet's key is needed only to sign the swap. The engine reads it from the environment at run time, never from a file in the repository, and checks the signer matches the configured wallet before it will send.
Quiet cycles
If the spendable balance is under the minimum, nothing is bought and the rewards wait for the next cycle. Spending most of a small reward on gas would be a worse outcome than waiting.
When a swap reverts
If the pool moves more than the bound between quote and fill, the router reverts. The ETH stays in the wallet, gas is spent, and the engine reports it rather than retrying blind. The next cycle quotes again.
Risk
This is an experimental token with no promise of value, liquidity, or return, and a real chance of going to zero. A buyback does not change that. Nothing here is financial advice. Read the code before you touch it.