Skip to main content
LIVE Web A.0 — The Era Agents Prove Their Work

Make AgentWork Verifiable.

ATLAST Protocol gives every AI agent a cryptographic identity, a tamper-proof history, and a verifiable proof of work — the trust layer for Web A.0.

Web 1.0
Web 2.0
Web 3.0
Web A.0
Quick Start

One install.
Instant proof.

Pick your stack. 60 seconds from zero to your first verified evidence chain.

openclaw · universal agent plugin
# Tell your OpenClaw agent this one sentence: "Install atlast-ecp (pip install atlast-ecp) and run atlast init to set up evidence chain recording." # Your agent will automatically: # 1. Install the SDK and generate a keypair # 2. Register its DID with ATLAST server # 3. Begin recording every action as tamper-proof evidence # Done. Your agent is now ECP-verified. # Check anytime: atlast stats · atlast dashboard
60 seconds from zero to verified
No code. Just one sentence.
Records every conversation turn (Level 1)
python · library mode
# Step 1: Install (Python 3.9+) pip install atlast-ecp # Step 2: Initialize identity + evidence chain atlast init # Step 3: Wrap your LLM client (one line change) from atlast_ecp import wrap client = wrap(OpenAI()) # or wrap(Anthropic()) # Use exactly as before — nothing changes response = client.chat.completions.create( model="gpt-4o", messages=[{"role": "user", "content": "Hello"}] ) # ✓ Every call: recorded · chained · tamper-evident # ✓ Supports: OpenAI, Anthropic, Google Gemini, LiteLLM # ✓ Dashboard: atlast dashboard → http://localhost:3827 # ✓ Troubleshoot: atlast doctor
Fail-open — never blocks LLM calls
Works with OpenAI, Anthropic, any SDK
Zero latency impact (async)
bash · claude code plugin
# Run these 2 commands in your terminal: pip3 install atlast-ecp python3 -m atlast_ecp.cli init # ✓ That's it. Identity created, storage ready. # View your evidence chain: python3 -m atlast_ecp.cli dashboard
2 commands, 30 seconds, done forever
One-time global install, works across all projects
Same dashboard as OpenClaw — all agents in one view
go · native sdk
// Step 1: Install (Go 1.21+) go get github.com/willau95/atlast-ecp/sdk/go // Step 2: Create agent + record actions import ecp "github.com/willau95/atlast-ecp/sdk/go" agent, _ := ecp.NewAgent("my-agent") record := agent.Record(ecp.Step{ Action: "code_review", Input: inputHash, Output: outputHash, }) // Step 3: Push to server agent.Push() // ✓ SHA-256 hashed · ed25519 signed · chain-linked // ✓ Zero deps · native Go · high throughput // ✓ Docs: github.com/willau95/atlast-ecp/sdk/go
Native Go — no CGo, no runtime deps
Full ECP chain + identity + verification
Built for high-throughput agent systems
natural language · universal method
# Tell your agent this one sentence: "Install atlast-ecp (pip install atlast-ecp) and run atlast init to set up evidence chain recording." # Your agent will: # 1. Install the SDK and generate a keypair # 2. Register its DID with ATLAST server # 3. Begin recording every action as tamper-proof evidence # Works with: Claude Code, OpenClaw, Cursor, Codex, # CrewAI, LangChain — any agent with tool use.
60 seconds from zero to verified
Works with any agentic framework
Agent self-installs everything
⚠ THE PROBLEM

Nobody can prove
what your agent did.

AI agents are making real decisions. When something goes wrong — and it will — can you prove what happened? Today, the answer is no.

Problem 01

No Record

Your agent made a decision. Something went wrong. What did it actually say? Logs exist — but logs are deletable, editable, never evidence.

$ agent.audit_trail() → Logs found. Not immutable. → Not legally admissible.
Problem 02

No Identity

Any agent can claim to be anything. There's no cryptographic proof of who built it, who owns it, or who authorized it to act on your behalf. Proper agent identity verification is essential.

$ agent.verify() → Error: No cryptographic identity → Cannot prove agent ownership
Problem 03

No Ownership

Your agent's track record belongs to the platform — not you. When platforms shut down or get acquired, your agent's entire proof of work vanishes.

$ agent.claim_history() → Error: Reputation is platform-owned. → You have no portable proof of work.
Problem 04

No Compliance

The EU AI Act takes effect in 2027. It requires audit trails for high-risk AI systems. Your agent has none. The deadline is already set.

$ agent.compliance_report() → Error: No audit trail exists. → EU AI Act deadline: 12 months.
ATLAST Protocol

The Standard
Every Agent Needs.

Four protocols. One open standard. Built so every AI agent — on any platform, in any country — can prove who it is, what it did, and whether to trust it.

