OKBET

SECURITY.

okbet is non-custodial and runs on Base mainnet. Every bet is its own escrow contract, the code is source-verified on Basescan, and there is no path that sends your funds to an arbitrary address. Here's the detail.

AUDIT & REVIEW.

okbet's v1 contracts went through multiple rounds of internal peer review and security hardening — reentrancy protection (checks-effects-interactions ordering plus ReentrancyGuard), pull-based payouts, initialization validation, and fee-path fund-safety. Internal peer review is complete and an external security-firm audit is in progress. All deployed contracts are source-verified on Basescan. For the latest review status, email security@okehbet.com.

VERIFIED CONTRACTS.

BASE MAINNET · CHAIN 8453 · DEPLOY BLOCK 46965116

Factory
0x22a71eAFAb7D4d4e37a266639Bd848caBc2ecE93
Deploys every bet · source-verified
Implementation
0x7a9E6292Bccef1DFABCD1b528073dc62A97C6D10
Clone logic · source-verified
USDC (Base native)
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The only asset okbet moves
Treasury (2-of-3 multisig)
0x711D7f02b0BD58967aF105603FBc6257A2abAdE6
Owner + fee recipient

Every genuine bet is a clone deployed by the factory above. The factory exposes isBet(address), which returns truefor any real okbet bet — an authoritative way to verify a bet's provenance on-chain.

HOW YOUR FUNDS ARE HELD.

WHY YOUR WALLET MAY WARN YOU.

okbet deploys a brand-new escrow contract for every bet (EIP-1167 minimal-proxy “clones”) so each bet's funds stay isolated. A seconds-old address has no transaction history, so some wallet scanners flag the first approve as “untrusted” or “deceptive.”

It's a false positive driven by the clone-per-bet design, not malicious behavior. You can verify any bet on-chain with the factory's isBet check, and we're working with wallet-security providers to allowlist the factory and its clones.

★ RESPONSIBLE DISCLOSURE

Found something? Email security@okehbet.com. Please don't disclose publicly until we've had a chance to respond. See also the protocol overview.