Identity Has No
Settlement Layer.
We detect identity threats. We respond to them in real time. But we have no way to settle the outcome: to produce a durable, transferable, physics-bound record that a verified human was present. This paper introduces that record.
By J. W. Bouckaert
01The Missing Layer
Modern identity infrastructure operates in two layers. The first is detection: ingesting carrier signals, analyzing behavioral patterns, and flagging anomalies. The second is response: freezing sessions, revoking credentials, and alerting operators. Both layers have matured rapidly. Neither produces a durable artifact.
When a bank verifies your identity today, the outcome is a log entry. When a hospital confirms a clinician's credentials, the result is a timestamp in a database. When an enterprise authenticates an employee through three factors and a biometric, the proof of that event lives in an audit trail that is mutable, non-portable, and invisible to every other system the employee touches.
Financial markets solved this problem decades ago. Every trade passes through a settlement layer that converts an agreement between two parties into an irrevocable, auditable record of ownership transfer. Identity has no equivalent. Verification events happen constantly, produce enormous operational value, and then vanish into proprietary logs.
"Detection without response is just logging. Response without settlement is just forgetting."
Physics-Anchored Identity Settlement Tokens (PIST) introduce the missing third layer. A PIST is a cryptographic token minted at the moment of verified human presence, carrying an immutable provenance chain that records what was verified and the physical conditions under which the verification occurred. It is a settlement primitive for identity, not a blockchain and not a cryptocurrency.
02Why the Anchor Must Be Physical
Every token system in production today derives scarcity from one of three sources: computational work, economic stake, or institutional fiat. All three are abstractions. A proof-of-work hash proves that electricity was consumed, not that a specific person consumed it. A proof-of-stake bond proves that capital was risked, not that the staker is who they claim to be. A bank-issued stablecoin proves that reserves exist in a vault, not that the bearer was ever verified as human.
These abstractions work well for transferring monetary value. They fail completely for identity, because identity is not abstract. Identity is a claim about a physical being in a physical world. The only proof that should be considered authoritative is one that originates from the physical world itself.
PIST tokens derive scarcity from three independent physics channels, sampled simultaneously, and evaluated with strict AND logic. If any single channel fails to confirm human presence, no token is minted. The channels are:
Channel 1
Atomic Fingerprint
A ≤100ms capture of the device's ambient magnetic field (magnetometer), accelerometer motion vectors, and network-jitter variance via the browser's Generic Sensor and Resource Timing APIs. The signature is unique to the specific device at the specific moment and cannot be replayed, since the ambient readings change continuously. EMI-spectral and on-die thermal channels, covered by our NF-08 patent filing, extend this through the native SDK on our roadmap.
Channel 2
Kinematic Anchor
LEO satellite Doppler-shift variance or terrestrial carrier-signal jitter confirms the device's spatial position. This measurement exploits the physical motion of orbital infrastructure. A remote attacker would need to replicate the exact orbital geometry visible from the device's location.
Channel 3
Quorum Attestation
At least two devices in the user's enrolled constellation independently confirm the minting event through proximity verification. A single compromised device cannot mint a token, because the quorum threshold is enforced by independent hardware.
Each channel is strong on its own, but the property that matters is that they are physically distinct: compromising one channel does not, on its own, yield the other two. An attacker who clones a device's ambient-sensor signature still cannot replicate its orbital geometry; an attacker who spoofs a satellite signal still cannot forge a quorum attestation from hardware they do not possess. That independence is strong but not absolute—Channel 1 and Channel 3 can involve hardware the same person carries, so a single physical theft can place more than one channel in an attacker's hands. Minting integrity therefore rests on the parametric freeze and re-attestation path of Section 07 as much as on channel separation (see Section 09).
03Anatomy of a Token
A PIST token is a signed attestation record, not a coin, a balance, or a unit of currency. It has the following structure:
Token Structure
Provenance chain: An append-only sequence of signed events, from minting through every subsequent transfer or attestation.
Physics digest: A composite hash of the three-channel measurements captured at minting. The raw measurements are discarded; only the hash persists.
Temporal anchor: A high-precision timestamp derived from atomic clock synchronization, binding the token to a specific moment.
Identity binding: A zero-knowledge reference to the verified human, stored as a salted hash. No PII is embedded or recoverable.
Dual signature: Every chain link carries both a classical ES256 (ECDSA P-256) signature and a post-quantum ML-DSA-65 signature, each independently verifiable against a published public key.
This structure means every token carries its entire history. A token minted today and transferred four times over the next decade will contain five signed attestation events, each independently verifiable, each bound to the physics conditions of its moment. The provenance chain is the token; there is no external ledger to query for a balance. Which chain extension is canonical—the question a settlement layer exists to answer—is resolved by an authoritative chain-state registry, discussed in Section 09.
04The Minting Ceremony
Token minting is a physical event rather than an API call, and it follows a strict protocol:
- Capture. The device initiates a ≤100ms sensor window. Magnetometer, accelerometer, and network-jitter readings are sampled simultaneously and hashed into the physics digest.
- Locate. The kinematic anchor is computed from available orbital or terrestrial signals. The result is a spatial attestation, not a GPS coordinate.
- Attest. The quorum protocol broadcasts a challenge to the user's device constellation. Each responding device independently signs its attestation.
- Evaluate. The system applies strict AND logic across all three channels. If any channel returns a null, ambiguous, or anomalous result, the ceremony halts. There are no partial mints and no override mechanisms.
- Sign. Upon unanimous channel confirmation, the token is created with dual classical/post-quantum signatures and an atomic-clock timestamp. The genesis event becomes the first link in the provenance chain.
The design targets sub-200ms end to end—fast enough to feel instantaneous to an end user. To an attacker, it presents five independent verification gates, each rooted in a different physical domain, all of which must be compromised simultaneously.
No Overrides, No Exceptions
The AND logic is absolute. There is no administrator bypass, no threshold relaxation under load, and no fallback to a weaker verification mode. If the physics cannot be confirmed, the token does not exist. This is a feature. Settlement integrity requires that the minting standard never degrades.
05Provenance, Not Balance
Traditional tokens are fungible. One Bitcoin is identical to every other Bitcoin. Its history is irrelevant to its value. PIST tokens are the opposite. A token's value is inseparable from its provenance.
Consider two tokens. The first was minted during a high-assurance identity verification at a regulated financial institution, then transferred through two additional physics-attested events. The second was minted during a routine device authentication. Both are valid. Both prove human presence. But their provenance chains tell fundamentally different stories about the level of assurance they represent.
This is by design. Identity settlement carries proof rather than counting units. A relying party that receives a PIST token can inspect every link in its chain, verify every signature (both classical and post-quantum), and make a trust decision based on the full history of the attestation, not just the current holder's claim.
| Property | Proof-of-Work | Proof-of-Stake | PIST |
|---|---|---|---|
| Scarcity source | Electricity burned | Capital locked | Human presence at hardware |
| What it proves | Computation happened | Value was risked | A person was there |
| Identity binding | None | None | Hardware-attested, zero-PII |
| Quantum resilience | Signatures vulnerable (ECDSA) | Signatures vulnerable | Hybrid PQC signatures |
| Theft recovery | Impossible | Impossible | Parametric freeze + re-attestation |
| PII exposure | Varies | Varies | None (hashes only) |
06Transfer Protocol
In conventional cryptographic systems, transferring a token requires a private key signature. Whoever holds the key can authorize the transfer, regardless of who they are or where they are. This is why key theft is catastrophic: possession of the key is indistinguishable from ownership.
Under the PIST protocol, a transfer requires dual proof-of-presence. Both the sender and the recipient must independently complete a physics attestation ceremony before the transfer can execute. The protocol operates in four stages:
Sender
Initiates the transfer by completing a full three-channel attestation. The system appends a transfer-intent event to the token's provenance chain, signed with dual signatures.
Recipient
Independently completes their own three-channel attestation. Upon success, the system appends an acceptance event to the chain, finalizing the settlement.
The transfer channel itself is a BLAST tunnel: an ephemeral, forward-secret session whose key agreement runs X25519 ECDH today, with a hybrid X25519 + ML-KEM-768 exchange as the intended post-quantum upgrade. Payloads are protected with AES-256-GCM authenticated encryption. The tunnel exists only for the duration of the transfer and is cryptographically destroyed upon completion. No session keys persist. No relay server can inspect the payload.
The result is a transfer mechanism where both parties must be physically present, the channel is ephemeral and forward-secret, and the event is permanently recorded in the token's self-contained provenance chain. Stolen keys, compromised servers, and intercepted network traffic are all insufficient to execute an unauthorized transfer.
07Failure and Recovery
Any settlement system that cannot survive hardware failure, key compromise, or algorithmic obsolescence is a liability, not infrastructure. PIST addresses each failure mode with a dedicated recovery mechanism:
Identity compromise (SIM-swap, account takeover)
The ITRaaS detection layer identifies the threat signal and triggers a parametric freeze across all tokens bound to the affected identity hash. Frozen tokens cannot be transferred, attested, or used in any settlement operation until the legitimate owner completes a full re-attestation ceremony from enrolled hardware.
Hardware loss or destruction
The Entropy Succession protocol (internally designated Ship of Theseus) enables ownership migration to new hardware through a supervised baton handoff. The process requires quorum attestation from the user's remaining constellation devices. There are no seed phrases, no recovery keys, and no centralized custodian.
Cryptographic algorithm failure
Every signature in every provenance chain is dual-layer: classical ES256 (ECDSA P-256) and post-quantum ML-DSA-65, each verifiable against a published public key. If a cryptographically relevant quantum computer breaks the classical ECDSA layer, the post-quantum signature remains valid. If a flaw is discovered in ML-DSA-65, the classical signature provides continuity while the chain is re-signed with a successor algorithm.
08Applications
PIST tokens are useful wherever a verified identity event needs to survive beyond the moment it occurred. The following scenarios illustrate the breadth of the settlement primitive, not an exhaustive product roadmap.
Regulatory Compliance Settlement
A financial institution completes a KYC verification and mints a PIST. When the customer opens a second account at a partner institution, the token's provenance chain evidences that the original verification occurred under specific physical conditions—with the goal of reducing redundant checks and supporting regulatory audit requirements, subject to each institution's own reliance rules.
Cross-Platform Trust Portability
A user verified on Platform A presents their PIST token to Platform B. Platform B inspects the provenance chain, validates both signature layers, and grants access without conducting its own verification. The trust is portable because the physics are verifiable.
High-Value Transaction Authorization
A wealth management platform requires PIST attestation for transactions above a defined threshold. The settlement token provides non-repudiable proof that the account holder was physically present at enrolled hardware at the moment of authorization.
Credential Lifecycle Anchoring
Verifiable Credentials issued through the PasskeyBridge platform can embed a PIST reference at issuance. When the credential is presented months or years later, the relying party can trace it back to a specific physics-attested minting event.
09Threat Model and Limitations
A settlement primitive earns trust by being explicit about what it does not yet solve. Three limitations shape the current design, and naming them is part of the design.
Attested capture. A physics digest is a hash of sensor measurements that are then discarded. A hash proves commitment to a set of bytes; it does not, on its own, prove those bytes came from a real sensor rather than a synthesized input. Closing that gap requires a hardware root of trust—an attested capture path, such as a TEE or secure-element-signed sensor read, that binds the measurement to the device before it is hashed. Until that path is universal across enrolled hardware, what a relying party ultimately verifies is that PasskeyBridge's key signed the record. That is a centrally-attested, physics-informed verification record—a strong primitive—but its scarcity is anchored by physics inputs and enforced by signing policy, not by the laws of physics alone.
Finality and forks. A self-contained provenance chain, taken by itself, can be copied at any link and extended two different ways for two different recipients. Detecting that divergence is precisely the problem a settlement layer exists to solve, and a chain with no external reference cannot solve it alone. In PIST, finality comes from an authoritative chain-state registry maintained by PasskeyBridge: the settlement layer is a trusted operator anchored by physics inputs, not a decentralized consensus network. We state this plainly because the honest framing is also the accurate one—PIST is a centralized settlement primitive with physically-grounded minting, not a trustless ledger.
Channel independence. As noted in Section 02, the three minting channels are physically distinct but not perfectly independent: some involve hardware a single person carries, so one physical theft can compromise more than one channel at once. Minting integrity therefore leans on the parametric freeze and re-attestation path of Section 07, not on channel separation as an absolute.
10The Category We Are Defining
Identity Threat Response as a Service (ITRaaS) established that detection without response is just logging. PIST extends that thesis to its logical conclusion: response without settlement is just forgetting.
Every identity verification event that occurs today produces operational value in the moment and nothing afterward. The verification expires, the session ends, and the next relying party starts from zero. Billions of high-assurance identity events are performed annually, and their outcomes are disposable.
Settlement tokens change the economics. When a verification event produces a durable, transferable, physics-bound artifact, the value of that event persists. Trust becomes cumulative rather than ephemeral. Compliance becomes portable rather than redundant. And the identity layer of the internet acquires something it has never had: finality.
This is a new primitive rather than a marginal improvement to existing infrastructure. The detection layer tells you something happened. The response layer ensures it was handled. The settlement layer proves it occurred, under what physical conditions, and carries that proof forward through time, across platforms, and beyond the lifespan of any single cryptographic algorithm.
Read the Full Technical Specification.
Patent filings, architecture diagrams, and cryptographic protocol details are available in the PasskeyBridge whitepaper.
11References
Bouckaert, J. W. (2026a). System and method for real-time identity threat response using carrier signal orchestration, verifiable credential binding, and biometric device attestation with zero personally identifiable information storage (U.S. Patent Application No. 19/553,357). U.S. Patent and Trademark Office.
Bouckaert, J. W. (2026b). System and method for non-terrestrial network kinematic trust anchoring using LEO satellite Doppler-shift variance for hardware-attested identity verification (U.S. Patent Application No. 19/564,338). U.S. Patent and Trademark Office.
Bouckaert, J. W. (2026c). Recursive entropy chaining for zero-PII identity persistence in evolving hardware constellations (U.S. Patent Application No. 19/567,418). U.S. Patent and Trademark Office.
Bouckaert, J. W. (2026d). System and method for physics-anchored identity settlement tokens utilizing hardware-attested spatiotemporal proof-of-presence and hybrid post-quantum cryptographic provenance chains (U.S. Provisional Patent Application No. 64/006,819). U.S. Patent and Trademark Office.
National Institute of Standards and Technology. (2024a). FIPS 204: Module-lattice-based digital signature standard. U.S. Department of Commerce. https://csrc.nist.gov/pubs/fips/204/final
National Institute of Standards and Technology. (2024b). SP 800-227 (Initial Public Draft): Recommendations for key-encapsulation mechanisms. U.S. Department of Commerce. https://csrc.nist.gov/pubs/sp/800/227/ipd
National Institute of Standards and Technology. (2024c). NIST IR 8547 (Initial Public Draft): Transition to post-quantum cryptography standards. U.S. Department of Commerce, November 2024. https://nvlpubs.nist.gov/nistpubs/ir/2024/NIST.IR.8547.ipd.pdf
Nakamoto, S. (2008). Bitcoin: A peer-to-peer electronic cash system. https://bitcoin.org/bitcoin.pdf
Buterin, V. (2014). Ethereum: A next-generation smart contract and decentralized application platform. https://ethereum.org/en/whitepaper/
National Academies of Sciences, Engineering, and Medicine. (2019). Quantum computing: Progress and prospects. The National Academies Press. https://doi.org/10.17226/25196
W3C. (2024). Verifiable credentials data model v2.0. W3C Recommendation. https://www.w3.org/TR/vc-data-model-2.0/
Disclaimer: This document is provided for informational purposes only and does not constitute legal, financial, or professional advice. The patent claims referenced herein are subject to examination and may be amended during the prosecution process. Physics-Anchored Identity Settlement Tokens are not securities, currencies, or speculative instruments. PasskeyBridge™ is a trademark of PasskeyBridge LLC.
© 2026 PasskeyBridge LLC. All rights reserved. 5830 E 2nd St., Ste 7000 #33652, Casper, WY 82609.