The most traded
token on Robinhood.

0
trades on $TXS, and counting. No cap, no finish line.

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 trading
Next payout in --:--
Pot
This window

Winning right now

Counted from the curve's own CurveBuy and CurveSell logs. Resets every window.

Nobody has traded in this window yet.

All time

Most trades since the launch block. Every one of them on chain.

No trades yet.

Public ledger

Every settled window, read back out of the pot's own events.

The pot — every payout leaves from this contract
No windows settled yet.

How it works

Four facts, each one checkable on chain.

  1. 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.

  2. 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.

  3. 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.

  4. 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.