background gif

Demos · DEMO-MINT

Available for evaluation

Minting walkthrough

How ENI6MA Foundry manufactures a cohort of per-identity binaries. Screenshots are placeholders until capture from DEMO-MINT completes.

1. Choose variant & cohort size

Select a circuit variant (standard, hardened, or hybrid) and how many identities the cohort should contain. Foundry treats this as a manufacturing job, not a user signup form.

2. Embed policy & entropy

Each binary is compiled with its own config, entropy, and policy. Identity travels with the artifact; there is no vault of transferable secrets to export afterward.

3. Emit cohort zip + manifests

The appliance produces a cohort package: binaries, manifests (hash, size, timestamps), and handles ready for registry activation.

4. Activate in Control

Upload manifests to ENI6MA Control. Activation is a registry state change; revocation later is the same kind of one-shot state change in reverse.

After mint: enforce

Minted circuits only matter once a Gate enforces them. The gate order below is the same curriculum as DEMO-HACK.

Gate order after activation

  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

ENI6MA FoundryGate walkthrough