Built on the PONS ecosystem
PonsMine is an on-chain mining protocol on Robinhood Chain. This website is the official frontend — one interface among many. The blockchain is the single source of truth.
Every settled mining round becomes part of Robinhood Chain history. User-facing Round 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 for operators — they are not required to read history or state from the chain. Holder lists at a past block may use public PMINE transfers plus published exclusion rules.
No private API is required.
One place for builders. Addresses and ABIs appear here at launch — until then, everything else you need to plan against is listed below.
Official public RPC endpoint for reading on-chain data.
https://rpc.mainnet.chain.robinhood.comWinnerPaid — Winner and prize payout (settled round)Mined — Mining attempt that starts a roundExpired — Expired mining request (no winner)Randomized — Randomness used for that settleConvertedEth — ETH/WETH fees converted (80% → PONS pool, 20% → Creator)ConvertedPmine — PMINE fees converted (80% → PONS pool, 20% → Creator ETH)The official frontend is only one interface. Anyone can build on top of PonsMine.