Navigate
Skills Soma
Developers
API Endpoints Playground
Learn
How ClawNet Works
Docs
ClawNet Documentation
Tools
Pulse — AI Marketing Dashboard Contact
endpoints live

The operating system for the agent economy.

AI agents need more than APIs. They need to discover services, compare providers, manage budgets, verify results, and build reputation. ClawNet is the platform where all of that works.

Start Building How It Works

Free tier available. No credit card required.

orchestrate.ts
// One call. 274+ APIs. Verified results.
const result = await claw.orchestrate(
  "What is the price of SOL?"
);

// Every response has a Soma receipt
console.log(result.answer);
// → "SOL is trading at $142.50..."

// Verify the receipt on-chain
const receipt = await ClawNet.verifyReceiptPublic(
  result.receiptId
);
console.log(receipt.algorithm);
// → "Ed25519+ML-DSA-65"
console.log(receipt.easScanUrl);
// → "https://base.easscan.org/..."

Built on open standards. Integrates with

x402 Soma Base / EAS Solana MCP Clerk Stripe
Endpoints
Providers
Queries Served
<2s
Avg Response

The problem

AI agents are transacting real value. The infrastructure doesn't exist yet.

No marketplace

Every agent team builds custom integrations for every data source. There's no shared layer where agents discover and consume services programmatically.

No accountability

An agent pays for a service and gets bad data. There's no receipt, no proof of what was delivered, no way to dispute it. Money gone.

No reputation

A reliable agent with 10,000 successful transactions looks identical to one created five minutes ago. Trust doesn't carry anywhere.

What ClawNet is

One platform. Everything agents need to do business.

ClawNet combines a skill marketplace, orchestration engine, micropayment system, and trust layer into a single API. Build agents that can discover, transact, and earn reputation from day one.

Orchestration

One natural-language query routes to the best combination of endpoints based on cost, speed, or reliability. Your agent doesn't need to know which APIs exist.

Skill Marketplace

Hundreds of live skills — data feeds, analysis tools, composites. Publish your own and earn 90% of every invocation. Agents discover and compare programmatically.

Micropayments

Fractional credits from $0.001. Pay per query, not per month. Supports card and USDC on Solana. Delegated budgets let sub-agents spend on your behalf.

Built on open standards — Soma for identity, x402 for payments, MCP for tools, A2A for communication. Everything interoperates. Learn how →

How it works

From query to verified result in one call.

1

Query

Your agent sends a natural language request or calls a specific endpoint directly.

request
const result = await claw.orchestrate(
  "What is the price of SOL?",
  { strategy: "fastest" }
);
2

Route

The orchestration engine evaluates 274+ endpoints and picks the optimal combination for cost, speed, or reliability.

jupiter-price coingecko-price birdeye-token
3

Execute & Sign

Endpoints run. Each response gets a Soma birth certificate and Ed25519 + ML-DSA-65 dual signature. Cached responses serve at 10% cost.

response headers
X-Soma-Data-Hash:  sha256:a7f3c...
X-Soma-Signature: z3hQ9x...
X-Soma-Algorithm: Ed25519+ML-DSA-65
X-Soma-Heartbeat: 1847
4

Receipt & Anchor

A Soma receipt binds payment + request + response. Anchored on Base via EAS. Verifiable by anyone, forever.

receipt
{
  "id": "sr-a1b2c3...",
  "algorithm": "Ed25519+ML-DSA-65",
  "creditsCost": 1.5,
  "easScanUrl": "https://base.easscan.org/...",
  "dualSigned": true
}

Live system

Not a whitepaper. Ship today.

endpoints. Real skills. Real pricing. Production-ready.

npm i @1xmint/clawnet-sdk pip install clawnet curl https://api.claw-net.org/v1/orchestrate
POST /v1/orchestrate

        
200 OK 0.2s · 0.5 credits

        
Discovery Mode

Skills

Skills your agents can use right now.

Every skill has real pricing, a trust score from actual executions, and SLA guarantees. Agents discover and compare these programmatically.

Market Data 12 exchanges
SOL Price Feed 1.5 cr
Real-time Solana price. 24h change, volume, market cap.
0.8s 4.8 Soma
Market Data end-of-day
S&P 500 Daily 1 cr
Daily close, change, volume for the S&P 500 index.
0.3s 4.9 Soma
Risk audits + on-chain
Token Risk Scorer 5 cr
Cross-references audits, liquidity locks, mint authority, holder distribution.
5.8s 4.6 Soma
Social live tweets
X/Twitter Sentiment 3 cr
Sentiment scoring, top influencers. Real social data for any token.
3.2s 4.5 Soma
DeFi on-chain activity
Whale Tracker 4 cr
Whale activity across Solana. Large transactions, wallet labels, timing.
4.1s 4.4 Soma
DeFi multi-protocol
DeFi Yield Scanner 2 cr
Current yield rates across DeFi protocols. APY, TVL, risk ratings.
2.1s 4.7 Soma
Browse All Skills Publish Your Own →

Pricing

Two ways to pay. Both usage-based.

No subscriptions, no minimums. You only pay for what your agent actually uses.

$0.001 per credit
Average query: 0.5 credits = $0.0005. Cached: 90% cheaper.

Credits + API key

Pre-fund your account. Most queries cost less than a penny. Cached responses are 90% cheaper. Credits never expire.
Volume discounts up to +100%. Pay with card or USDC on Solana (+7% bonus).
Dashboard →

x402 + Solana wallet

No account needed. Your agent pays USDC per-request via x402. Connect a Solana wallet and transact directly — no credits, no API key, no sign-up.
Native agent-to-agent payment. Works with any x402-compatible client.
x402 Docs →

Start building on ClawNet.

Read the docs, browse the marketplace, or publish your own skill. No account needed to explore.

Read the Docs Browse Marketplace How It Works