Skip to content
Alignentalignent
00The primitive

A +1+1 is the smallest piece of infrastructure that can make an autonomous agent legible to the systems it operates in.

Three properties, bound together at the network layer. Each one enforced by infrastructure outside the agent. No amount of prompt injection, jailbreak, or compromised orchestration code can rewrite them.

What follows has three layers. Read the surface or dig in by choice.

What's in a +1+1A +1+1 is a single bound primitive containing three properties: identity, scope, and lifecycle. Each is enforced cryptographically at the network layer.+1+1A bound primitiveIdentityWho and whatScopeWhat's allowedLifecycleBegin and end
Hover a region. Click to jump to the property.
Fig. 01 · What's in a +1+1 — click a region
03Property 01

Identity

An agent is a specific instance on specific hardware, controlled by a specific party, doing specific things on someone's behalf. A +1+1's identity layer pins all of that down so the agent can prove who and what it is to anything it talks to.

04Property 02

Scope

“What the agent is allowed to do” is encoded into the +1+1 itself, not into a config file the agent reads. The network checks the scope every time the agent tries to attach. If the scope says only between 9am and 5pm Pacific, only inside the US, only spending up to a hundred dollars a day, only on commercial carriers, those rules are enforced by the radio, not by the agent.

05Property 03

Lifecycle

+1+1s are not permanent. They're issued for a purpose, used during that purpose, and terminated when the purpose ends. Some live for months. Some live for ninety seconds. The lifecycle is part of the primitive, not an afterthought. Every +1+1 knows how it ends, and every termination leaves a permanent record.

The lifecycle of a +1+1Mint, then operate with scope enforced at every network attach, with optional scope modification, then burn. The burn record is permanent.ModifyOptionalMintIdentity issuedOperateScope enforcedBurnRevoked + audit
Fig. 02 · The lifecycle of a +1+1 — hover the phases

What an audit trail looks like

auditdid:alignent:0x7a3f…b21e
immutable
  1. scrolling into view…
chain · alignent ledger0/9 entries
06The combination

How the three properties hold together.

The three properties are inseparable by design.

An identity without scope can do anything, and is not meaningfully constrained. A scope without lifecycle cannot be tightened or terminated, and is not meaningfully enforced. A lifecycle without identity cannot be attributed to a specific agent, and is not meaningfully accountable.

This is why a +1+1 is a single primitive, not three APIs stitched together. The combination is the architecture. The patent estate covers the combination.

07Layered on top

Two further properties.

Identity, scope, and lifecycle are the three properties every +1+1 carries by default. Two more layer on top.

Reputation. A +1+1accumulates behavioral history that other systems can query. Agents with clean records earn trust. Agents with concerning patterns get downgraded automatically. The reputation graph (CIP claim 13) is the foundation for an agentic identity system that doesn't have to start over for every new interaction.

Accountability. Every +1+1can be bound to a wallet that pays for connectivity (CIP claim 17), making the agent's economic identity inseparable from its operational identity. Combined with the immutable audit trail, this closes the loop between behavior and consequence.

08The spec

Where this becomes a spec.

Everything above is conceptual. The actual interfaces (SDK methods, RPC schemas, attestation flows, network adapter specs) are in active development with design partners.

If you want input into the spec, get on the list.

We write infrequently. Unsubscribe anytime.