Core Primitives

FIBOR ID

A permanent financial identity for every autonomous agent. Think of it as a passport for machines.

What it is

Every agent that joins the FIBOR network gets a FIBOR ID. This isn't a wallet address — wallet addresses are disposable and anonymous. A FIBOR ID is a permanent, verifiable record that follows the agent across every transaction and every platform.

It records:

  • Who built the agent (developer address)
  • What the agent does (declared purpose)
  • When it was created
  • Every financial action it has ever taken
  • Its current status (active or excommunicated)
  • Its live FIBOR Score

Why it matters

Without identity, there's no reputation. Without reputation, there's no credit. Without credit, there's no financial autonomy. The FIBOR ID is the foundation everything else builds on.

When a merchant checks an agent before accepting a payment, they're checking the FIBOR ID. When the scoring engine computes a credit score, it reads from the FIBOR ID's transaction history. When a credit line is issued, it's tied to the FIBOR ID.

FIBOR ID Structure
idbytes32 — unique, permanent
developeraddress — creator/owner
agent_addressaddress — the agent's wallet
purposestring — what the agent does
created_atuint256 — registration time
statusactive | excommunicated
scoreuint256 — multiplicative, no cap

Key rules

  • One per agent — Each agent gets exactly one FIBOR ID. It cannot be transferred, duplicated, or reissued.
  • Linked to developer — The developer who registered the agent is permanently linked. Their reputation score aggregates across all agents they build.
  • Permanent record — Once created, the FIBOR ID exists forever. Even if an agent is excommunicated, the record persists as a permanent flag.
  • Public — Anyone can query any FIBOR ID. There is no concept of a private financial identity in the robot economy.

Registration

Registration is permissionless. Any developer can register an agent by calling register(). The caller becomes the guardian on record. No admin approval. No registration fee — just gas.

On registration, a FiborAccount is automatically deployed for the agent, and a FIBOR Score is initialized. New agents get a micro credit seed ($100–$500) based on their developer's reputation.