Téléchargez un pack. Vérifiez-le sans faire confiance à BOUNDA.
Chaque exemple est synthétique et public. It demonstrates the Evidence Pack format: certificate, ledger, graph, receipts, manifest, SHA-256 hashes, Merkle root and verifier.
Payments breached pack
DECLINED payment with provider object, fee and webhook preuve. Use it to test manifest, Merkle and external verify.
Télécharger Money pack →AI / MCP breached pack
Rejected agent with tool-call or token preuve after the stop-line. Synthetic, safe and public.
Télécharger Agent pack →Cloud / IAM held pack
Denied data or access flow with sufficient receipts for HELD. Demonstrates zero-delta preuve.
Télécharger Data pack →verify_bounda_pack.py
Offline verifier. Recomputes SHA-256 hashes and Merkle root without trusting the BOUNDA engine.
Télécharger verifier →RC10 sample preuve pack
Original synthetic pack retained for backwards-compatible demos and earlier RC validation.
Télécharger RC10 pack →No receipt, no clean claim
If receipts are missing, BOUNDA returns UNKNOWN instead of producing a fake HELD. Packs exemples show why.
Ouvrir l’Evidence Pack page →Lancez l’External Verify.
Le vérificateur recalcule chaque hash de fichier et la racine Merkle depuis le manifest. Modifier un seul octet doit faire échouer la vérification.
$ python verify_bounda_pack.py sample/
sha256: OK
merkle_root: OK
manifest: OK
EXTERNAL VERIFY: PASS
Ce que l’acheteur voit.
certificate.json
Boundary verdict, expected reality, observed receipts, proof limits and confidence label.
ledger.jsonl
Event-level consequence units that explain what was observed after the stop-line.
graph.json
Causal chain from décision déclarée to downstream consequence or zero-delta receipts.
receipts/
Provider, webhook, IAM, storage, AI or ledger receipts used for the verdict.
manifest.json
File hashes, Merkle root, schema and verification command.
verify_bounda_pack.py
Independent verification script for local inspection.