Audits & On-Chain Proof

Every claim we make about your funds is backed by a public smart contract on Polygon mainnet. You can verify everything below from your own browser without trusting us.

Contracts

Holds player VDT escrow, mints/burns chips, distributes per-bet allocation. This is the contract every wager touches.

ERC-20 token used as the chip currency. 1 chip = 1 VDT.

Previous escrow contract. Paused — no longer accepts new deposits. Listed for transparency.

Audit Status

The active ChipVault v3 contract has been audited. The audit covered escrow deposit/withdrawal flows, per-bet allocation math (winner pool + jackpot + treasury), the settle path, jackpot payout safety caps, and admin-key access control.

The full audit report and on-chain bytecode verification is available below. If we update the contract we will re-audit before deploying — and we will publish the new report at this URL.

What you can verify on-chain

  • Allocation split. Call housePoolBps(), jackpotBps(), treasuryBps(), burnBps() on the contract. The four values sum to 10000 (100%) and tell you exactly how every wager is split.
  • Total burned. Call totalBurned() for the cumulative VDT burned via this contract. Treasury-funded burns are separate manual transactions — see the burn dashboard at /burn.
  • Jackpot pools. Mini, Major, and Grand pools live on-chain and grow with every bet. View their current balances on any game page or directly via Polygonscan.
  • Provably-fair seeds. Each game publishes a SHA-256 commit hash before you bet. After the round resolves, the server seed is revealed so you can verify the outcome wasn't manipulated. Walk through it yourself on the /provably-fair page.

Reporting a vulnerability

If you find a security issue in the ChipVault contract or any other Vendetta system, please report it privately to security@vendettasaloon.ai before public disclosure. We respond within 48 hours and acknowledge responsible disclosure publicly once a fix is shipped.

Last updated: April 15, 2026. Contract addresses and audit status will change over time — this page is the canonical reference.