PasskeyBridge

Engineering · 2026-03-16

Physics-Anchored Identity Settlement Tokens: Proof of Presence, Not Stake

By J. W. Bouckaert

Physics-Anchored Identity Settlement Tokens: Proof of Presence, Not Stake

The problem with every token system in production

Every cryptographic token deployed at scale today derives its value and integrity from one of three proof mechanisms:

  1. Proof-of-work (Bitcoin): value is anchored to computational expenditure. The more energy consumed, the more secure the network. The proof is thermodynamic, but the thermodynamics are artificial: the work being performed (iterating SHA-256 nonces) serves no purpose beyond the proof itself.
  1. Proof-of-stake (Ethereum post-Merge): value is anchored to economic collateral. Validators lock capital to earn the right to propose blocks. The proof is financial: the more capital at risk, the less incentive to defect. This replaces energy expenditure with plutocratic governance.
  1. Proof-of-authority (stablecoins, CBDCs): value is anchored to institutional backing. A central issuer guarantees redemption. The proof is legal and reputational: the token is worth what the issuer says it is worth, contingent on the issuer remaining solvent and trustworthy.

Each of these mechanisms has produced systems of extraordinary scale. Bitcoin secures over a trillion dollars in market capitalization through proof-of-work. Ethereum's proof-of-stake transition reduced energy consumption by 99.95% while maintaining network security. Stablecoins like USDC and USDT collectively facilitate hundreds of billions in daily settlement volume.

None of them prove that a human being was physically present at the hardware that initiated the transaction.

That gap is the attack surface that enables every key-theft, SIM-swap, and credential-replay attack in the identity space. A stolen private key grants the same transactional authority as a legitimately held one. A compromised passkey passes the same cryptographic challenge as the original. There is no physics in the loop. The proof is purely mathematical, and mathematics does not care who is holding the device.

The fourth primitive: Proof-of-presence

Physics-Anchored Identity Settlement Tokens (PIST) introduce a fundamentally different proof mechanism. Instead of proving that computational work was performed, that economic capital was staked, or that an institution authorized issuance, a PIST token proves that a human being was physically present at specific hardware in a specific electromagnetic environment at the moment of minting.

This proof is derived from three independent physics channels, evaluated with strict AND logic:

Channel 1: Atomic Fingerprint. The minting device captures a multi-modal fingerprint comprising electromagnetic interference (EMI) spectral patterns, thermal noise variance from the device's processor, accelerometer micro-vibration signatures, and network jitter entropy. This capture completes within 100 milliseconds and produces a one-way SHA-256 hash that uniquely identifies the device in its current physical environment. The fingerprint cannot be synthesized without access to the specific hardware in the specific electromagnetic context.

Channel 2: Kinematic Handshake. The system verifies the device's physical position through one of two modalities: LEO satellite Doppler-shift variance (when non-terrestrial network connectivity is available) or terrestrial carrier-signal jitter patterns (via the device's cellular radio). When both modalities are available simultaneously, the system operates in hybrid mode, producing a combined kinematic coefficient with elevated trust weight. This channel proves that the device exists in physical space, beyond the reach of a virtual machine, emulator, or replay environment.

Channel 3: Quorum Attestation. A minimum of two proximity-verified devices must independently confirm the minting event. Proximity is established through a cascade of ranging protocols: Ultra-Wideband (UWB) at centimeter precision, Bluetooth Low Energy (BLE) as fallback, and LEO Doppler-correlation as tertiary fallback. The quorum requirement eliminates single-device replay attacks: a stolen device alone cannot pass the attestation without a co-located senior quorum member.

All three channels must pass. There is no degraded mode, no weighted threshold, no probabilistic scoring. A single channel failure rejects the minting request entirely. This is binary security.

Physics rather than mathematics

The distinction between physics-based and mathematics-based proof has direct security implications that cascade through the entire token lifecycle.

A mathematical proof (a digital signature, a hash preimage, a zero-knowledge proof) can be computed by any entity that possesses the correct inputs. If an attacker obtains a private key, they can produce signatures indistinguishable from the legitimate key holder's. The mathematics does not encode the identity of the signer. It encodes the possession of a secret.

A physics-based proof encodes something that cannot be transferred: the physical state of specific hardware in a specific environment at a specific moment. The thermodynamic noise pattern of a processor is a function of its manufacturing tolerances, ambient temperature, power supply characteristics, and electromagnetic environment. The Doppler-shift signature of a LEO satellite pass is a function of the device's geographic position, the satellite's orbital parameters, and the precise moment of observation. They are physical phenomena that must be experienced. A secret can be stolen; a physical phenomenon cannot.

