Public Explorer
Receipts Explorer
Inspect deterministic receipt artifacts from ATF simulator executions.
These are deterministic demo receipts generated by the public simulator. No partner data is exposed.
Real Jupiter swaps on Solana can now be finalized into canonical tamper-evident receipts issued by ATF.
Receipts are deterministic outputs of the ATF policy engine.
Invariant check explanation
- amount <= 1000. Outcome: pass.
- max_slippage_bps <= 300. Outcome: pass.
- ttl_seconds <= 300. Outcome: pass.
Full receipt JSON
{
"id": "demo-1",
"input": {
"action": "swap",
"token_in": "SOL",
"token_out": "USDC",
"amount": 10,
"max_slippage_bps": 100,
"ttl_seconds": 60
},
"created_at": "2026-02-20T10:00:00.000Z",
"result": {
"status": "allowed",
"reason": "Request satisfies demo policy limits.",
"invariant_checks": [
"amount <= 1000: pass",
"max_slippage_bps <= 300: pass",
"ttl_seconds <= 300: pass"
],
"receipt_hash": "1616e0f2347f68f8d2f189b6365456fde56a607d66fc897817946f34fb5a81b8"
}
}Anchor Status
- Status
- preview
- Details
- Not yet anchored on-chain
Anchoring not enabled yet.
See roadmap details