🔍 Game Verification Tool
Enter a transaction signature to verify game result authenticity
Transaction Signature Verification
Enter Solana transaction signature to verify corresponding game record
📖 🎲 VRF Random Verification
OpenBaccarat uses Verifiable Random Function (VRF) to ensure game fairness. Each round's random numbers come with cryptographic proofs that anyone can verify.
Verification Steps:
- Get VRF proof and public key
- Use open-source verification tools to check proof
- Confirm random numbers correspond to game results
- Verify dealing sequence follows the rules
❓ FAQ
Where to find the transaction signature?
After each game round, click the "View" link in the history records to see the corresponding transaction signature.
What if verification fails?
Please check if the signature is copied correctly. If the problem persists, the transaction may not be confirmed yet due to network delay, please try again later.
How to ensure game fairness?
All code is open source, random numbers are verifiable, results are recorded on-chain and immutable. Technical audits are welcome.