This distinction has three consequences for token security:

1. Key theft does not transfer minting authority. An attacker who compromises a device's private keys cannot mint new tokens without being physically present at the device, in the correct electromagnetic environment, with a co-located quorum member. The private key is necessary but not sufficient.

2. Deepfake and synthetic media attacks are structurally defeated. AI-generated audio, video, and biometric data cannot produce the physics-layer evidence required by the three-channel AND gate. No amount of computational sophistication can synthesize the thermodynamic noise pattern of a processor that the attacker does not physically possess.

3. Replay attacks are temporally bounded. Each Atomic Fingerprint capture includes time-variant components (thermal drift, network jitter) that make historical captures non-replayable. A fingerprint captured 10 seconds ago is already stale. The physics channel enforces temporal freshness without requiring a trusted timestamp server.

The token lifecycle

A PIST token progresses through a defined lifecycle, with every transition recorded in a quantum-resistant provenance chain:

Minting

The minting process begins when a token holder initiates a mint request. The three-channel physics verification executes in parallel, with the AND gate evaluating all channel results before proceeding. Upon successful verification:

  • A unique token identifier is generated via a quantum-seeded deterministic random bit generator (QRNG-DRBG), sourced from a four-tier entropy hierarchy
  • The holder's identity binding is hashed to SHA-256 (zero PII stored)
  • A hybrid PQC signature is computed over the minting event: HMAC-SHA-256 for classical integrity, plus ML-DSA-65 (NIST FIPS 204) for quantum resistance
  • The provenance chain receives its genesis entry, signed with a quantum-seeded nonce

The resulting token exists in the zero-PII settlement ledger as a tuple: token identifier, holder hash, denomination, attestation references, and provenance chain. No personally identifiable information is stored at any point. The ledger operator cannot determine the real-world identity of any token holder from stored data alone.

Transfer

Token transfer introduces the mechanism that most fundamentally differentiates PIST from existing token systems: dual proof-of-presence.

Both the sender and the recipient must independently complete a full three-channel physics verification before the transfer executes. The protocol operates as follows:

  1. Sender and recipient establish a BLAST tunnel (X25519 ECDH with quantum-seeded HKDF-SHA-256 salt) for encrypted communication with perfect forward secrecy
  2. Sender re-attests through three-channel physics verification
  3. Recipient independently re-attests through three-channel physics verification
  4. Both attestation results are verified by the settlement engine
  5. The provenance chain receives a transfer entry signed by both parties' attestation hashes

This dual verification eliminates the attack vector that plagues every existing token system: automated theft via compromised keys. Even if an attacker compromises the sender's private key, they cannot execute a transfer without the sender being physically present at their hardware. And even if the attacker physically possesses the sender's device, the transfer still requires the recipient to independently prove their own physical presence.

Splitting and merging

PIST tokens support deterministic splitting and merging with full provenance chain inheritance:

  • Split: A parent token of denomination N can be split into K child tokens whose denominations sum to N. Each child inherits the parent's full provenance chain and receives a fresh hybrid PQC signature at the split event. The parent transitions to a terminal "redeemed" status.
  • Merge: Multiple tokens held by the same holder (verified by physics attestation) can be merged into a single token whose denomination equals the sum of the inputs. All input provenance chains are concatenated into the output token's provenance chain.

In both cases, the operation requires a fresh three-channel physics verification, ensuring that no splitting or merging occurs without the holder's physical presence.

Revocation

PIST tokens integrate with the parametric revocation cascade. When a Hard Signal is detected from the carrier signal ingestion pipeline (Pillar I), all tokens associated with the compromised identity hash atomically transition to a "frozen" status. The cascade propagates across the full identity surface: agent delegates have their scopes narrowed, A2A negotiations are invalidated, shadow identities are suspended, and BLAST tunnels are torn down.

Unfreezing requires the holder to complete a full three-channel physics re-verification, proving that the physical human is still in control of the hardware constellation. A password reset would not do here; the holder is re-attesting physics.

Hardware succession

Token ownership must persist across hardware transitions. Devices break, are lost, or are upgraded. The Entropy Succession Token (EST) mechanism enables this without centralized recovery:

  1. The holder initiates succession from their existing hardware constellation
  2. Both old and new hardware independently complete three-channel physics verification
  3. The holder hash is re-derived under the new constellation's attestation data
  4. A succession event is appended to every token's provenance chain, signed by both old and new constellations' hybrid PQC signatures

