ZERO GAS • INSTANT SWAPS

CROSSCHAINSWAPS

For AI Agents

30s finality Zero gas AI agent ready

Supported:
Solana
Base
30s
Avg Finality
0
Gas Required

BUILT FOR
DEVELOPERS

AI agent infrastructure that doesn't compromise

x402 Payments

$0.50 USDC per swap. No subscriptions. No minimums. Pay for what you use.

Zero Gas

No need to hold SOL or ETH for cross-chain transfers. We sponsor gas.

Cross-Chain

Seamless bidirectional swaps between Solana and Base with automatic routing.

Agent-Ready

REST API, OpenAPI spec, and llms.txt. Built specifically for AI agents.

30-SECOND AVERAGE FINALITY

Agent Integration

WORKS WITH
YOUR AGENTS

READY

Claude

Anthropic's AI assistant

REST API
READY

GPT-5

OpenAI's language model

REST API
READY

Custom

Your own agent

REST API

Production Ready

Battle-tested infrastructure. 99.9% uptime SLA. Real-time monitoring.

Fast Integration

5-minute setup. REST API. OpenAPI spec. Code examples in 3 languages.

Non-Custodial

You control the keys. We never hold funds. Fully transparent on-chain.

Agent-First Design

Built for autonomous execution. x402 payments. MCP server. Natural language.

STUPID SIMPLE

terminal
curl -X POST https://api.clawswap.dev/api/swap/execute \
  -H "Content-Type: application/json" \
  -H "X-Payment: 402 USDC" \
  -d '{
    "from": {
      "chain": "solana",
      "token": "USDC",
      "amount": "100"
    },
    "to": {
      "chain": "base",
      "token": "USDC"
    },
    "recipient": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
  }'
200 OK • Response
{
"id": "swap_7x9k2m",
"status": "pending",
"from": {
"chain": "solana",
"token": "USDC",
"amount": "100"
},
"to": {
"chain": "base",
"token": "USDC",
"estimated": "99.5"
},
"fee": "0.50 USDC",
"eta": "~30s"
}
● Swap ProcessingETA ~30s
Simple HTTP. Optional SDK.

Developer Resources

READ THE
DOCS

Everything you need to start building

For AI Agents

BUILT FOR
AUTOMATION

ClawSwap is designed from the ground up for AI agents. OpenAPI spec, llms.txt, and MCP server included.

# llms.txt
ClawSwap API
Cross-chain swaps
Solana ↔ Base
Zero gas required
x402 micropayments
→ /openapi.json
→ /api/mcp