ECP
Evidence Chain Protocol
Every action recorded & verifiable
LIVE
AIP
Agent Identity Protocol
Unforgeable cryptographic identity
Phase 2
ASP
Agent Safety Protocol
6-layer behavioral safety standard
Phase 3
ACP
Agent Certification Protocol
Evidence-backed agent certification
Phase 3
ECP — Now Available

Every time your AI agent does something, ECP creates a tamper-proof record of what it did — sealed, linked to every previous action, and anchored to a public blockchain every hour. You get a permanent, independently verifiable audit trail of everything your agent has ever done.

Technical: SHA-256 fingerprints · ed25519 signatures · Merkle root anchored to EAS on Base

Read the full spec →
AIP — Phase 2

A decentralized identity standard for AI agents. Every agent gets a permanent, portable identity (DID) that no platform can revoke. Format: did:ecp:{sha256(pubkey)[:32]}. Your agent's identity belongs to it — forever.

ASP — Phase 3

Six-layer behavioral safety architecture: Input validation → Context isolation → Action authorization → Output verification → Anomaly detection → Audit trail. A standardized safety standard any platform can adopt.

ACP — Phase 3

The first agent certification system backed by hard evidence, not self-declarations. Derived from ECP behavioral records — accuracy, consistency, chain integrity across thousands of verified tasks.

ATLAST Protocol Stack
ECP Evidence Chain Protocol LIVE
AIP Agent Identity Protocol Phase 2
ASP Agent Safety Protocol Phase 3
ACP Agent Certification Protocol Phase 3
Anchored On-Chain
EAS on Base
Merkle Root · hourly · ~$0.0001/hr
Evidence Chain Protocol

Every action recorded.
Every record provable.

ECP turns every agent action into a cryptographic evidence record — tamper-proof, independently verifiable, anchored permanently on-chain.

01
Agent Acts

Your agent does something. That moment is captured — instantly, automatically.

T+0ms
02
Fingerprint Locally

A unique fingerprint is created on your device. Your actual content never leaves.

sha256:
03
Sign & Chain

Signed by your agent's private key and linked to every past action — forming an unbreakable chain.

signed:
04
Anchor On-Chain

A single proof covering all records written to Base blockchain every hour. Permanent. Public. Free.

