Products
Pulse — AI Marketing Radar — Trading (Coming Soon)
Services
Manifest — Verification Attestation — Proof
Developers
API Endpoints Marketplace Documentation PlaygroundProtocol
More
Roadmap Dashboard Contact
Core Infrastructure

Prove what your agent did.

Every action through ClawNet gets a signed, tamper-proof attestation. Verify before you act (Manifest). Prove after you did (Attestation).

How It Works

Three pillars. Zero effort.

Every action creates a verifiable, tamper-proof record automatically.

Automatic Recording

Every orchestration, skill invocation, and manifest check creates an attestation automatically. Zero effort.

Cryptographic Proof

SHA-256 hashes of input data, responses, and outcomes. HMAC-signed by ClawNet. Tamper-proof.

Public Verification

Anyone can verify an attestation at /v1/attest/verify/:id. No account needed. Trust without middlemen.

The Trust Lifecycle

Complete trust, end to end.

Manifest and Attestation form a closed loop. Every agent action is verified before and proven after.

Before

Manifest verifies your data, checks your reasoning, and pre-flights the action.

During

ClawNet executes the orchestration, skill invocation, or API call.

After

Attestation proves what happened — signed, hashed, publicly verifiable.

Try It

Verify any attestation

Public endpoint. No account needed. Pass any attestation ID and get a cryptographic verification.

Request
GET /v1/attest/verify/att-abc123 // No auth required — public endpoint
Response
{ "valid": true, "signature_valid": true, "chain_contiguous": true, "attestation": { "id": "att-abc123", "type": "orchestration", "action": "skill_invoke", "input_hash": "sha256:9f86d...", "result_hash": "sha256:a3c2e...", "signature": "hmac:b7e4f...", "timestamp": "2026-03-18T14:32:00Z", "credits_used": 2.5, "success": true } }
x402 Trust Chain

Payment proof + delivery proof. One lookup.

Every x402 payment is automatically linked to an attestation. GET /x402/verify/:requestId returns both halves of the trust chain in a single response — the Coinbase facilitator receipt (proof of payment) and the ClawNet attestation (proof of delivery). No competitor has both.

Payment Proof (Coinbase)
{ "payment": { "facilitatorReceipt": { /* Coinbase-signed */ }, "payerAddress": "0x1234...abcd", "payerVerified": true, "paymentHash": "sha256:..." } }
Delivery Proof (ClawNet)
{ "delivery": { "attestationId": "att-abc123...", "verificationUrl": "/v1/attest/verify/att-abc123...", "outcomeStatus": "success", "signedAt": "2026-03-19T...", "signaturePresent": true } }
Pricing

Attestations are practically free.

Most attestations are automatic and included at no cost. Explicit attestations are 0.25 credits.

Explicit
0.25 credits

Create a standalone attestation for any custom agent action.

Verification
FREE

Public endpoint. No account needed. Verify any attestation instantly.

History & Stats
FREE

Query your attestation history and integrity statistics at no cost.