Protocol · verify
Built on the PONS ecosystem
On-chain Dual. Verify it yourself.
Copy contract addresses or open the block explorer. Don’t take this page’s word — check the chain.
Economics and outcomes live on-chain. This site is one frontend — not the source of truth.
Fees and Boosts share the same allocation. Home shows Current / Next Block Rewards as the sum of Holder + Creator — not one lottery for the full amount.
creatorWallet) — not the Creator Round Prize.PMINE is designed for the Pons Family: fixed supply, 0% team allocation, rewards from trading fees and Boosts — not inflation. Verify the token contract on-chain; this site is a viewer. Buy on the PONS Launchpad.
Every settled mining block becomes part of Robinhood Chain history. User-facing Block numbers count successful settles only and never reset on the same Mining deployment. Even if this website disappears, winners and prizes remain readable from the chain.
You do not need a private API. Read the chain — then build whatever interface you want.
Optional convenience APIs (for example an Indexer for Merkle snapshots) may exist — they are not required to read history or state from the chain.
No private API is required.
Addresses, ABIs, and Mining Power exclusion rules — for builders who dig deeper.
Public JSON ABIs only. No private keys, Keeper credentials, or operator wallets.
PonsMineMining.json) — Full public ABI (views, events, settler ops, and publicly visible owner-only functions — ABI does not grant privileges).FeeSplitter.json) — Dual-Pillar convert + views/events (full public interface).BoostHelper.json) — Dual-Pillar user Boost (`boostWithEth`) + preview helpers.CreatorRewardVault.json) — Creator pillar accounting (unlocked / lock / fundPool).CreatorMiningPool.json) — Creator game fund / draw / payWinner.PMINE.json) — Standard ERC-20 + metadata (external token).PONS.json) — Standard ERC-20 + metadata (external token).Official public RPC endpoint for reading on-chain data.
https://rpc.mainnet.chain.robinhood.comAddresses that hold PMINE but do not count toward Holder Mining Power. Rules are public and deterministic. Production does not use a private ops exclusion list.
0x…dEaD), PMINE token contract, Mining proxy, FeeSplitter proxy (PMINE creator-fee inventory for Dual-Pillar).PoolCreated events. Canonical factory (Robinhood 4663): 0x1f7d…2efa.protocolFeeRecipient(). That wallet receives the Launchpad protocol fee share (buybacks / Launchpad ops), not ordinary holder play — so its PMINE balance is excluded from the lottery. Active + Legacy lockers are the published set; the Indexer re-reads the view on sync (recipient changes do not need a denylist).Live discovered pools + current protocol fee recipients: indexer.ponsmine.com/exclusions. History can also be rebuilt from public transfers + these rules without the Indexer.
See also How to Play for holder-facing block flow.
WinnerPaid — Winner and prize payout (settled block)Mined — Block opened: Holder Current is locked for that block (no merkleRoot at mine)Settled — Settle: merkleRoot, RNG (parentHash), winner, rewardExpired — Expired mining request (no winner; after settle deadline)DualPillarConverted — Fee convert: 40% Holder PONS · 40% Creator Vault PONS · 20% Ops ETHDualPillarBoosted — User Boost: same Dual 40/40/20 as FeeSplitterBoosted — Boost detail (ponsToPool / ponsToCreator / attribution hints)The official frontend is only one interface. Anyone can build on top of PonsMine.
Verified enough? Play is on Stage — Learn is only if you still need how to start.