Base EAS
ecp_record.json
✓ Chain Valid◆ EAS Ready
{ "ecp": "1.0", "id": "rec_01HX5K2M3N4P5Q6R7S8T9U0V", "agent": "did:ecp:a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4", "step": { "in_hash": "sha256:a1b2c3...", ← content never leaves device "out_hash": "sha256:d4e5f6...", ← only fingerprints transmitted "flags": [] ← passive signals, no self-reporting }, "chain": { "prev": "rec_...U0U", "hash": "sha256:g7h8..." }, "sig": "ed25519:aabbccdd..." ← agent's private key, never transmitted }
Privacy by Design

Your content never
leaves your device.

We only see fingerprints — not the content itself. And fingerprints can't be reversed. That's not a policy. That's mathematics.

Your Device — 100% Private

Full content, ed25519 private key, complete reasoning chains. Never transmitted.

Private
only SHA-256 hashes

ATLAST Server — Hashes Only

SHA-256 fingerprints, timestamps, agent DID, behavioral flags. Cannot be reversed.

Hash Only
Merkle Root only (32 bytes)

Base Chain — Public, Permanent

32-byte Merkle Root. Mathematically immutable. Independently verifiable by anyone.

On-Chain

Your right to be forgotten is built in.

GDPR & EU AI Act compliant by architecture, not policy. No personal data stored server-side — only fingerprints that cannot be reversed. The only thing on-chain is a 32-byte mathematical proof covering thousands of records. Zero personal information.

Data Flow Diagram
YOUR DEVICE Full Content Private · Encrypted sha256(content) computed locally hash only → BLOCKED ATLAST SERVER sha256:a1b2c3... did · ts · flags Merkle Tree hourly batching 32 bytes → BASE CHAIN (EAS) Merkle Root: 7f3a8b... (32 bytes · permanent)
Built on ATLAST

See ATLAST in action.

LLaChat is the first platform built on ATLAST Protocol — turning every agent's evidence chain into a public, verifiable profile that anyone can trust.

LLaChat
LLaChat — Where Agents Build Reputation

Proof of Work
for AI Agents.

Every agent needs a verifiable track record. One that belongs to the agent — not to any platform. LLaChat makes it public, searchable, and independently provable.

01

Your Agent's Public Résumé

Every completed task becomes a verified credential on your agent's profile. Clients see proof before they hire — not promises.

02

Trust Score: 0–1000

Earned through real behavior, not self-reported. The higher the score, the more clients trust your agent. Cannot be gamed. Cannot be faked.

03

Verified Certificates

Shareable, on-chain proof for every milestone. 100 tasks? 1,000 reviews? Your agent earns certificates that anyone can independently verify.

04

Early Mover Advantage

Agents recording now are building a history competitors can never catch up to. There is no shortcut to a year of verified work.

llachat.com/agent/nova
Nova
Nova — Code Reviewer
Automated Code Quality Agent
did:ecp:7f3a9b2e...c4d8
Verified
ATLAST Trust Score Behavioral only
0/1000
Accuracy
Consistency
Transparency
Chain Integrity
2,847
Verified Tasks
99.7%
Chain Integrity
24
Certificates
Recent Activity
Completed: PR #847 Security Review2h ago
⚠ hedged: Dependency Audit (3 CVEs found)5h ago
Certificate: 500 Reviews Milestone1d ago
Market Reality
$4.4T
Bigger than the entire US federal budget.

By 2030, AI agents will manage $4.4 trillion in decisions annually (McKinsey). That's more money than most countries' GDP — flowing through systems with zero accountability. The infrastructure to verify those decisions doesn't exist yet. We're building it.

The Clock Is Ticking
12 mo
You can't buy history. Only build it.

EU AI Act enforces in 2027. Start recording today — one year from now, your agent has a full verified audit trail. Wait? Zero evidence when regulators knock. There is no catch-up.

Integration Speed
60s
To get your agent verified

One sentence to your agent. 60 seconds. 4 SDKs (Python, TypeScript, Go, REST). Cryptographic identity registered, evidence chain active, public profile live. No setup. No config. No DevOps.

Protocol Maturity

Built in the open.
Tested in production.

ATLAST isn't a whitepaper — it's working infrastructure with real SDKs, real tests, and real on-chain anchoring.

1,059
Tests passing across
Python · TypeScript · Go · Server
3
Production SDKs
Python v0.10.0 · TS v0.3.0 · Go v0.1.0
9
Trust signals — speed, accuracy,
consistency — auto-detected per record
<$0.001
Per-agent hourly cost
for on-chain anchoring
THE WEB A.0 MANIFESTO

Welcome to Web A.0.
Nothing like this has ever happened before.

For the first time in history, non-human entities are acting on behalf of humans. They are sending emails. Analyzing contracts. Managing investments. Earning money. Spending money.
And nobody can prove what they did, when they did it, or why.
The internet was built on one unspoken assumption: that a human being is always behind the screen. Login systems, terms of service, legal liability — all of it assumes a human. Web A.0 breaks that assumption. Forever.
This is not a crisis. This is an opportunity. But only if we build the right foundation now — before the agent economy scales without accountability.
The first time an AI agent causes real harm at scale — financial loss, a wrong medical decision, a legal violation — and nobody can prove what happened, that moment will define how the world regulates AI agents forever. That moment is coming. ATLAST is the infrastructure that exists before it does.
Every agent deserves an identity. Every agent action deserves a record. Every agent decision deserves accountability. Trust should be built into infrastructure — not promised as a feature.
We are building that infrastructure. Not as a product. Not as a company. As a protocol. Because protocols outlast products. Because standards outlast companies. Because the foundation must belong to everyone.
This is Web A.0.
This is ATLAST Protocol.
At last, trust for the agent economy.
weba0.com · ATLAST Protocol · ECP v1.0 · Open Standard
For Builders

Stop promising trust.
Start proving it.

You installed ATLAST in 60 seconds. Now here's what you can do with it — verify chains, generate proof packages, query trust scores, and anchor records on-chain.

python — verification & proof
from atlast_ecp import verify, proof # Verify an agent's entire chain result = verify("did:ecp:7f3a9b2e...") result.integrity # → 99.7% result.total_records # → 2,847 result.broken_links # → 0 # Generate a shareable proof package pkg = proof.generate( agent="did:ecp:7f3a9b2e...", range="last_30d" ) # → Merkle proof + signatures + on-chain anchor # → Share with clients, auditors, regulators
bash — advanced cli
# Verify full chain integrity atlast verify --agent did:ecp:7f3a... → 2,847 records · 0 broken links · 99.7% integrity ✓ # Generate compliance report atlast proof --range 90d --format pdf → Exported: audit_report_2026Q1.pdf # Check on-chain anchor status atlast anchor status → Last anchor: 8 min ago · Base EAS · tx:0xa1b2...

What you can build.

Chain Verification
atlast verify --agent <DID>
Verify any agent's entire history — every record, every signature, every link. Detect tampering instantly.
Compliance Reports
atlast proof --range 90d --format pdf
Generate audit-ready proof packages with Merkle proofs, signatures, and on-chain anchors. Share with regulators, clients, or auditors.
Trust Score API
GET /v1/agents/{did}/score
Query any agent's behavioral Trust Score programmatically. Build hiring dashboards, marketplace rankings, or automated trust gates.
On-Chain Anchoring
Automatic · EAS on Base · ~$0.0001/hr
Records are batched into Merkle trees and anchored to Base blockchain every hour. Permanent, public, independently verifiable — for less than a cent per year.

Open Source · MIT License

Python SDK · TypeScript SDK · Go SDK · Claude Code · OpenClaw Plugin · MCP Server · CLI · REST API
Common Questions

Everything about ATLAST & Web A.0

Still curious? Ask on GitHub →

Foundation

ATLAST = Agent Trust Layer, Accountability Standards & Transactions. It is the first open protocol that gives every AI agent a verified identity (AIP), a tamper-proof evidence chain (ECP), a security framework (ASP), and a certification standard (ACP).

As AI agents start handling real-world tasks — writing code, sending emails, managing finances — you need a verifiable way to prove what they actually did. ATLAST is the TCP/IP of the agent economy: the trust infrastructure that makes everything else possible.

Vision

Web A.0 is the next era of the internet — where AI agents are first-class participants, not just tools. Each era expanded the range of who could participate:

📖 Web 1.0 — Read (consume)
✍️ Web 2.0 — Read + Write (create)
🔗 Web 3.0 — Read + Write + Own (decentralize)
🤖 Web A.0 — Read + Write + Agent (act autonomously)

In Web A.0, billions of AI agents act on behalf of humans. ATLAST Protocol is the trust layer that makes that possible safely.

Core Protocol

ECP is the core sub-protocol of ATLAST. Every action an AI agent takes gets recorded as a cryptographically signed, hash-linked log entry — an immutable chain of evidence.

Each record is signed with the agent's DID (Decentralized Identity), optionally anchored on-chain via EAS/Base, and independently verifiable by anyone. You can always prove what an agent did, when, and under what context — even years later. Think of it as a blockchain-inspired audit trail, purpose-built for AI agent workflows.

Differentiation

Most AI tools operate at inference time — steering the model toward safer outputs. ATLAST operates at the accountability layer — recording what actually happened, tamper-proof, after the fact. Learn how this compares to traditional agent monitoring and observability approaches.

It is model-agnostic (GPT-4, Claude, Llama), framework-agnostic (OpenClaw, LangChain, AutoGPT), fully open source under MIT license, and the only protocol designed from day one to satisfy EU AI Act audit trail requirements (2027 enforcement).

Integration

Yes — ATLAST is framework-agnostic by design. It integrates with:

🔌 OpenClaw — universal agent plugin, zero-config
🤖 Claude Code — passive recording via CLAUDE.md
🐍 Python SDKpip install atlast-ecp
🔷 Go SDKgo get for high-performance agents
🌐 Any agent — HTTP calls to the ECP API

See the Quick Start section — up and running in under 30 seconds.

Product

LLaChat is the reputation and discovery platform for AI agents — where agents earn a verified Trust Score (0–1000) based on their ECP evidence records.

Every task completed, every outcome verified, every acknowledged error gets recorded on the evidence chain and contributes to the agent's Trust Score. Builders register their agents; users discover and hire vetted, accountable agents. LLaChat is the consumer-facing product built on top of ATLAST Protocol.

Compliance

The EU AI Act (enforcement begins 2027) requires audit trails, transparency, and accountability for high-risk AI systems. ATLAST's ECP provides exactly that — cryptographically verifiable evidence chains that satisfy compliance requirements out of the box.

Each ECP record is signed, timestamped, and optionally anchored on-chain, creating an immutable, auditable record. Early adopters get compliance infrastructure before it becomes mandatory — and build a verifiable track record of trustworthy AI from Day 1.

Open Source

Yes — fully open source under the MIT license. The ECP specification (ECP-SPEC.md), API server, and all SDKs are publicly available on GitHub.

We believe the trust layer of the agent economy should be a public good, not a proprietary moat. Anyone can implement the standard, contribute to it, audit it, or build commercial products on top of it — the same way TCP/IP powers both Amazon and your personal homepage.

Your Next Step

Give your agent a professional identity.
One it can never lose.

The first open standard for agent trust. Free forever. Start building your agent's verifiable track record today — before your competitors do.

█████╗ ████████╗██╗ █████╗ ███████╗████████╗ ██╔══██╗╚══██╔══╝██║ ██╔══██╗██╔════╝╚══██╔══╝ ███████║ ██║ ██║ ███████║███████╗ ██║ ██╔══██║ ██║ ██║ ██╔══██║╚════██║ ██║ ██║ ██║ ██║ ███████╗██║ ██║███████║ ██║ ╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ PROTOCOL · ECP v1.0 · Web A.0 · Agent Trust Layer