Live telemetry
The flywheel, in real time
Market data reads live from the on-chain pool; the reward totals push straight from the PonsEngine bot after every epoch. Numbers move on their own — auto-refresh ~15s.
last push — · price & USD worth update live · auto-refresh ~15s
The winners
Tokens airdropped to holders
Every epoch, our AI selects ONE high-potential graduated Pons token, and 80% of the post-buyback ETH buys it — then 100% of it is airdropped to holders pro-rata by their % of supply. A different pick each time. Here is the most recent, and the last five.
| Token bought | Market cap | Airdropped | USD worth | Holders | When |
|---|---|---|---|---|---|
| Loading the latest airdrops… | |||||
newest first · last 5 epochs · each token airdropped pro-rata to holders by supply %
Protocol
How PonsEngine works
No promises, no roadmap — just a fixed 20-minute loop running on-chain, with an AI model choosing which graduated Pons token to reward you with each epoch. Here is the exact mechanism, top to bottom.
-
01
A fixed 20-minute epoch
PonsEngine runs on a plain timer — not a drawdown, not a price condition. Every 20 minutes exactly one distribution fires, then the next epoch is scheduled. The Next epoch countdown above ticks down to it live.
-
02
Claim creator fees in ETH
The bot claims accrued Pons creator fees — native ETH — via
claim(uint256)(0x379607f5). The exact claimable amount is found by binary search:eth_callsucceeds iff the requested amount ≤ accrued, so it narrows the range to the max claimable, then sends. ~33k gas, no protocol cut. -
03
Buy back & burn
20 % → buyback & burn of the claimed ETH buys the token on the Uniswap V4 Universal Router and sends it to
0x…dead, forever. The ETH/token V4 pool key is auto-discovered from the PoolManagerInitializelogs. Every burn is verifiable via its tx hash. -
04
AI picks a token, buys it & airdrops it to holders
80 % → buy & airdrop the rest BUYS the graduated Pons token our AI scored highest on potential this epoch (PONS excluded), then airdrops 100% of it to holders pro-rata by supply — a different pick each epoch.
-
05
Holders only, pro-rata by supply %
Balances are reconstructed live from the on-chain
Transferlogs. The bought token is airdropped to real EOA holders pro-rata by their % of supply — excluding the LP pool, the V4 PoolManager, the Universal Router, the burn & zero addresses, auto-detected sinks, and any contract (locks / curves / LPs). Balances are re-read at distribution time and capped to the top holders to bound gas. -
06
Push, then schedule the next epoch
Every epoch's data — the amount burned, the token bought, the amount airdropped & its worth, the holder count, the burn tx hash — is pushed to this page and the next epoch is scheduled at now + 20 min. Cumulative totals never decrease.
Each epoch, the post-claim ETH splits
All numbers on this page are read straight from on-chain state and the bot's public counters. Every buyback burn is verifiable on-chain by its tx hash.
The picker
AI airdrop token selection
Each epoch our model scans the live graduated Pons ecosystem and scores every token on security & quality signals — then it picks the single token with the most potential to buy and airdrop to holders. No manual lists, no favourites — the model decides.
Holder count
How many real wallets actually hold the token — deeper, wider distribution scores higher.
Age since graduation
Time on-chain since the token graduated. Brand-new, unseasoned tokens are filtered below a floor.
24h volume & liquidity
Live trading activity and pool depth — thin or illiquid tokens are screened out.
Socials presence
Whether the token has a real community footprint, used as a light quality tie-breaker.
- 1Scan the live graduated Pons ecosystem
- 2Exclude PONS itself + anything failing the security floors
- 3Score on holders · age · volume · socials · momentum
- 4Buy the highest-potential pick & airdrop it to holders
Recently-rewarded tokens are rotated out so the model spreads rewards across the ecosystem rather than repeating the same name each epoch.