This page gives reviewers concrete, reproducible evidence. Fill in real
transaction signatures and explorer links so each example can be independently
verified on Solana.
Example transactions
All examples run against programB6nzqfZfxJ2UyAGD7ko3zSa2QLF8aWNjHqjkDqh1dzsC
(devnet). Live transactions can be inspected on the
program’s explorer page.
- Make a prediction
- Claim
- Resolve
| Field | Value |
|---|---|
| Instruction | place_bet |
| Caller | Any user |
| Expected balance change | SOL moves from the user into the market vault |
| Events | BetPlaced |
Expected balance changes
Each instruction changes only the balances shown above: a prediction moves the user’s stake into the market vault, a claim moves a proportional payout out of the vault to the winner, and a resolution moves only the protocol fee to the treasury. There are no other outbound transfers.Simulation results
Solana wallets and risk engines simulate transactions before signing. Providing
your own simulation output strengthens the review.
Program on explorer
View the program and its recent transactions on Solana Explorer (devnet).
Wallet simulation
Wallets and risk engines simulate each transaction before signing, showing the exact balance changes.