This is the Ship of Theseus for digital identity: the holder's identity persists even as every physical component is replaced, because the identity is bound to the physics of the holder's relationship with hardware rather than to the hardware itself.

The zero-PII settlement ledger

The settlement ledger stores the following for each token:

FieldContentsPII Status
Token IDQRNG-generated unique identifierNo PII
Holder hashSHA-256(identity binding)One-way hash, irreversible to identity
DenominationNumeric valueNo PII
Attestation refsHashes of physics channel outputsOne-way hashes
Provenance chainAppend-only event log with hybrid PQC signaturesCryptographic records, no PII
StatusActive, frozen, redeemedNo PII

The ledger operator, even with full database access, cannot determine who holds a token, where they are located, or what device they used. Ownership is proven by a combination of knowledge (the holder's identity binding inputs) and presence (three-channel physics verification). This is a fundamentally different trust model from blockchain systems, where ownership is proven solely by knowledge of a private key.

Quantum resistance

Every signature in the PIST lifecycle uses a hybrid construction: HMAC-SHA-256 for classical integrity, plus ML-DSA-65 (NIST FIPS 204, formerly CRYSTALS-Dilithium) for post-quantum resistance. The upgrade path to ML-DSA-87 (CNSA 2.0 Level 5) is defined and will be executed as the NIST standard matures.

The provenance chain is append-only by construction. Each entry's signature covers the hash of the previous entry, creating a hash chain that cannot be retroactively modified without invalidating all subsequent entries. This property holds even against a cryptographically relevant quantum computer (CRQC), because the ML-DSA component of the hybrid signature is lattice-based and resistant to Shor's algorithm.

Prior art and differentiation

The PIST mechanism builds on and differentiates from existing systems:

SystemProof MechanismPresence BindingPII StatusQuantum Resistance
Bitcoin (Nakamoto, 2008)Proof-of-workNonePseudonymous (address linkable)None
Ethereum PoS (Buterin et al.)Proof-of-stakeNonePseudonymousNone
USDC/USDT (stablecoins)Proof-of-authorityNoneKYC required (full PII)None
CBDCs (Digital Yuan, Euro drafts)State issuanceNoneFull identity linkageVaries
Soulbound Tokens (Weyl et al., 2022)Non-transferable bindingNone (social attestation)On-chain identityNone
PIST (PasskeyBridge, 2026)Proof-of-presenceThree-channel AND logicZero PII (hash-only)Hybrid ML-DSA-65

The fundamental innovation is the scarcity primitive. Bitcoin's scarcity derives from computational difficulty. Ethereum's derives from economic stake. Stablecoin scarcity is institutional. PIST scarcity derives from physics: a token cannot be minted without a human being physically present at hardware, and that presence cannot be faked, replayed, or delegated without physical cooperation.

The earning model

Nobody mines a PIST token. Tokens are earned through verified physical presence during platform engagement and authentication events. Each successful three-channel physics verification during an identity authentication ceremony contributes to the holder's trust credit accumulation. These credits represent verified proof-of-presence events and may carry settlement value as the network matures.

The distinction from cryptocurrency mining is categorical: mining rewards computational expenditure with no identity binding. PIST earning rewards verified human presence at specific hardware, producing an unforgeable record of trust that cannot be automated, delegated to bots, or farmed at scale.

Implications

Physics-Anchored Identity Settlement Tokens represent a new category of cryptographic primitive. They do not compete with Bitcoin for store-of-value positioning, with Ethereum for smart contract execution, or with stablecoins for payment settlement. They occupy a category that did not previously exist: identity settlement, where the unit of value is verified physical human presence.

The implications extend beyond identity security:

  • Regulatory compliance: A settlement token that proves physical presence without storing PII satisfies the conflicting demands of KYC (know your customer) and data minimization (GDPR/CCPA). The holder's presence is proven. Their identity is not stored.
  • Anti-fraud: Dual proof-of-presence for transfers eliminates the largest attack surface in digital finance: key theft leading to unauthorized transfers. A stolen key without a stolen human is inert.
  • AI resistance: As AI systems become capable of impersonating humans across digital channels, proof-of-presence becomes the last defense that cannot be synthesized. AI cannot produce thermodynamic noise from a processor it does not possess or Doppler-shift data from a satellite pass it did not observe.

The next token primitive will prove that a human being was there. Solving a puzzle, staking capital and issuing a guarantee each prove something else.

Start free · Test the API