The most traded
token on Robinhood.
Every 5 minutes, the wallet with the most trades on $TXS takes 100% of the pot. Not a share. All of it. The pot is a contract with no withdraw function — not a promise.
Buy & start tradingWinning right now
Counted from the curve's own CurveBuy and CurveSell logs. Resets every window.
All time
Most trades since the launch block. Every one of them on chain.
Public ledger
Every settled window, read back out of the pot's own events.
How it works
Four facts, each one checkable on chain.
-
Every trade pays the pot
$TXS launched on Pons with a 10% creator tax, and the fee recipient is the pot contract. Pons pays through 70% of its own 1% curve fee on top, so 10.7% of every buy and every sell ends up in the pot. Buys and sells alike.
-
Nobody can take it out
The pot has no withdraw function, no owner escape hatch, no emergency anything. The only path ETH takes out of it is settle, and settle pays a trader. The operator key can pick who wins; the contract, not the operator, decides how much — always the entire balance.
-
One payout per window, in order, after the window closes
A window cannot be settled twice, cannot be back-dated, and cannot be judged while it is still running. A window that collects nothing rolls into the next one.
-
The winner is checkable
Every settlement commits keccak256 of the full leaderboard it was based on. Replay the curve's logs for that window, count them the same way, hash it, and compare against the Settled event. A wrong winner is visible to anyone, forever. The recipe is in the repo.