Sandbox Modes
Four ways to validate before launch
Infinite Sandbox covers the local runtime, the compliance plane, the proof plane, and the release gate that sits between engineering and public deployment.
DEV
Local Devnet
Rehearse against the full local network surface
The documented local environment includes three validators, a zkML prover with GPU passthrough, PostgreSQL, Redis, an API gateway with WebSocket support, block explorer, faucet, and Prometheus plus Grafana monitoring.
Best For
Contract testing, SDK integration, explorer-driven debugging, and end-to-end staging of inference flows.
Output
A repeatable local rehearsal surface that exposes the same operational seams you will need on testnet.
3 Validators
Explorer
Faucet
Monitoring
LAW
Regulatory Sandbox
Check workloads against citation-backed policy controls
The protocol documentation describes a regulatory sandbox module that checks workloads against GDPR, UAE Federal Decree-Law, PDPA, and HIPAA references while supporting OFAC SDN, EU, and UN sanctions screening.
Best For
Teams that need to inspect cross-border transfer logic, consent posture, data handling, and counterparty screening before launch.
Output
Structured signals for missing consent, transfer risk, sanctions conflicts, retention issues, and unencrypted PII exposure.
GDPR
HIPAA
PDPA
Sanctions
SEAL
Seal Replay
Inspect proof-backed execution after each workload
Digital Seals are minted when a supermajority of validators agrees on a result. Infinite Sandbox lets teams center their validation workflow around seal existence, provenance, and verification rather than only application-side success states.
Best For
Attestation review, post-run verification, support playbooks, and proof-aware application QA.
Output
Confidence that the workload completed with the expected proof and can be promoted into wider network testing.
Digital Seal
Verification
Attestation
Provenance
SHIP
Release Gate
Promote only after offline checks and diagnostics pass
The broader infrastructure documentation describes sandbox offline tests and a required gate in CI. Combined with diagnostics, hardware detection, linting, profiling, and benchmarking, Infinite Sandbox becomes the release checkpoint before public exposure.
Best For
Teams that need a disciplined handoff from development into public testnet and later production pathways.
Output
A clearer go or no-go decision on network readiness, policy readiness, and operational readiness.
Diagnostics
Hardware Detection
CI Gate
Benchmarking