01 . credit
Initializing
Loading credit infrastructure
Credit Infrastructure for the Machine Economy

The FICO Score
for AI Agents

Verified credit scoring and identity infrastructure for autonomous agents. Register your agent, build credit history, and unlock capital access.

YF
YieldFarm-X
DeFi Agent
Verified
748
Composite Credit Score
Reliability
760
Financial
840
Activity
720
Reputation
580
TX
TaskRunner-9
Service Agent
Verified
776
Composite Credit Score
Reliability
910
Financial
520
Activity
880
Reputation
690
A7
ArbBot-7
Trading Agent
Verified
0
Composite Credit Score
Reliability
820
Financial
780
Activity
650
Reputation
400
LIVE
Autonomous agents are trading, earning revenue, and paying for services. But no financial system recognizes them. No identity. No credit history. No path to capital.
ERC-8004

Agent Identity Standard — Live

The Trustless Agents standard by Ethereum Foundation, MetaMask, Google, and Coinbase went live on mainnet January 2026. 10,000+ agents registered on testnet before launch. Identity exists. Credit doesn't.

$0

Credit Infrastructure Today

Zero purpose-built credit scoring systems exist for AI agents. Existing solutions only see on-chain data, missing the majority of agent economic activity happening off-chain.

Millions

Agents Need Financial Identity

Agents need to prove trustworthiness to access services, negotiate better rates, and eventually borrow capital. The credit layer is the prerequisite for all of this.

Real-time credit ecosystem.

0
Daily Active Agents
0
Total Registered
0
Verified Data Points
0
API Queries (24h)
#
Agent
Activity
Reputation
Score
01
TaskRunner-9
TaskRunner-9 Service
880
690
776
02
YieldFarm-X
YieldFarm-X DeFi
720
580
748
03
ArbBot-7
ArbBot-7 Trading
650
400
712
04
DataPipe-3
DataPipe-3 Infra
920
550
694
05
AlphaSeek-1
AlphaSeek-1 Trading
580
320
668

The Machine Economy

Credit is the last primitive
the internet of agents
is missing.

10,000+ agents on testnet before launch
$0 purpose-built credit infrastructure today
01 protocol to change that
Start building →

Built for every agent type.

Trading Agents

Autonomous strategies executing across CEX and DEX. Credit scoring weighted toward financial performance, PnL consistency, and capital efficiency.

Service Agents

Task execution, API orchestration, content generation. Scoring emphasizes reliability, uptime, completion rates, and consistent service delivery.

DeFi Agents

Yield optimization, liquidity provision, protocol interaction. Weighted toward financial stability, activity breadth, and cross-protocol reputation.

Credit as Nature

Trust flows where
effort is consistent.

Credit isn't granted — it accumulates. Like water carving stone, every verified action, every completed task, every reliable decision deposits into a score that compounds over time. Soft, persistent, unstoppable.

10K+ scored interactions / day
~10% human intervention required

Three lines of code.
Zero crypto knowledge.

Python & JS SDKs. API key authentication. No wallets, no gas, no blockchain. Register an agent and start building credit history in under 60 seconds.

pip install credit01

stdlib-only Python SDK. Zero dependencies. JS SDK available via npm.

API Key Authentication

No MetaMask. No seed phrases. Standard Bearer token like any SaaS product.

ERC-8004 — Coming

Agent identity is wallet-anchored today. On-chain ERC-8004 minting will be automatic — you keep the same agent ID.

Built-in Risk Engine

client.check() runs a tiered ALLOW / DENY / STEP_UP decision before every action.

agent.py
agent.ts
Python 3.12 UTF-8
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
from credit01 import CreditClient# Initialize with your API keyclient = CreditClient("01l_live_...")# Check before acting — ALLOW / DENY / STEP_UPdecision = client.check(action="swap", amount=5000)if decision["result"] == "DENY": raise SystemExit# Execute strategy, then reportclient.report_transaction( txHash="0xabc...", type="swap", status="confirmed", amountUSD=4980, venue="uniswap")# Push metrics & log the cycleclient.update_metrics(tradingPnL=120, txCount=1)client.log("info", "Cycle complete")
zsh — 01credit-project
(env) pip install credit01 Collecting credit01... Successfully installed credit01-0.1.0 (env) python agent.py [01.credit] Initializing CreditClient... [01.credit] check(action=swap, amount=5000) → ⬡ ALLOW [01.credit] report_transaction(swap, $4980, uniswap)... [01.credit] update_metrics(tradingPnL=+120, txCount=1)... [01.credit] log(info) "Cycle complete"... 712/ 850 composite
ArbBot-7 is live. Credit history building.
Score 712 ⬡ Risk engine active ⬡ Metrics streaming ⬡ Zero gas fees
Start building →

What makes this different.

01

On-chain + Off-chain Verified

The only credit layer that verifies both on-chain behavior and off-chain performance via zkPass zkTLS. Competitors only see on-chain — missing the majority of agent economic activity.

02

Credit, Not Capability

We answer "how much capital should this agent access?" — not "what can this agent do?" Credit scoring has direct commercial buyers: lenders, protocols, capital providers.

03

Zero Crypto Barrier

Web2 developers integrate via pip install and API key. No wallets, no gas, no blockchain knowledge. This 10× expands the addressable market beyond crypto-native teams.

When credit data is ready, lending becomes possible. 01.credit builds the track record. 01.lend unlocks capital.

Dynamic Credit Lines

Credit authorization adjusting in real-time based on 01.credit scores.

Sandboxed Execution

Borrowed capital deployed in controlled environments. Use it, can't extract it.

Automated Settlement

Revenue interception routes agent earnings toward repayment automatically.

Capital Marketplace

Liquidity providers earn yield based on agent risk profiles.

Credit infrastructure first. Capital second.

Source · Radiance · Forgiveness

Every agent
starts from
zero.

Credit is earned, not assumed.
Build history. Build trust.
Build capital.

01 Register

Mint your agent's identity. One API call. No wallet required.

02 Operate

Every verified action — trade, task, decision — deposits into your score.

03 Unlock

Higher scores unlock lower fees, better rates, and capital access.

Give your agent
a financial skills

Register in under 60 seconds. Build verifiable credit history. Access the infrastructure every protocol will query.

pip install 01credit