Ape Church accepts the wager and locks the edge, liquidity limit, prices, and round randomness.
STONKS CASINO / TECHNICAL DOCUMENTATION
System design and launch status
Stonks Casino is designed to accept APE wagers on ApeChain and pay winning players in stock tokens on Robinhood Chain. This page contains the implementation details intentionally removed from the consumer experience.
BUILD MORE GAMES
Use the exact model handoff.
The Game Factory handbook defines the concept brief, payout math, deterministic randomness, component lifecycle, test matrix, asset rules, metadata, submission transformation, and final report required for every future Stonks Casino game.
Open the game creation handbookARCHITECTURE
APE in on ApeChain. Stocks out on Robinhood Chain.
Equity Bros consumes the supplied randomness. No browser randomness can affect a payout.
The approved bridge transports an idempotent, nonce-protected settlement record.
The selected stock token is paid to the player’s same EVM address.
The required Ape Church public records are
RoundQuote, RoundSettlement, VaultState,
StakeActivation, and RewardStream. Exact ABI names and
callback semantics will follow the official protocol specification; this project
does not invent a mainnet interface.
EQUITY BROS
Brutal Math v3
The house edge is locked at 5%, the first two quarters are mandatory, and the maximum multiplier is 25x. The high loss frequency comes from the multiplier ladders, not from hidden odds.
P(reach first rung) = (1 − houseEdge) ÷ firstMultiplier P(pass rung k | reached k−1) = previousMultiplier ÷ nextMultiplier P(reach rung k) = (1 − houseEdge) ÷ rungMultiplier Expected multiplier at any cash-out rung = 0.95
One Ape Church round seed deterministically resolves the final safe quarter. Domain-separated hashes derive the survival path, presentation events, and uniform stock selection. Presentation events never change odds. Manual exit, automatic exit, and the final exit always settle on a disclosed ladder rung.
PAYOUT SETTLEMENT
Uniform, value-neutral stock assignment
A winning round selects one ticker uniformly from NVDA, AAPL, GOOG, TSM, and AMZN. APE/USD and all five stock-token prices are locked when the wager is accepted.
stockTokenAmount = wagerAPE × lockedAPEPriceUSD × payoutMultiplier ÷ lockedStockTokenPriceUSD
New rounds must pause if any marketed ticker is inactive, halted, stale, undergoing an unresolved corporate action, or lacks sufficient reserved liquidity. Maximum wager is constrained by the least-liquid possible random ticker.
STONKS HOUSE VAULT
Solvency before utilization
- LPs deposit APE on ApeChain through a new Ape Church product, not the existing House Pool.
- The approved bridge converts deposits into an equal-value five-stock basket on Robinhood Chain.
- LP shares track combined stock-market P&L and casino P&L in USD NAV terms.
- Settled and in-flight player payouts are reserved before any LP redemption.
- Redemptions return the maximum available pro-rata in-kind basket without consuming payout reserves.
Required controls include fresh canonical oracles, explicit slippage limits, corporate-action multipliers, per-ticker reserves, free-liquidity accounting, replay protection, retries, message ordering, and finality rules.
NFT AND REWARDS
ApeChain eligibility, Robinhood Chain earnings
Dreamweavers token IDs 0–3 receive 10x weight. Future tokens from the same contract receive 3x. Staked Equity Bros NFTs receive 1x.
Only Dreamweavers from 0xe1df77bcaa64e0cbcd8fbd19ac7c228b03ae0552 qualify.
80% of realized net creator revenue funds NFT rewards; 20% funds operations. Net excludes protocol fees, bridge and swap costs, and required reserves.
Each funded hour buys equal value of all five stock tokens and streams that basket over 60 minutes by active weight.
Equity Bros NFTs hard-stake in ApeChain escrow. Dreamweavers register non-custodially because their ERC-5192 tokens cannot transfer. Cross-chain activation and deactivation require authenticated acknowledgements. Accrued rewards remain claimable after deactivation.
CONFIGURATION
Addresses and current deployment state
0x191f77208F6EaB1ab223EE402DC32863AC212ACE0xe1df77bcaa64e0cbcd8fbd19ac7c228b03ae0552Not deployedOfficial specification pending
Initial administration uses two-step ownership transfer so control can later move
to a Safe or stronger signer. Submission contact: Telegram sixtheplug.
PRODUCTION GATES
No implicit mainnet switch
- Brutal v3 deterministic preview, replay, and statistical tests
- Otherside Developers consumer experience and attendee workflow
- Five-stock availability monitoring
- Official Ape Church vault, bridge, quote, and settlement specification
- Source-reviewed stock-token deployments, router, and oracle policy
- ApeChain and Robinhood Chain testnet implementation
- Independent contract, economic, bridge, and frontend security reviews
- Required eligibility policy and capped production pilot approval
No mainnet vault, bridge adapter, staking escrow, or reward-streaming contract will be deployed until the missing protocol interfaces are approved.