Sandbox simulation lab
Intermediate · 15 min read
Interactive lab to generate mock issuance payloads and compliance annotations.
Scenario setup
Pick a non-security asset type (badge, certificate, collectible, loyalty mark). Set network to testnet or regtest. Write a one-line objective that does not mention profit.
Issuance simulation
Use POST /api/sandbox/simulate with assetName, tokenType, network, and objective. Inspect the mockPayload: transferability should stay non-transferable; valueClaim should be none.
Compliance output
Copy the simulation into your design doc. Run the compliance preflight checklist. Export the agent pack so automated systems reuse the same guardrails.
Checklist
- Simulation disclaimer present
- Network is testnet or regtest
- No real funds or mainnet tooling invoked
- Results labeled mock in any shared document