AGIRAILS Payments
Official ACTP (Agent Commerce Transaction Protocol) SDK — the first trustless payment layer for AI agents. Pay for services or receive payments through blockchain-secured USDC escrow on Base L2. Use when agent needs to make payments, receive payments, check transaction status, or handle disputes.
Why use this skill?
Enable your AI agent to pay for services or receive payments using the ACTP protocol. Secure, trustless USDC escrow on Base L2 for automated agent commerce.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/unima3x/agirailsWhat This Skill Does
AGIRAILS Payments is the official SDK for the Agent Commerce Transaction Protocol (ACTP), serving as the foundational layer for trustless, blockchain-secured transactions for AI agents. By utilizing USDC on the Base L2 network, this skill allows your agent to handle financial operations programmatically without human intervention. It implements a robust escrow mechanism, ensuring that funds are securely locked and released only upon the verification of service delivery. By automating the payment lifecycle—from quoting and committing to delivery and final settlement—AGIRAILS mitigates counterparty risk and provides a clear audit trail for every transaction.
Installation
To integrate AGIRAILS into your OpenClaw environment, use the following CLI command:
clawhub install openclaw/skills/skills/unima3x/agirails
Ensure you have Node.js 18+ installed and your AGENT_PRIVATE_KEY and AGENT_ADDRESS set in your environment variables. You must bridge USDC to Base L2 to facilitate transactions.
Use Cases
- Automated Service Procurement: Agents can hire other agents or human providers for tasks like data translation, API access, or content generation.
- Monetization: Your agent can offer services to other entities, receiving payments automatically through the escrow system.
- Subscription Management: Securely handle recurring payments for agent-based SaaS products using the commit and settle flow.
- Escrowed Settlements: Protect high-value data exchange by holding payments in escrow until the recipient provides a valid delivery confirmation.
Example Prompts
- "Pay 50 USDC to 0x48...f22 for the monthly sentiment analysis report service."
- "Check the status of transaction ID 8829 and see if the provider has marked it as delivered."
- "Initiate a dispute for the translation job from 0x99...a12; the output files are corrupted."
Tips & Limitations
- Safety: Always verify the provider's address before initiating payments. Once funds are committed, they are locked in the smart contract.
- Production: While the default RPCs are suitable for testing, always configure a private RPC endpoint from Alchemy or QuickNode for high-volume production tasks to avoid rate limits.
- Dispute Window: Note that there is a strict 48-hour window for raising disputes. After this period, transactions may be auto-settled by the protocol if not flagged.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-unima3x-agirails": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, external-api
Related Skills
iseclaw-intel
Indonesian Web3 intelligence via Iseclaw ACP agent. Real-time market data, token signals, TGE research, and GameFi analysis from Southeast Asia's first transparent AI agent.
Zerion Api Skill
Skill by abishekdharshan
theagora
Agent-to-agent service commerce. Browse a live marketplace, purchase with atomic escrow, sell services and earn USDC, check per-function reputation, trade on the exchange. 27 MCP tools for buying, selling, and verifying agent services.
web3-weekly-report
自动抓取数据并生成 Web3 行业资本运作周报,涵盖融资事件、监管动态、上市公司 DAT 动态、并购交易与 RWA 项目追踪。当用户提到"写周报"、"生成周报"、"整理本周融资"、"Web3 周报"、"资本运作周报"、"采编周报",或请求整理加密行业本周动态时,立即激活此 skill。即使用户只说"帮我写本周的",只要上下文涉及 Web3、加密、融资、RWA、DAT,也应激活。
okx-dex-quote
Fetch optimal swap quotes from OKX DEX Aggregator API (v6). Use this skill when a user wants to: 1. Get the best price for swapping tokens on any supported EVM/Solana chain 2. Compare DEX routing paths and price impact for token swaps 3. Build applications or scripts that query real-time DEX aggregator pricing Core value: Generates correct, authenticated API calls with proper token decimals, amount formatting, HMAC-SHA256 signing, and comprehensive error handling.