Immutable core
Cannot be upgraded
- 0.033 ETH entry amount
- 81 / 6 / 6 / 7 allocation
- Three direct members and ten reward levels
- Participant claims and daily jackpot pool
- Fixed treasury and one-time PONSI token
Reading Robinhood Chain
Loading verified PONSI state...
The transparent 3-wide PONSI
PONSI separates the money rules from the infrastructure. The referral core is permanently fixed, has no owner, and contains no admin withdrawal. Only the isolated buyback executor can be upgraded so token and liquidity infrastructure can keep working if the ecosystem changes.
Immutable core
Isolated module
The proxy is fixed in the core, but its execution logic can be upgraded. This allows future support for a migrated PONSI token, a new router, a different liquidity pool, or ecosystem changes without redeploying or changing the referral system.
Admin boundaries
These restrictions come from the deployed code, not from a promise by the team. The core exposes no setter or owner function capable of changing them.
Permanently unavailable
Narrowly permitted
A buyback upgrade can change how future buyback ETH is used. It cannot expand the 6% allocation or gain access to the other 94%.
Earning model
The calculation uses the fixed 0.033 ETH entry and the immutable rate for each ancestor level. Values are allocated on-chain in integer wei.
Three-wide network
Three direct entries allocate 0.0297 ETH. One level-two entry adds 0.00495 ETH, taking total referral allocations to 0.03465 ETH.
Earlier roots have more available positions beneath them. Within a finite full tree, its 88,572 descendants would need additional later entrants to reproduce the root's ten complete levels.
The 49.26636 ETH figure is reached only when all 88,572 downstream positions are filled. Empty positions do not create referral allocations.
Six percent of every paid entry enters the daily jackpot pool. Winner probability follows the snapshotted paid-network weight, while the immutable deployment wallet always has zero weight and cannot win.
Public functions
join(inviter)Registers one paid wallet for exactly 0.033 ETH and allocates every wei.
claimRewardsFor(wallet)Lets anyone trigger a claim; payout always goes to the profile wallet.
processDownlineUpdates(steps)Permissionlessly completes all-depth jackpot-weight updates.
requestJackpot()Snapshots the daily pool and network weights before requesting verified randomness.
selectAndAwardJackpotWinner()Uses the immutable snapshot and returned random word to credit one winner.
configurePonsiToken(token)One-time treasury action that permanently locks the launched PONSI token.
releaseBuybackFunds(amount)Releases only tracked 6% buyback ETH, and only to the fixed module proxy.
Verified deployment
After mainnet deployment, each published address becomes a direct explorer link. Verify the source, proxy implementation, ownership, events, and balances without trusting this frontend.
Each entry walks the stored inviter chain. The frontend cannot replace ancestors or submit a different payout list.
Unassigned referral amounts are separately counted before being credited to the fixed treasury.
Keepers trigger public actions. Chainlink VRF on Base supplies randomness and CCIP authenticates delivery to Robinhood Chain.
The core has no owner, proxy, emergency drain, arbitrary transfer, pause, or rescue function. Claim, jackpot, and buyback reserves are tracked on-chain.