Sign in
← All matches
✅ Cryptographically verified · sealed pick #6991

Municipal vs Suchitepequez

Liga Nacional · Guatemala · 25 Sept 2026, 02:00 UTC

Final score
3 : 0
Result
Lost
Pick
Suchitepequez
Market
1X2
CLV vs fair close
-18.48%
Model prob.
15.1%
Best price
7.00
Min odds
6.75
Stake factor
1.00

Proof this pick was locked in before kickoff

The pick was encrypted before kickoff and published the moment it was sealed to Telegram and GitHub, each carrying an independent timestamp. The encrypted batch is also anchored in Bitcoin — a public record nobody, including us, can alter or back-date. After the match the key is released; decrypting that exact pre-published message reveals the pick, proving it was fixed in advance, not cherry-picked.

Encrypted pick (AES-256-GCM)
OFnXWDTypeStH30ziH8S0cn3RfiswxQf/VELXXgadcF9SVBT0GR5Q15D9f9cB/rKggticCGZnWG9qYnv3p7n6F3CKZ3ry7r7EHe0J9S/ZJIYCHcc860QQFH6Tx9tu7ahyG06RTvzgglotNVoxGHbu8lJhg45JqKYyVFQ1iYvKGUj98/kfbd5b6RiVq3uYQotgLran+DTfDGE6ztycyy0PkXIYSeJYzDwkJPFRtVqj2bqYr/HySfy99oN2lMJknIeJU1cywqYLpPnG/npQ5ElVXx/wg8uuq08YyNHA6QFeRbhQsnTxmKYqqwyB/DSk9KHsGjBAODpcuv96xe2FPui23coKNoT+eQ4ASuRSl5XCMp0xQNLUWauMOpJkBHV8Sf3hk2+BrYnJKuZ35zhkSnv/B/gx7lm66ODN4kO1aonpdjM9K4JVy1LhW+dkMEyY5m0dycjrn4xhVNvATQZFESljs37peNSPLKGlStU5dupjZojIaeGqurFZgWa1jIsWmVYpowZ7iBM0dmWi1oekvEQrVSz29/ywkEQCweeFVRl+ZnvYd0FDY70Bmw8Fiem167m3LBjzQhSO9cgZ5UwX7RYHrflXlELphIkYqtCwLYNt8n7XtA+e6pRbCQSNVkr3nEAMWXvQVDRVVDS2GTRgLFsehVoipFJGhsEQUCo0zYXbUlErbb0G/VpyAGWQ4+WpMQNBcbS/7L2dWrwfOEn
key fingerprint sha256: eff5dc2755af4dd534e5f94530ace2d272d838081107928993ce23eba8ce4985
Decrypt it & read the pick
Decryption key (released after the match)
4ac8a66308ec2dedda0343f497174454f0798a63d46db4362304204ec52be845
Decrypt in CyberChef →
Verify it yourself — paste both values, no install

The Encrypted pick above is base64( nonce[12 bytes] + ciphertext + tag[16 bytes] ), AES-256-GCM. Zero-install check: open your browser console (press F12 → Console), paste this, press Enter — it decrypts the exact pick shown above:

const blob = Uint8Array.from(atob("OFnXWDTypeStH30ziH8S0cn3RfiswxQf/VELXXgadcF9SVBT0GR5Q15D9f9cB/rKggticCGZnWG9qYnv3p7n6F3CKZ3ry7r7EHe0J9S/ZJIYCHcc860QQFH6Tx9tu7ahyG06RTvzgglotNVoxGHbu8lJhg45JqKYyVFQ1iYvKGUj98/kfbd5b6RiVq3uYQotgLran+DTfDGE6ztycyy0PkXIYSeJYzDwkJPFRtVqj2bqYr/HySfy99oN2lMJknIeJU1cywqYLpPnG/npQ5ElVXx/wg8uuq08YyNHA6QFeRbhQsnTxmKYqqwyB/DSk9KHsGjBAODpcuv96xe2FPui23coKNoT+eQ4ASuRSl5XCMp0xQNLUWauMOpJkBHV8Sf3hk2+BrYnJKuZ35zhkSnv/B/gx7lm66ODN4kO1aonpdjM9K4JVy1LhW+dkMEyY5m0dycjrn4xhVNvATQZFESljs37peNSPLKGlStU5dupjZojIaeGqurFZgWa1jIsWmVYpowZ7iBM0dmWi1oekvEQrVSz29/ywkEQCweeFVRl+ZnvYd0FDY70Bmw8Fiem167m3LBjzQhSO9cgZ5UwX7RYHrflXlELphIkYqtCwLYNt8n7XtA+e6pRbCQSNVkr3nEAMWXvQVDRVVDS2GTRgLFsehVoipFJGhsEQUCo0zYXbUlErbb0G/VpyAGWQ4+WpMQNBcbS/7L2dWrwfOEn"), c => c.charCodeAt(0));
const key  = Uint8Array.from("4ac8a66308ec2dedda0343f497174454f0798a63d46db4362304204ec52be845".match(/../g).map(h => parseInt(h, 16)));
crypto.subtle.importKey("raw", key, "AES-GCM", false, ["decrypt"])
  .then(k => crypto.subtle.decrypt({ name: "AES-GCM", iv: blob.slice(0, 12) }, k, blob.slice(12)))
  .then(b => console.log(new TextDecoder().decode(b).split("\n")[0]));

