background gif

Demos

Cloud host → client → server

See the DEMO-HACK stack prove a request: oneshot client, gated /api/news/poll, burn-before-validate, then twin check. The guided tour is the primary demonstration; the Pass+ ceremony is a secondary teaching UI.

Stack path

Jump into the tour at each stage of the host → client → server → burn → validate path.

  1. 1. HostStack topology & health
  2. 2. ClientOneshot envelope
  3. 3. Server/api/news/poll gate
  4. 4. BurnBurn before validate
  5. 5. ValidateAllow path success

What the gate does

Gate order

  1. 01

    Request hash

    Recompute digests; reject on mismatch

  2. 02

    Endpoint

    endpoint_id matches server constant

  3. 03

    Policy

    policy_hash from server POLICY_STRING

  4. 04

    Anchor

    Circuit handle active in registry

  5. 05

    Freshness

    tau within the call window

  6. 06

    Burn nonce

    Spend before twin validation

  7. 07

    Validate

    Twin proof check (local or registry)

  8. 08

    Serve

    Application policy, then resource

Walkthroughs