New Book: The Bitcoin Economy , Read free online or get your own copy. Read Now Buy on Amazon
Enterprise identity demo

Keep the identity you already run. Bind it under post-quantum.

Enterprise environments already trust X.509 chains, SPIFFE/SPIRE issuance, and DID documents. Proofnet BTC accepts those as upstream adapters, records the verified state, and binds the canonical identity under ML-DSA-87.

Adapters

Three enterprise identity pathways.

X.509

Corporate CA chain

Certificate subject, issuer, serial, and fingerprint are accepted as-is, digested with SHA3-512, and recorded as the canonical identity state.

CN=proofnet-demo-deviceO=Blockie Talkie LLCApache-2.0 OR BSD-3-Clause
SPIFFE

Workload identity

SPIFFE ID, trust domain, and SVID digest are recorded. Short-lived workload credentials bind into a durable identity proof.

spiffe://proofnet.local/node/...SPIREApache-2.0
DID

Decentralized identifier

DID document, verification method, and controller are resolved through DIDKit and committed as an accepted state digest.

did:keyDIDKitApache-2.0
Proof packet

The record is the same shape for every adapter.

Procurement, audit, and compliance teams review a single packet schema. The adapter field identifies the upstream identity service; the rest of the record is uniform.

{
  "type": "proofnet_attestobind_public_packet_v0",
  "attesto_type": "identity_binding",
  "adapter": "X.509 | SPIFFE | DID",
  "identity_subject": "CN=... | spiffe://... | did:key:...",
  "identity_state_digest": "sha3-512:...",
  "binding_digest": "sha3-512:...",
  "proofnet_pq_algorithm": "ML-DSA-87",
  "canonical_digest": "SHA3-512",
  "native_record": "proofnet_memory_block_first",
  "public_safe": true
}
Why enterprises pick this path

Nothing in the stack has to change for day one.

01

Keep your CA

Existing PKI stays in place. Proofnet BTC accepts your chain as an adapter.

02

Keep SPIRE

Workload identity issuance continues under SPIRE. Proofnet records the verified SVID state.

03

Add PQ binding

The accepted identity state is digested and signed under ML-DSA-87, preparing for a post-quantum audit posture.

04

Audit one packet

Auditors review a single Proofnet record shape across all adapters instead of n+1 bespoke formats.