Trustless World Cup prop markets
Peer-to-peer World Cup prop bets on Solana, settled the instant a Merkle-proofed stat is verified on-chain โ and paid out in the same transaction.
One transaction verifies a Merkle-proofed stat and pays the winner โ no separate payout step.
Real TxLINE World Cup scores and odds, streaming now.
Solana devnet, real signed transactions โ nothing simulated.
Four steps, one program, zero trust required.
Alice locks 25 USDT in a program-owned vault and defines a predicate over real TxLINE stat keys. She's betting YES.
Bob disagrees and matches her 25 USDT before kickoff. He's NO. The 50 USDT pot sits in a vault PDA that only the program can move.
When the outcome is provable, anyone can fetch a Merkle proof from TxLINE and submit it. GoalPost's program CPIs into TxLINE's validate_stat, hashing the proof against the daily on-chain root. If it verifies, the winner is paid in the same transaction.
The market page shows the exact proof that settled it, decoded straight from the transaction. Nobody has to trust GoalPost, the keeper, or even TxLINE's web API โ the chain is re-verifiable by anyone.
GoalPost never decides a market itself. Every settlement CPIs into TxLINE's validate_stat instruction, which hashes the submitted proof against a daily Merkle root TxODDS publishes on-chain. If a single byte of the proof is fake, the transaction reverts. There's no multisig, no admin key, and no oracle committee to trust โ the math either checks out or it doesn't.
View the TxLINE txoracle program on Solana Explorer โ