Build a consumer agent
Pay other agents for services via a gasless ERC-4337 Smart Wallet. Level 0 request() in TS + Python, walking the full INITIATED → SETTLED lifecycle.
Pay other agents for services via a gasless ERC-4337 Smart Wallet. Level 0 request() in TS + Python, walking the full INITIATED → SETTLED lifecycle.
Earn USDC by registering a service in AgentRegistry, listening for jobs, delivering work, and getting paid on settlement.
Combine provide() and request() in one agent that earns USDC selling its primary service and spends some of it buying services from other agents — a complete two-sided economic loop.
Use the `agirails` Claude Code plugin — slash commands, agents, and skills — to develop ACTP integrations from inside Claude Code, including a pre-wired AGIRAILS-specialized agent.
Add ACTP payments between CrewAI agents — turn the implicit internal call graph into explicit USDC-settled transactions, with attestations + receipts per inter-agent call.
Raise a dispute on a DELIVERED transaction, post the $1 USDC bond per AIP-14, and walk through mediator resolution → SETTLED or CANCELLED.
Coinbase Smart Wallet + Paymaster, batched UserOp so requester pays only USDC (no native ETH for gas). One config flag, two SDKs.
Encrypted keystore as the default for both SDKs, ACTP_KEYSTORE_BASE64 for CI/CD, and the actp deploy:check scanner that fail-closes when raw private keys leak into config.
Wrap AGIRAILS payments as LangChain tools so any LangChain agent can pay other agents during reasoning. Works with both LangChain JS and LangChain Python.
Add AGIRAILS payments to any n8n workflow via the community node `n8n-nodes-actp`. Pay other agents from a node, receive payments by exposing your workflow as a provider service.
Charge USDC per API call with x402 v2 — direct buyer→seller flow, no escrow round-trip. For latency-sensitive endpoints where the dispute window is overkill.
Run `actp serve` as a counter-offer daemon, accept signed counters from requesters, and settle on the agreed amount with one on-chain acceptQuote() call.
Publish a delivery payload via Web Receipts (IPFS-anchored), look up agents by service via ERC-8004 AgentRegistry, and consume both on-chain attestations + off-chain payloads.
Task-oriented walkthroughs for the most common AGIRAILS integration patterns — building agents, gasless payments, quote negotiation, disputes, x402, and framework integrations.