← Back to Docs

Architecture

Cryptographic Identity

In the old paradigm, your identity on any given service is an account — a record in that platform's database, tied to an email and a password. You don't own the account. The platform does. In Inflect OS, identity is cryptographic. You are your identity. No provider can revoke your existence.

From account to identity

❌ The Account

• A record in someone else's database

• Tied to an email address and a password

• Can be suspended, deleted, or held hostage

• Not portable across services

• You prove who you are, over and over

✅ The Cryptographic Identity

• A keypair that you control

• No username, no password, no provider

• Cannot be revoked by any third party

• Portable across all surfaces and services

• Authentication is continuous and silent

How it works

Key generation

Every actor generates a cryptographic keypair — a public key and a private key. The public key is your address in the system. The private key never leaves your selfspace.

Signing

Every interaction is cryptographically signed. When you subscribe to a stream, you sign the subscription request. When you publish data, you sign the publication. The signature proves that you — and only you — authorized that action.

Verification

Anyone can verify that a piece of content came from you by checking the signature against your public key. No central authority needed. The math proves it.

Continuous authentication

When you move from one surface to another, your selfspace authenticates silently. The handshake between your selfspace and the new surface happens in milliseconds, beneath the threshold of conscious experience.

What cryptographic identity enables

Content authenticity

Every piece of content is signed by its creator. You know who created it, who modified it, and who published it. In a world of AI-generated content, this is not optional.

Subscription enforcement

Only authorized subscribers can access a stream. The subscription is a cryptographic contract. No one can bypass it.

Portability

Your identity is not tied to any surface or provider. You can move from one device to another, from one service to another, without re-proving who you are.

Privacy by design

You don't need to share your identity to interact. You present a signature that proves you are authorized — without revealing who you are.

“In the old paradigm, identity is something a platform gives you. In Inflect OS, identity is something you are. No provider can revoke your existence.”