Prefer a GUI? The orange button opens CyberChef pre-filled. Or split the parts yourself for any AES-256-GCM tool:

  • Algorithm: AES-256-GCM
  • Key (hex): 4ac8a66308ec2dedda0343f497174454f0798a63d46db4362304204ec52be845
  • IV / nonce (hex): 3859d75834f2a5e4ad1f7d33
  • Ciphertext (hex): 887f12d1c9f745f8acc3141ffd510b5d781a75c17d495053d06479435e43f5ff5c07faca820b627021999d61bda989efde9ee7e85dc2299debcbbafb1077b427d4bf64921808771cf3ad104051fa4f1f6dbbb6a1c86d3a453bf3820968b4d568c461dbbbc949860e3926a298c95150d6262f286523f7cfe47db7796fa46256adee610a2d80bada9fe0d37c3184eb3b72732cb43e45c86127896330f09093c546d56a8f66ea62bfc7c927f2f7da0dda530992721e254d5ccb0a982e93e71bf9e9439125557c7fc20f2ebaad3c63234703a4057916e142c9d3c66298aaac3207f0d293d287b068c100e0e972ebfdeb17b614fba2db772828da13f9e438012b914a5e5708ca74c5034b5166ae30ea499011d5f127f7864dbe06b62724ab99df9ce19129effc1fe0c7b966eba38337890ed5aa27a5d8ccf4ae09572d4b856f9d90c1326399b4772723ae7e3185536f0134191444a58ecdfba5e3523cb286952b54e5dba98d9a2321a786aaeac566059ad6322c5a6558a68c19ee204cd1d9968b5a1e92f110ad54b3dbdff2c241100b079e155465f999ef61dd050d8ef4066c3c1627a6d7aee6dcb063cd08523bd7206795305fb4581eb7e55e510ba6122462ab42c0b60db7c9fb5ed03e7baa516c241235592bde71003165ef4150d15550d2d864d180b16c7a15688a91491a1b044140a8d336176d4944adb6f41bf569c80196438f
  • Auth tag (hex): 96a4c40d05c6d2ffb2f6756af07ce127

Any standard AES-256-GCM tool returns the exact same pick — the algorithm is a public standard.

The pick is the first line of the decrypted text. Records sealed from 24 September 2026 are followed by a line break and spaces up to a fixed size, so every encrypted pick has the same length and its size reveals nothing about the selection before the key is published. The commitment hash is sha256(first line + key), exactly as before.

How to verify the Bitcoin timestamp yourself

Bitcoin doesn't store the pick — it stores a 32-byte fingerprint (SHA-256) of the encrypted batch, via OpenTimestamps. That fingerprint is frozen in a public block nobody can alter or back-date. You can't spot it by eye on a block explorer (a block holds thousands of unrelated transactions) — you verify it with the .ots proof and any OpenTimestamps tool:

  1. Download the sealed batch file (.jsonl) and its proof (.ots) from GitHub.
  2. Drop both into opentimestamps.org (or run ots verify *.ots). It replays the proof and confirms the Bitcoin block and its UTC time.
  3. See it independently: block #968418 · anchoring transaction (its OP_RETURN holds the commitment). The block's Timestamp is when it became permanent.

Note: Bitcoin anchoring lands ~30–60 min after sealing, and a block's timestamp is miner-set (approximate). So the exact “before kickoff” proof is the seal time above — timestamped instantly by Telegram/GitHub — while Bitcoin is the independent, un-forgeable anchor of permanence.