Local MOVE
Ordinary transfer is device-to-device. No transaction registry, global consensus, or hosted bearer custody is required in the MOVE path.
OBJECTS MOVE. AUTHORITY STAYS SINGULAR.
BEARER OBJECT PROTOCOL · PRE-MVP v0.6
Singular digital authority without a global transaction ledger.
A protocol for transferable, application-defined cryptographic authority. The payload can be copied. The live authority cannot legitimately fork into two conflicting irreversible outcomes.
See the MOVE state machine →Ordinary transfer is device-to-device. No transaction registry, global consensus, or hosted bearer custody is required in the MOVE path.
One live predecessor should not be able to produce two conflicting valid successor or terminal certificates.
Recovery is not hidden inside the bearer core. Each recovery profile makes its extra trust, state, privacy, and liveness costs explicit.
THE CORE DISTINCTION
Encrypted payload
freely copyable
Authority state
one live UAP instance per predecessor state
Proof material
portable and independently verifiable
ARCHITECTURE
BOP separates the local authority state machine from recovery and global security policy. Those auxiliary systems matter, but they are not transaction consensus.
TYPED OPERATIONS
The UAP exposes protocol operations, not an unrestricted sign(hash) oracle. Each operation has a different authority consequence.
Create exactly one successor authority and retire the predecessor.
Exercise a repeatable application capability without moving root authority.
Prove a permitted claim or entitlement bound to the current root state.
Create constrained subordinate capabilities tied to the root state and explicit limits.
Irreversibly convert authority into a terminal certificate for one-time rights.
CRASH-SAFE MOVE
MOVE uses a recipient-persisted pending successor. The sender is not consumed until the intended recipient has durably stored the exact pending state.
TBᵢ = { TCᵢ, RETIREᵢ }
The sender fixes the exact successor key, state commitment, policy epoch, and recipient eligibility evidence.
RECOVERY
Pure bearer authority and recoverability pull in opposite directions. BOP keeps recovery outside the core and makes the trade-offs explicit.
PREFERRED PEER-RESALE PROFILE
Ordinary MOVE stays device-to-device. Each retired predecessor can be lazily closed with one opaque record, preventing that historical state from becoming a recovery origin.
CLOSURE-RECOVERABLE
WHY CLOSURE MATTERS
RECOVERY FRESHNESS
Recovery creates a verifier-relative property: a stale verifier may still accept a branch that a current recovery view would reject.
No recovery freshness.
Cached signed recovery-finalization snapshot.
Current set or privacy-preserving lookup.
Application online issuer / registered check.
APPLICATION SPACE
EXPLICIT LIMITS
The specification names the boundaries instead of burying them in assumptions.
01No global ordering of unrelated transitions.
02No globally shared smart-contract state or execution VM.
03No native currency, protocol balance system, price mechanism, or exchange.
04No guarantee that plaintext already revealed can later be made uncopyable.
05No claim that current secure hardware provides physics-level unclonability.
06No guarantee that a verifier with stale recovery information rejects a superseded branch.
FAQ
Short answers drawn from the frozen pre-MVP specification.
No. BOP is not a cryptocurrency protocol, a global ownership database, or “a blockchain with consensus removed.” Its core property is local output exclusivity.
The authority state. Encrypted payload and metadata may be copied; the unique element is the authority state capable of producing valid protocol operations.
MOVE atomically retires the predecessor's transfer and operational authority. After COMMIT, the predecessor must not answer fresh USE, PRESENT, or DELEGATE challenges.
No. Pure Bearer has no recovery. Recoverable deployments select an explicit profile and accept the additional external state, trust, privacy, and liveness costs.
A lazy opaque closure record for each retired predecessor. It blocks stale recovery and can also provide blinded successor commitment, equivocation evidence, and a temporal anchor.
Stale verifiers can accept superseded branches; catastrophic hardware compromise can invalidate unanchored history; and recoverable terminal consumption requires terminal evidence to reach the recovery decision.
FROZEN PRE-MVP SPECIFICATION · SEPTEMBER 2026