usdc-dance-evvm-payment
Pay with USDC Krump (USDC.k) via x402 on Story Aeneid EVVM. Supports EVVM Native adapter (no EIP-3009 on token) and legacy Bridge adapter. Requires PRIVY_APP_ID and PRIVY_APP_SECRET (or private key for legacy path); credentials are user-supplied, not stored by the skill.
Why use this skill?
Learn to automate USDC Krump payments on Story Aeneid EVVM with OpenClaw. Support for Privy wallets, x402 protocol, and native adapters.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arunnadarasa/usdckrumpWhat This Skill Does
The usdc-dance-evvm-payment skill enables OpenClaw AI agents to conduct secure, autonomous payments using USDC Krump (USDC.k) on the Story Aeneid EVVM via the x402 protocol. By leveraging the EVVM Core (ID 1140) and supporting both the EVVM Native adapter and legacy bridge adapters, this skill provides a robust infrastructure for agent-to-agent financial interactions. It is designed for developers building decentralized applications, automated payment flows, and high-frequency settlement systems on Story Aeneid. Crucially, the skill adheres to a strict security model where it does not store credentials; it relies on environment-provided Privy credentials or private keys to authorize transactions, ensuring the user maintains control over their assets and signing capabilities.
Installation
To integrate this skill, first ensure you have the OpenClaw environment configured. Install the skill by running the command: clawhub install openclaw/skills/skills/arunnadarasa/usdckrump. After installation, you must configure your environment variables. Open your ~/.openclaw/openclaw.json file and add your credentials:
{
"env": {
"vars": {
"PRIVY_APP_ID": "your-app-id",
"PRIVY_APP_SECRET": "your-app-secret"
}
}
}
It is highly recommended to use Privy server wallets to manage agent keys rather than hardcoding private keys. If using the Native adapter, ensure you have first performed a deposit into the EVVM treasury by running the deposit scripts located in the official USDC Krump repository.
Use Cases
- Automated Service Payments: Facilitate seamless pay-as-you-go microtransactions for AI agents accessing third-party APIs or computational services.
- Agent-to-Agent Settlement: Enable direct, trustless payment routing between autonomous entities for collaborative task completion.
- Bridge Protocol Integration: Interact with existing legacy bridges while simultaneously adopting modern EVVM Native adapter protocols for higher throughput and lower overhead.
- Policy-Based Spending: Implement granular control over agent financial behavior using Privy-managed spending limits to prevent unauthorized or runaway expenditures.
Example Prompts
- "Pay 500 USDC.k to the service agent at address 0xabc... using the EVVM Native adapter."
- "Check the status of my recent payment with receipt ID 0x123... on the Story Aeneid network."
- "Deposit 1000 USDC.k into the EVVM treasury to prepare for upcoming agent service payments."
Tips & Limitations
Always prioritize Privy-managed wallets over raw private keys to benefit from built-in security policies and guardrails. Remember that the Native adapter relies on internal EVVM ledger balances; failure to deposit funds beforehand will result in transaction rejection. Use the checkPaymentStatus utility to verify transaction finality before confirming receipt of services. Ensure your environment variables are correctly loaded before initiating any payment commands, and refer to the GitHub repository for the most recent updates on adapter addresses.
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-usdckrump": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, external-api, code-execution
Related Skills
MacPowerTools
Safe local Mac optimization toolkit for OpenClaw agents on Apple Silicon. 1-trillion agent swarm simulation, local CoreML resource forecasting, safe cleanup & backups. 100% user-level, no internet, no persistence. Discoverable via ClawHub search.
undertow
Skill discovery engine for AI coding agents. Recommends and installs the right skill when you need it — code review, test generation, debugging, commit messages, PR preparation, security scanning, dependency audits, Docker setup, CI/CD pipelines, API documentation, refactoring, performance optimization, bundle analysis, git recovery, README generation, license compliance, migration guides, dead code removal, and secret detection. One install gives your agent access to a curated library of 20+ developer workflow skills. Use when the user asks for help with any development workflow, code quality, DevOps, security, testing, documentation, or project setup task.
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.
openclaw-troubleshooter
OpenClaw 故障诊断与一键修复工具。自动检测 Gateway 状态、配置错误、端口冲突、危险技能代码,并提供修复方案。基于真实故障经验提取。