我们先是玩家,然后才是 OGG Bit 的创建者。Even the house owes you receipts.
Traditional platforms feel smooth until you ask the questions that matter. Who sets the RTP? Why did the odds move? Why is the cashout pending? What triggered the review? You rarely get a real answer. The house always sits on the other side of the table.
Bad luck? Fine. Black boxes? No.
区块链把账本搬到了公开场上,本来该是答案。可钱包、gas、签名、合约地址,又让普通玩家在入门流程走到一半就被劝退。
OGG Bit 是我们写的另一种答案 —— 链上透明,体验丝滑。点击游戏,你就是玩家;加入金库,你就是甲方。On-chain gaming should have fixed this. It put the books in public, then buried normal players under wallets, gas, signatures, and contract addresses. OGG Bit is our answer: easy games, on-chain records, and a bankroll players can actually inspect.
So we built the version we actually wanted to play on.
公平、透明、资金自主,这三件事应该同时成立。A better game starts with fewer secrets.
OGG Bit 围绕这三件事设计:公平,是把游戏规则、RTP 和赔付口径放到用户能看见的位置;透明,是让资金池、游戏结果和结算记录尽可能留在 Polygon 上供人核对;资金自主,是让充值、余额和提现路径尽量清楚,不把用户困在无法解释的等待里。我们不希望平台只靠承诺建立信任,更希望用户在需要时能看到链上的账。If the rules matter, show them before the bet. If the money moves, leave a trail. If the house has an edge, say what it is. OGG Bit is built around that simple idea: make the games smooth, but do not hide the parts players actually care about.
开始游戏应该简单,关键步骤应该清楚。Get in fast. Know what matters.
玩法、赔率和上限,应该一眼看清。No hidden paytables. No mystery limits.
赔率、下注上限、赔付上限和波动结构,不应该藏在很深的说明里。OGG Bit 当前在 Polygon 主网运行九款游戏,每款的 RTP、最高下注和玩法节奏都不同。所有游戏共享同一个资金池、同一份签名结算逻辑,单局赔付上限统一为池子的 5%。A player should know the deal before clicking bet. OGG Bit currently runs nine games on Polygon mainnet, each with its own RTP, wager cap, and variance profile. All share the same pool, the same signed-result settlement, and the same 5% per-round payout cap.
| 游戏Game | RTP | 最高下注Max Wager | 说明Notes |
|---|---|---|---|
| Coinflip | 99.00% | $2,500 | 最直接的 50/50 玩法,适合先理解结算流程。The clean 50/50. Fast, obvious, and good for seeing how settlement works. |
| Dice | 99.00% | $2,500 | Roll under / roll over。目标越难,赔率越高,波动也越大。Pick a target. Easier hits pay less; harder hits hit harder. |
| Plinko | 99.00% | $1,000 | 通过行数和风险档位调整波动,建议先小额测试。Rows and risk settings decide the ride. Try a few small rounds before sizing up. |
| Roulette | 97.30% | $1,000 | 轮盘玩法,适合清楚理解赔付表的玩家。Classic wheel game. Know the table before you cover the felt. |
| Blackjack | 99.00% | $1,000 | 策略会影响长期结果,下注前应先看清分牌、加倍和自然牌规则。Actual decisions matter. Check splits, doubles, soft hands, and naturals first. |
| Crash | 99.00% | $500 | 目标倍率越高,潜在收益越高,失败概率也越高。Cash early or hold your nerve. Bigger multipliers come with a bigger chance of busting. |
| Baccarat | 99.00% | $1,000 | 经典庄闲玩法,按游戏页赔付表结算。Player, Banker, Tie. Simple surface, paytable still matters. |
| Sic Bo | 97.00% | $1,000 | 不同下注项 RTP 不同,请以确认前展示为准。Lots of bet types, not one risk profile. Read the line before you throw. |
| Keno | 95.00% | $500 | 高波动玩法,适合先小额理解赔付表。High variance, long shots, long dry spells between hits. Start small. |
RTP 是长期统计口径,不代表单局或短期结果。每一局都可能赢,也可能输。RTP is a long-run number, not a promise about your next spin, roll, hand, or drop.
不要求每个用户读合约,但每个结果都应该经得起检查。Play casually. Verify seriously.
很多平台只展示最终结果,却很少解释结果如何产生。OGG Bit 的公平性目标,是让每一局都能被任何第三方独立复核。系统采用每日 epoch 的 commit-reveal 结构 + EIP-712 签名结算 —— 服务器在 epoch 开始前把当日 serverSeed 的哈希写到链上,epoch 结束后再公开 seed 本身。结果在生成时已经被 seed 锁定,事后无法选择性修改。Most people will never audit a round, and that is fine. The point is that the trail exists for the people who do. OGG Bit uses a daily commit-reveal flow plus EIP-712 signed settlement: the server publishes hash(serverSeed) on-chain before each daily epoch and reveals the seed itself the next day. Once committed, the outcome of every round in that epoch is locked — there is no way to fudge a result after the fact.
- 00:05 UTC:系统在链上写入今天的 seed 哈希,同时公开昨天的 seed。00:05 UTC each day: the next-day seed hash is committed and the previous day's seed is revealed.
- 玩家下注后,服务器用 (serverSeed, nonce, clientSeed) 派生 RNG 计算结果,并以 EIP-712 签名后提交链上。After a wager, the server derives the result via HMAC over (serverSeed, nonce, clientSeed) and submits an EIP-712 signed result on-chain.
- 结算合约验证签名、检查 5% 单局赔付上限、扣 2.5% 服务费、然后落账。The settler verifies the signature, enforces the 5% payout cap and the 2.5% wager fee, then writes the settlement.
- 每条 round 都产生
RoundSettledSigned事件,被索引器写进数据库供排行榜、近期对局、用户对账使用。Every round emits aRoundSettledSignedevent, indexed into the database that powers leaderboards, recent rounds, and user history. - seed 公开后,可以在网站的
/verify页面上输入 round 数据,让浏览器本地用开源的@ogg/verifyhelper 重跑该局,校验结果是否一致。Once the seed is public, anyone can replay any round on the/verifypage — your browser runs the open-source@ogg/verifyhelper locally and checks the outcome matches the on-chain settlement.
资金路径越清楚,玩家越安心。A cashout is not a customer-service request.
出金慢、路径不清楚、余额只停留在页面数字上,是许多玩家对旧平台不满意的原因。OGG Bit 使用 Polygon 主网原生 USDC(6 位小数)作为唯一结算资产,所有资金状态都对应链上事件,而不是后台数据库里的数字。The worst version of a casino is one where deposits are instant and withdrawals become a conversation. OGG Bit settles in native USDC on Polygon (6 decimals) — every balance you see corresponds to an on-chain state, not a row in a backend database.
/profile 一键存入或全部存入,随时可提回钱包。An on-chain bankroll inside HousePool, namespaced to your address. Every bet draws from this balance — no per-round wallet approvals. The current value shows live in the top nav; deposit or "Deposit all" from /profile any time, and withdraw back to your wallet whenever you want.资金池不是黑箱,它负责赔付,也承担波动。The pool is the bankroll.
协议游戏需要资金池来承担赔付。加入金库的人把 USDC 存入 HousePool,按份额(ERC4626 风格)分享资金池的盈亏。玩家整体净输时,资金池获利;玩家整体净赢时,资金池承担回撤。这不是固定收益产品,是选择站在协议流动性这一侧。Every casino needs a bankroll. In OGG Bit, LPs supply USDC into HousePool and receive ERC4626-style shares that ride the pool's PnL. When players lose overall, the pool gains. When players run hot, the pool takes the hit. This is not a savings account wearing a DeFi costume.
| 项目Item | 说明Details |
|---|---|
| 收益来源Yield source | 每笔下注的 1.5% 服务费 + 长期游戏数学优势带来的玩家净亏损。1.5% of every wager + the long-run house edge against player losses. |
| 主要风险What can hurt | 玩家短期跑赢数学预期、智能合约风险、单局尾部赔付。Players running hot vs the long-run math, smart-contract risk, and tail payouts. |
| 单局赔付上限Per-round cap | 合约硬写:单局最大赔付为 houseAssets × 5%。即便 operator 签名密钥泄漏也无法把池子一把抽干。下注按钮在前端先做一次 pre-flight 屏蔽超额选项。Hard-coded in the contract: a single round can pay at most 5% of houseAssets. Even if the operator signing key leaks, no one can drain the pool with one bet. The bet button also pre-flights this cap client-side and blocks any option that would exceed it. |
| 存款锁定期Stake lock | 新存入的份额有 15 分钟锁定期,防止"存进来 → 看到大单中奖 → 立刻退出"型套利。Newly minted shares are locked for 15 minutes so no one can deposit, watch a big-win settle, and immediately withdraw the rebound. |
| 赎回流程Unstake flow | 两步:先调 requestUnstake 进入 1 小时冷却(窗口期内池子继续承担玩家结算),冷却结束后调 claimUnstake 实际取回。Two-step: requestUnstake starts a 1-hour cooldown (the pool keeps backing player settlements during the window), then claimUnstake actually pulls funds. |
| 赎回手续费Unstake fee | 赎回时扣 2%,其中 1% 注入 Loot Treasury(资助开箱奖池),1% 留给剩余金库做市方。A 2% fee is taken at claimUnstake: 1% to the Loot Treasury (funds loot-box payouts) and 1% to the remaining LPs. |
奖励可以有吸引力,但规则必须讲明白。Rewards are fun. Fine print is not.
积分与 LootPoints & Loot
积分按下注量发放,每个 epoch 由协议在链上发布一棵 Merkle 树(PointsMerkleDrop 合约),用户用 proof 直接领取对应 USDC。Loot 是 5 档(Bronze / Silver / Gold / Diamond / Mythic)签名开箱,奖池由资金池赎回手续费的 1% 持续注入 LootTreasury 合约,开箱用与游戏一致的 commit-reveal + EIP-712 签名结构 —— 结果先于揭示而存在,不可事后选。Points are awarded by wager volume. Each epoch the protocol publishes a Merkle root on-chain via the PointsMerkleDrop contract, and users redeem with a proof directly into USDC. Loot boxes have 5 tiers (Bronze / Silver / Gold / Diamond / Mythic), funded by the 1% pool unstake fee streaming into LootTreasury. The draw uses the same commit-reveal + EIP-712 signing as the games — outcomes are locked before reveal, never picked after.
| 等级Tier | 奖励区间Reward range | 点数成本Point cost |
|---|---|---|
| Bronze | $1–$20 | 10,000 pts |
| Silver | $10–$100 | 50,000 pts |
| Gold | $40–$400 | 200,000 pts |
| Diamond | $100–$500 | 500,000 pts |
| Mythic | $250–$1,500 | 1,000,000 pts |
推荐Referrals
分享你的推荐链接(?ref=0x…),新用户首次进入网站时会自动绑定到你 —— 每位玩家终生只绑定一次。推荐奖励直接从协议的 house edge 里出,不增加玩家任何成本。Share your referral link (?ref=0x…). When a new player first lands on the site it auto-binds to you — every player can only be bound once, ever. Referral rewards come out of the protocol's house edge; they do not cost the player anything extra.
| 项目Item | 说明Details |
|---|---|
| 基础比例Base rate | 20% × 你推荐用户在协议里支付的 house edge。20% of the house edge your referees pay. |
| 做市加成LP bonus | 额外 0–10%,按你自己金库里的做市仓位线性放大;金库里有 100,000 USDC 时拉满到 +10%。An extra 0–10% scaled linearly by your own LP position in the pool. Saturates at +10% when you have 100,000 USDC staked. |
| 最高Max | 基础 + 做市加成 = 最高 30%。Base + LP bonus tops out at 30%. |
| 领取Claim | 每局结算时合约自动转给推荐人;累计金额可在 /referrals 页面查看。Auto-paid by the settler contract on every settled round; lifetime earnings show on /referrals. |
真正的透明,是有人想查时查得到。Put the receipts where people can find them.
OGG Bit 把公开资料分散在多个直接可达的入口:协议合约全部部署在 Polygon 主网(chainId 137),所有源码经过 forge build + slither 静态分析,单局结算事件由独立索引器(Supabase Postgres)每分钟同步入库,公平性验证页面 /verify 可以让任何人在浏览器里本地复跑任意一局。审计正在进行中。OGG Bit's public data is spread across direct entry points rather than a single marketing page. Contracts live on Polygon mainnet (chainId 137), built with forge and statically analyzed with slither. An independent indexer (Supabase Postgres) syncs every settlement event minute-by-minute, and the /verify page lets anyone replay any round locally in their browser. Audit is in progress.
| 资料Material | 在哪里看Where to find it |
|---|---|
| 合约地址Contracts | 七套核心合约(HousePool / GameSettler / GameRegistry / ReferralManager / LootTreasury / PointsMerkleDrop / SignedResultVerifier)部署在 Polygon 主网,地址公布在 /transparency,可用 PolygonScan 直接审计。Seven core contracts (HousePool / GameSettler / GameRegistry / ReferralManager / LootTreasury / PointsMerkleDrop / SignedResultVerifier) live on Polygon mainnet. Addresses are published on the /transparency page; verify directly on PolygonScan. |
| 公平性验证Fairness tools | /verify 页 + 开源 @ogg/verify npm 包,输入 round 数据 + 当日 seed 即可本地复现结果。The /verify page + the open-source @ogg/verify package — feed in round data and the daily seed, replay locally, compare to the on-chain settlement. |
| 资金池数据Pool data | /house 页面实时展示 TVL、houseAssets、近期 stake / unstake 事件、每分钟更新。The /house page surfaces live TVL, houseAssets, and recent stake / unstake activity. Updated every minute. |
| 对局历史Round history | /profile 看自己的近期对局,/leaderboard 看全站对局排行。每条 round 都对应一笔 PolygonScan 上的 RoundSettledSigned 事件。Your own rounds on /profile, the global ranking on /leaderboard. Each row maps to a RoundSettledSigned event on PolygonScan. |
| 审计报告Audit | 已提交审计,等待审核中。报告完成后将公布在 /transparency,含范围、版本、发现项与修复状态。Audit submitted — under review. The report will be published on /transparency when finalized, with scope, version, findings, and fix status. |
用户常问的问题,直接回答。The stuff players ask before they trust a site.
我不懂加密,可以玩吗?Do I need to be a crypto person?
可以。OGG Bit 会尽量保留普通产品的使用体验,让用户用熟悉的方式登录、充值和开始游戏。链上部分会尽量放在后台处理,但你仍然需要理解资金风险和所在地区规则。No. If you can sign in, fund the account, read a paytable, and manage your bankroll, you can use the product. The chain stuff should help with records, not turn the whole experience into homework.
我的钱是不是由平台保管?Where does my money sit?
OGG Bit 的目标是尽量减少中心化托管风险,让资金和结算规则通过链上系统呈现。具体资金位置、提现路径和恢复流程,会在透明度页面和账户页面说明。The account and transparency pages should show where funds are, how settlement works, and how withdrawals move. No vague "your balance is safe" copy without a path behind it.
为什么提现可能需要检查?Why would a cashout get checked?
普通链上提现应尽量直接。涉及大额、法币通道、支付服务商或特定地区规则时,可能需要按法律和通道要求完成必要检查。区别在于,这些规则应该提前说清楚,而不是在用户出金时才突然出现。Plain on-chain withdrawals should be boring. Bigger amounts, fiat rails, payment providers, or local rules can add checks. The difference is whether those checks are disclosed before you hit withdraw.
加入金库有什么优势?Why join the pool?
加入金库你可以成为甲方,当你作为玩家游戏的同时也同时赚取收益。You become the house. Keep playing your own games, and let your pool share take a cut of the action.
我如何验证游戏结果?How do I check a round?
你可以通过透明度页面、链上事件和验证工具查看对应 round 的请求、结果和结算。普通用户不必逐局验证,但认真核对的人应当可以复查。Open the round record, check the request, result, seed data, and settlement event. You do not need to do this every time. You need to know you can.
游戏应当保持在可控预算内。Do not bring rent money to the table.
游戏应该是可控预算内的娱乐,不应该变成压力来源。游戏和预测类产品存在亏损风险。请只使用你能承受损失的资金,开始前设定预算,到达预算后停止,不要用加仓追回亏损。Games are entertainment with real downside. Set a budget before you play. Stop when you hit it. Chasing losses is how a bad session becomes a real problem.
- OGG Bit 仅面向达到当地法定年龄的用户。Use OGG Bit only if you are legally allowed to play where you live.
- 部分地区可能无法访问或无法使用全部功能。Some regions may be restricted, and some features may not be available everywhere.
- 如果游戏影响生活、工作、财务或关系,请暂停并寻求帮助。If play starts messing with work, money, sleep, or relationships, step away and get help.