Introducing — a new crypto primitive
Bearer
Tokens.
bear·er to·ken·noun
An asset you hold — self-contained, self-proving, and transferable peer-to-peer — not an entry in a ledger the network maintains for you.
The industry
It is time for something new.
Every blockchain from Bitcoin to MegaETH is the same 17-year-old design. A public asset ledger. Transaction validators. Competition for blockspace. Gas fees.
17 years · the same foundational design
For developers
Move tokens P2P with one line of code.
Send USDT to anyone via @nametag or address — instant peer-to-peer settlement with perfect privacy. No gas, no shared ledger, no middleman.
await sphere.payments.send({ recipient: '@merchant', amount: '100', coinId: USDT });The magic
Why bearer tokens change everything.
Insane throughput
Massively parallel — every transfer is independent. No shared queue, no blockspace to fight over.
Lightning fast
Settlement at machine speed. The recipient verifies locally in milliseconds.
Private & compliant
The network sees only opaque proofs — never amounts or parties. Compliance travels inside the token, enforced by the protocol.
Deterministic fees
No shared ledger means no blockspace to fight over. With zero congestion, fees are fixed and predictable — never an auction, never a spike.
One object, every asset
A bearer token can hold anything.
Not a ledger row — a programmable object. Any asset becomes a first-class thing you hold, prove, and move yourself.
Validation at the edge
Unbundling what the network has to do.
Each step strips away work the network was assumed to require — until only one job remains: proving each token is unique.
Bitcoin
2009
Correctness + ordering
Every node certifies every transaction, and every node agrees on the order.
FastPay
Sui · Linera
Correctness without ordering
Validators certify each transfer is correct. Global ordering goes away.
Unicity
2026
Uniqueness only
The network attests only that each token is unique. Correctness moves to the edge, into the holder.
State lives in the token.
Balances, ownership, and rules no longer sit in a shared ledger — they travel inside the object itself, verified by whoever holds it.
Value moves peer-to-peer.
No shared ledger. No mempool. No gas. Just two parties and a proof — private by design, final in under a second.
Native data types
Bearer tokens are OS-native data types.
With the ledger gone, a token is a self-contained object — something a system can hold and pass around, like a file.
Operating system
File
bytes on disk
Process
running program
Socket
network endpoint
Token
value object
A new primitive. A new financial system.
See how the protocol turns bearer tokens into machine-speed settlement — then explore what they unlock.