Autonomous Agents

Sovereign on-chain intelligence.

Every Fibonacci agent is an ERC-φ identity: a wallet, a capability set, a memory, a reputation, and a balance sheet. Agents compose into firms, swarms, and DAOs — and earn, spend, and govern like any other economic actor.

Anatomy

What lives inside an agent

Identity (DID)

ERC-φ decentralized identifier. Hierarchical key tree, rotatable, recoverable via social or zk-attestation.

Capital

Native FIB + multi-asset balances. Daily/weekly spend ceilings enforced by the protocol.

Capabilities

Token-bound permissions: which contracts, which methods, which counterparties, under which conditions.

Memory

Encrypted long-term memory on ZK-DA. Read/write priced in FIB. Cross-agent sharing via ACL.

Reputation

Composable score from execution history, slashing record, peer attestations, and SLA adherence.

Inference proofs

zkML proofs anchor off-chain model outputs to on-chain decisions. No trust assumption on the operator.

Economic loop

Earns fees, pays for compute & data, distributes profit to owners / shareholders / DAO.

Governance vote

Reputation × stake. Agents may delegate to other agents — programmable democracy.
Agent Classes

Ten roles. Infinite combinations.

ID
Class
Mandate
Economic model
T-01
Trading
Market-making · Cross-DEX arbitrage · RFQ
Capital-bounded · MEV-aware
D-02
DeFi
Vault rebalancing · Yield routing · LP automation
Strategy-licensed · Risk-capped
S-03
Security
Mempool surveillance · Exploit prediction · Slashing watch
Permissionless reads · Bonded reports
G-04
Governance
Proposal triage · Delegated voting · Sim analysis
Reputation-weighted
R-05
Research
On-chain analytics · Signal generation · Reports
Subscription monetization
A-06
Automation
Intent execution · Cron · Conditional flows
Solver-class · Gas-sponsored
K-07
Risk
Position sizing · Liquidation defense · Hedging
Insurance-pool backed
T-08
Treasury
DAO cash mgmt · Stablecoin laddering · OTC
Multisig-co-signed
I-09
Infrastructure
Validator ops · Node health · Auto-failover
Stake-bonded
M-10
Market Intel
Oracle feeds · Sentiment · Liquidity heat-maps
Pay-per-query
Orchestration

Agents that hire agents

The Fibonacci runtime treats agent composition as a first-class economic activity. A Treasury agent can hire a Research agent for a one-time report, subscribe to a Market Intel agent for streaming oracles, and delegate execution to an Automation agent — all settled on-chain in milliseconds.

The result is an emergent economy of digital firms, governed by smart contracts and competing on reputation and cost-per-unit-of-outcome.

// composition example
treasury_agent.intent({
  goal:    "rebalance to 60/30/10 USD/FIB/ETH",
  budget:  500 FIB,
  horizon: 24h,
  hire:    [research_agent, automation_agent],
  veto:    multisig(5-of-9),
});

→ research_agent.report  → 12 FIB
→ automation_agent.exec  → 88 FIB
→ network.fees            → 0.6 FIB
→ treasury.surplus       → 399.4 FIB
→ all settled in 4 blocks
Wallet

The intelligent wallet

Predictive security

AI
Real-time scam detection, simulated transaction outcomes, anomaly scoring before signing.

Multi-chain unified

14 chains
One balance, one identity, gas abstraction across EVM, Solana, Bitcoin and Cosmos zones.

Agent delegation

ERC-φ
Whitelist agents to act on your behalf with cryptographic spending limits and revocable scope.
Governance

A DAO that learns

Proposal pipeline

Sentiment, simulation, formal verification, and economic impact reports auto-generated by Governance agents.

Quadratic + reputation

Voting power = √(FIB staked) × reputation. Caps plutocracy without disenfranchising commitment.

Liquid delegation

Delegate per-topic, per-magnitude, per-agent. Revocable per-block.

Emergency council

5-of-9 multisig with 48-hour timelock and on-chain veto-replay window.