It stands between you and your exit and it charges you for passing, which is the only thing it has in common with the thing it is named after. A Ponzi pays the toll to somebody. This one pays it to nobody at all — it buys the token back off the open market and destroys what it buys, inside the same transaction as your sale.
A Ponzi is a machine for moving money from the late to the early. Someone stands in the middle, takes deposits, and pays whoever arrived first with the money of whoever arrived last. It runs on flow. Cut the flow and it dies, because the flow was the only thing paying anyone.
Ponzinomics is assembled from the same three pieces — a middle, a flow, and a toll — wired the other way round.
Which leaves an interesting question. If the toll is destroyed rather than collected, what does the exit toll actually buy?
Burning a token requires the token. When somebody sells, the hook is holding five percent of their ETH, and ETH is the wrong shape — you cannot burn Ponzi with it.
So it goes shopping. Inside the same transaction, before the sale has settled, the hook turns around and spends that ETH buying Ponzi off the same order book the seller is selling into. Then it destroys everything it bought.
A conventional buyback promises this and defers it. Fees accumulate in a treasury, and a keeper or a vote decides later whether to spend them, which is a person you have to trust. Here the buyback happens in the same transaction as the sale that paid for it. There is no interval in which anyone is holding the money, so there is nobody to trust with it.
Arriving is cheap. Leaving is five times dearer. The difference is not a policy anyone is choosing to run this quarter — it is two constants in a contract nobody owns.
A Ponzi dies when inflow stops, because inflow was the only thing paying the promised return. This dies quieter. When trading stops, the burn stops. No volume, no burn, and the supply curve simply flattens forever.
That is a real dependency on continued activity, and pretending otherwise would be the dishonest move. The difference is what is left standing when the music stops. A Ponzi that runs out of inflow owes money it does not have to people who were promised it. Ponzinomics that runs out of inflow owes nothing to anybody, because it never promised anything and never held anything. It becomes an ordinary ERC-20 with a smaller supply than it started with, and the last burn stays burned.
Most tokens are named to sound like infrastructure and behave like an exit. This one is named for the worst thing you could reasonably suspect it of, and then hands you the file that settles it.
The old way to build this was a tax inside _transfer. That breaks AMM accounting, so serious venues exclude the token. It taxes the wrong event, since moving coins between your own wallets is not a trade. And it needs an exclusion list, which needs an owner, which is a lever — which is the thing you were worried about in the first place.
The other old way was to collect fees into a treasury and promise to buy back later. That reintroduces custody and a promise, ingredients one and two, and asks you to trust that whoever holds the fees will act, on time, in your interest rather than theirs.
A Uniswap v4 hook is a third option that did not exist until v4 shipped. The PoolManager calls the contract mid-settlement, and the swap does not close unless the burn closes with it. No custody is possible because there is no moment at which anything is held. No promise is needed because nothing is deferred. The mechanism is not enforced by a team. It is enforced by the exchange refusing to settle any other way.
Wallet-to-wallet transfers of Ponzi are completely untaxed. The token itself is an unmodified OpenZeppelin ERC-20 with the mint function removed. All of the behaviour lives one layer down, at the venue.