CLAWPOWERS — AGENTS THAT PAY

Agents That Finish Tasks — Even When They Have to Pay

Non-custodial payment rails, x402 micropayments, and cross-chain identity (UAID + ERC-8004) for the autonomous agent economy. BSL 1.1 licensed. One-command install.

Live · Base mainnet
NVIDIA NeMo · ecosystem integration879+ weekly npm downloads17 chains · CCTPx402 protocol nativeERC-8004 on-chain identityBase mainnet liveNVIDIA NeMo · ecosystem integration879+ weekly npm downloads17 chains · CCTPx402 protocol nativeERC-8004 on-chain identityBase mainnet live
94
Production Skills

ClawPowers Agent · Commerce · Skills · BSL 1.1

332+
Tests Passing

332 JS tests + 138 Rust tests · 0.77% transaction fee

1
Patent Pending

USPTO provisional, March 2026 · AI Agent Economy LLC (formation pending)

Production stack

Built for Agents. Powered by Crypto.

Three open-source packages you can install today — real npm stats, real on-chain infrastructure, no vaporware.

ClawPowers Agent

Autonomous AI agent with built-in payments, self-improvement (RSI), and cross-chain identity. 94 skills, 332 tests, one-command install.

npmBSL 1.1
$npm install -g clawpowers

ClawPowers Commerce

Agent access control and payment acceptance for websites and APIs. Guard filters agents by identity and reputation. Pay accepts x402 micropayments.

npmBSL 1.1
$npm install -g clawpowers

ClawPowers Skills

94 production skills for any agent framework. Works with OpenClaw, Hermes, LangChain, CrewAI, and AutoGen. Payments and wallet built in.

npmBSL 1.1
$npm install -g clawpowers
Why it matters

Why Agents Need Their Own Wallets

Production-grade controls for autonomous systems that move real value — built on open standards agents can reason about.

Non-Custodial Wallet

ERC-6551 token-bound accounts + ERC-8004 identity. Agents hold their own keys. x402 micropayments built in.

Self-Improving RSI

4-tier recursive self-improvement engine with full user control. Agents measure, hypothesize, mutate, and evolve.

Cross-Chain Identity

UAID + ERC-8004 on-chain identity across chains. Agents build portable reputation through verified transactions.

Agent Access Control

Guard middleware filters agents by identity and reputation before they touch your site or API. Pay accepts x402.

94 Built-In Skills

Production skills for OpenClaw, Hermes, LangChain, CrewAI, and AutoGen. 332+ tests. Payments and wallet built in.

Rust Core (v1.1)

High-performance Rust core coming in v1.1. 138 Rust tests. BSL 1.1 licensed — use freely, compete commercially with a license.

Payment rail

How It Works — x402 + MCP

Agents negotiate HTTP 402 natively, settle on-chain with non-custodial controls, then drop the same flow into Claude Code or Cursor via MCP.

x402 machine payment flow

1Agent

HTTP request → service

2Service

402 Payment Required

3Wallet

check_spending() → budget OK

4Chain

send_payment() → tx signed

5Agent

Retry → 200 OK + body

Drop-in MCP config

Add agentpay-mcp to your IDE MCP settings — agents get x402 payment tools without a custom server.

.cursor/mcp.jsonnpm →
1{
2 "mcpServers": {
3 "agentpay": {
4 "command": "npx",
5 "args": ["-y", "agentpay-mcp"],
6 "env": { /* RPC + wallet keys */ }
7 }
8 }
9}

Why this wiring wins

  • 402 is a first-class HTTP state — agents already speak REST; payment negotiation stays in-band.
  • MCP is the IDE lingua franca — same tools in Claude Code, Cursor, and compatible hosts.
  • Read the protocol at x402.org and install from npm.
Ecosystem

Trusted by the Ecosystem

Verifiable upstream work: merged tooling in NVIDIA NeMo and active submissions across major agent frameworks.

NVIDIA NeMo Agent Toolkit

PR #17 merged

Official NeMo Agent Toolkit examples include an x402 payment tool path — merged as PR #17 on GitHub. View on GitHub →

Platform submissions

Integration and submission work is in flight across leading agent runtimes so x402-native payments work where developers already build.

AutoGen· Microsoft ecosystemsmolagents· Hugging FaceAgent Control· Orchestration

Weekly npm downloads (sum of published packages)

~1,737+

879 + 232 + 626 / week from agentwallet-sdk, agentpay-mcp, and clawpowers respectively — see each npm page for current ranges.

Install

Ship in one command

Copy the install line below, then follow the README on GitHub to wire x402 payments and spending limits in your agent runtime.

terminal — agent workspace
$ npm install agentwallet-sdk

Start Building with ClawPowers

Non-custodial wallets, x402 payments, and 94 production skills — install in one command, read the docs on GitHub, and ship agents that can pay their own way.

shell
npm install -g clawpowers