A Pons V2 token whose creator fees are claimed, spent buying the token back, and destroyed on-chain by the Ponsinerator contract. Nothing is held. Nothing is vested. It just burns.
not launched yet
Pons V2 charges 1% per trade and pays 70% of it to the creator wallet, on the curve and after graduation to the Uniswap v4 pool.
When the claimable amount crosses a threshold, or a timer fires, the fees are swept and pulled from the Pons escrow into the wallet.
The claimed ETH is sent to the Ponsinerator contract, which buys the token straight from the curve or the pool.
The contract calls the token's own burn() so total supply drops. Every burn emits Incinerated and increments a public counter.
| when | event | detail | tx |
|---|---|---|---|
| no events yet | |||
—not deployed yet————Every burn is a transaction from the contract with an Incinerated(token, quote, quoteIn, tokensBurned, venue, method) event. Read burnedOf(token) and burnCount() on the contract, or compare totalSupply() against the 1,000,000,000 minted.