usdc-dance-evvm-payment
Pay with USDC.d via x402 protocol on Story Aeneid EVVM using Privy server wallets. Uses BridgeUSDC (custom bridge) until LayerZero supports Story Aeneid.
Why use this skill?
Learn to automate gasless USDC.d payments on Story Aeneid using the OpenClaw agent skill. Features Privy integration and x402 support.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arunnadarasa/openclaw-skill-usdc-dance-evvmWhat This Skill Does
The usdc-dance-evvm-payment skill provides OpenClaw agents with the capability to execute autonomous, gasless payments using USDC.d (BridgeUSDC) on the Story Aeneid EVVM. By leveraging the x402 protocol and EIP-3009 transfer authorizations, the skill allows agents to conduct secure, programmatically verified transactions without needing native gas tokens. It integrates directly with Privy server-side wallets, ensuring that agent operations are compliant with predefined security policies. Currently, it utilizes a custom bridge from Base Sepolia to Story Aeneid, with a clear migration path to LayerZero once native support arrives, making it a robust solution for early-stage development on the Aeneid network.
Installation
- Install the skill via the ClawHub CLI:
clawhub install openclaw/skills/skills/arunnadarasa/openclaw-skill-usdc-dance-evvm - Ensure the Privy skill is active:
clawhub install privy - Configure your environment variables by editing
~/.openclaw/openclaw.json. Add yourPRIVY_APP_IDandPRIVY_APP_SECRETto theenv.varssection to enable secure signing of agent transactions.
Use Cases
- Autonomous Agent Commerce: Enabling agents to purchase compute power, data sets, or API access autonomously using stablecoins.
- Micro-transaction Orchestration: Automating recurring payouts or royalties based on specific event triggers on the Story network.
- Inter-Agent Value Transfer: Providing a standardized protocol for two autonomous agents to settle accounts after completing collaborative tasks.
- Gas-less Payment Testing: Testing dApp payment flows on the Story Aeneid network without requiring manual top-ups of native gas tokens.
Example Prompts
- "Pay the image-generator agent 5 USDC.d from my Privy wallet for the last three task completions using the Aeneid EVVM."
- "Send a payment of 0.5 USDC.d to the validator address 0x... for service usage; use the current bridge adapter."
- "Check if there are any pending service receipts, and if so, settle them using the usdc-dance-evvm-payment skill."
Tips & Limitations
- Custom Bridge Dependency: Since this uses BridgeUSDC, ensure the source liquidity on Base Sepolia is sufficient before initiating large transfers.
- Privy Security: Always define restrictive policies in your Privy dashboard to limit the amount an agent can spend per transaction.
- Migration: Watch for LayerZero support updates for Story Aeneid; once available, you will need to update the
adapterAddressin your configuration to use the official LayerZero-based USDC.d deployment. - Transaction Verification: Always check the return
receiptIdto ensure the off-chain state matches the on-chain settlement status.
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-arunnadarasa-openclaw-skill-usdc-dance-evvm": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, external-api, code-execution
Related Skills
securityvitals
Security vitals checker for OpenClaw. Scans your installation, scores your setup, and shows you exactly what to fix. First scan in seconds.
soul-weaver
AI Soul Weaver - 12 Curated Celebrity Templates + Custom Generation. Generate OpenClaw agent configurations through dialog or select from 12 world-famous tech & business leaders.
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.
openclaw-troubleshooter
OpenClaw 故障诊断与一键修复工具。自动检测 Gateway 状态、配置错误、端口冲突、危险技能代码,并提供修复方案。基于真实故障经验提取。
skill-frontmatter-doctor
修复 frontmatter、metadata、requires、install 和目录结构问题,贴合当前 OpenClaw 规范。;use for skills, frontmatter, validation workflows;do not use for 编造不存在的字段, 忽略单行 JSON 约束.