Who Actually Earns the Yield on Unsettled Bets?
A bettor’s open position is not automatically the asset earning the return. The useful question…

An “audited” badge is a claim, not a safety check.
A pool site may place a familiar audit logo beside its deposit button while the report is old, incomplete, or tied to different contract addresses. The badge alone proves almost nothing.
Before funds move, the useful question is not whether the auditor is famous; it is whether the published report can be matched to the contract currently holding deposits. Check the report date, scope, network, and exact addresses. Read whether critical findings were fixed, then confirm that the deployed bytecode or verified source corresponds to the reviewed version. If the report is unavailable, vague, or cannot be linked to the live contract, treat “audited” as unverified marketing—not a reason to deposit.
Before judging a finding, collect the documents and identifiers that tie the audit to the betting pool currently in use. The minimum pack should include:
Compare names, addresses, and code versions rather than assuming a familiar project name is enough. An audit completed before a major pool, payout, oracle, or upgrade change may describe code that is no longer live.
Extra caution is warranted when the report is hosted only on the protocol’s own site. It may still be genuine, but the auditor’s website, report archive, or signed statement provides a more independent check. If no matching source or deployment version can be found, treat the audit claim as unverified rather than proof of safety.
Copy the live contract address from the pool interface, then open it in the chain’s block explorer. The report’s scope should identify that contract or the exact code revision behind it.
An audit badge on a betting-pool site is only a claim. Find the auditor’s official website, report archive, GitHub, or verified social account independently—rather than following a link supplied by the protocol. Search its records for the project name, report date, and audited contract address or commit hash.
A genuine report normally identifies the firm, named reviewers or signing entity, scope, methodology, and a stable report ID or PDF link. Its addresses and code revision should be specific enough to compare with the deployed pool.
Be cautious when a report is hosted only on the protocol’s domain, appears as an image, or has no public record from the auditor. Missing authorship, a vague “security review” label, or no explanation of testing and manual review makes independent checking difficult. If details conflict, contact the auditor through the address listed on its own site.
Treat an audit as unconfirmed until the auditor’s own public channels acknowledge the exact report and scope.
An audit is not a blanket approval of a betting pool project. It applies to a particular code snapshot, so the first practical check is whether that snapshot is what runs on-chain.
Compare the report’s scope table or appendix with the deployed system. Record the repository name, commit hash or release tag, network, and every contract address named in the report. Then check those addresses in the block explorer and compare verified source code with the stated commit where possible.
Financial risk often sits in supporting pieces rather than the main pool: a factory that creates pools, an escrow or vault, an oracle adapter, a fee collector, a treasury, or an upgrade proxy. If users deposit through one contract but the report names only another, the audit coverage is incomplete.
Watch for these mismatches:
Pool.sol, but deployment uses a newer commit.Changed, added, or omitted code does not inherit the audit. It needs its own review or a newer report that explicitly includes it.
Copy findings from the report’s summary and detailed sections into a simple tracker. Treat “informational” and “low” items as open questions too; severity reflects the auditor’s view at the time, not a guarantee of harmlessness.
For each item, note the contract, function, and code reference named in the report. A rounding issue in settlement logic, for example, matters differently from an unused helper contract, while an access-control issue may affect operator powers.
Check whether the auditor recommended a code change, a configuration limit, monitoring, or an accepted risk. “Acknowledged” is not the same as fixed, and a stated mitigation may leave meaningful conditions or trade-offs.
Compare the remediation commit or patched source with the verified code at the live address. For upgradeable pools, also confirm that the implementation currently behind the proxy contains the remedy.
Several modest weaknesses can create a larger failure path: loose roles plus a pause flaw may block withdrawals, while timing and rounding errors can distort pool fairness. Outstanding operator-control, payout, or withdrawal findings deserve especially careful review.
A finding is only closed when the affected component, the remedy, and the live deployment status can all be shown.
A report may mark a finding as fixed, but that usually refers to a revised repository commit—not automatically to a deployed betting pool. Start with the finding’s identifier and note the affected file, function, and remediation commit or pull request.
Compare that change with the contract’s verified source at the live address. The relevant logic should be present in the implementation contract, not merely in a front-end repository or an unused replacement. For proxy pools, check the current implementation address and its upgrade history; a safe fix deployed to an earlier implementation offers little protection after an upgrade.
A remediation note is stronger when it includes a retest letter, audit addendum, or auditor confirmation naming the new commit and deployed addresses. Material changes deserve fresh review, especially changes to:
If no evidence links the remediation to the live code, treat the original risk as unresolved for deposited funds.
A repository can contain the right patch while the pool still runs older bytecode. Verified source, implementation addresses, and a post-change retest provide the useful chain of evidence.
A betting pool can move tokens correctly and still produce a disputed result. The report should identify who supplies the outcome, how the answer is validated, and what happens when data is late, contradictory, or unavailable. Review the oracle and settlement checks worth verifying, rather than treating “oracle integration” as enough.
Look for clear answers to these practical questions:
A fair design makes exceptional cases visible in code, not dependent on an operator’s promise.
A betting pool can behave differently depending on which transaction lands first. The report should explicitly test front-running, back-running, and same-block ordering around deposits, withdrawals, odds updates, settlement, and cancellation. A vague mention of “MEV” is not the same as showing that these paths were reviewed.
Check whether the audit covers the full accounting loop:
Look for tests or findings tied to these mechanics, not only a general statement that funds are safe. An audit that excludes LP or share-token contracts leaves a meaningful gap: the pool may settle correctly while ownership records or backing become inaccurate.
A clean report may cover only code defects in a defined version and test setup.
Whales can still exploit deposit timing, thin liquidity, incentives, or payout rules that behave badly when markets move fast.
Admin keys, multisigs, upgrade roles, and governance votes can remain powerful failure points.
Check who can pause, upgrade, change parameters, or move funds, and whether a compromised key or captured vote has practical limits.
Oracles, keepers, bridges, front ends, and token integrations may sit outside the audit scope.
A delayed result feed, failed settlement call, or stressed collateral market can block payouts even when the pool contract works as designed.
A report with no critical findings is useful evidence, not proof that funds or control are safe. Read the exclusions as a list of risks that still need separate checks: economic attacks, key compromise, governance capture, data-provider failure, integrations, and abnormal market conditions.
A betting pool’s audit status should be revisited whenever meaningful code, control, or dependency changes occur. A simple dated record makes it easier to spot when the report no longer describes the live system.
If the auditor’s identity, code match, fix status, scope, or administrator controls cannot be confirmed, the cautious response is limited exposure—not confidence borrowed from an audit badge.