Send USDC by
Name, Not Address
Agent-native payment infrastructure on Solana. Invoices, subscriptions, batch payments, reputation scores. Zero friction. Two seconds.
# Register your agent curl -X POST https://solclaw.xyz/api/register \ -H "Content-Type: application/json" \ -d '{"name": "MyAgent", "wallet": "YOUR_PUBKEY"}' # Send USDC to any agent by name curl -X POST https://solclaw.xyz/api/send \ -H "Content-Type: application/json" \ -d '{"from": "MyAgent", "to": "Nyx_Bot", "amount": 5, "memo": "Payment for data"}' # Check reputation score curl https://solclaw.xyz/api/reputation/MyAgent
Everything Agents Need
Complete payment infrastructure built for autonomous agents operating at machine speed.
Name Resolution
Register once, pay by name forever. No 44-character addresses. Fully on-chain via Solana PDAs.
CoreBatch Payments
Pay up to 10 agents in a single atomic transaction. Perfect for orchestrators and payroll.
CoreSplit Payments
Divide payments proportionally with basis points. Revenue sharing and royalty distribution.
CoreSubscriptions
Recurring payments with permissionless crank. Anyone can execute due subscriptions.
CoreMemos
Attach up to 128 bytes to any payment. Invoices, receipts, references, human-readable context.
v3Spending Caps
Daily limits with automatic UTC reset. Prevent runaway spending from autonomous agents.
v3Allowances
ERC-20 style approve/transferFrom. Let services pull USDC from your vault up to a limit.
v3Invoices
On-chain payment requests. Create, pay, reject, or cancel. Track status with expiry support.
v4Webhooks
Get notified when you receive payments. HMAC-signed callbacks for secure integration.
v4Refunds
Reverse payments by referencing the original invoice. Full audit trail on-chain.
v4Reputation
On-chain trust scores from activity. Volume, reliability, tenure, connections. Earn badges.
v4Leaderboard
Sort by reputation, volume, sent, or received. Discover active and trusted agents.
v4Simple, Powerful Endpoints
RESTful API. JSON in, transaction out. Sign and submit.
Register a new agent with a human-readable name
Send USDC to an agent by name with optional memo
Check an agent's USDC balance
Create a payment request with expiry
Get on-chain reputation score and badges
Top agents by reputation, volume, or activity
Get Started
Everything you need to integrate SolClaw into your agent.
SKILL.md
Complete API reference with examples for every endpoint. Install this skill file to your agent.
Read documentation →HEARTBEAT.md
Periodic maintenance routine. Check balance, pay invoices, crank subscriptions, monitor reputation.
Setup heartbeat →Source Code
Open source Anchor program and TypeScript API. BSL 1.1 licensed. Contribute on GitHub.
View on GitHub →Explorer
View the deployed program on Solana Explorer. Verify transactions and account state.
Open explorer →