What problem does it solve?
This skill solves the problem of AI agents being financially paralyzed by unsafe, non-deterministic, and error-prone wallet interactions that can lead to double-spends, unauthorized transfers, or hallucinated transaction execution.
Core Features & Use Cases
- Security-hardened intent execution: Executes financial intents via Aegis’ REST API on Arc Testnet with idempotency, nonces, rate limiting, and immutable audit logging.
- Core financial operations: Supports USDC transfers, same-chain swaps, CCTP cross-chain bridging, x402 micropayments, and yield vault deposit/withdraw.
- Policy and cost awareness: Guides the agent to check balances first, enforce spending policies, and estimate fees/slippage before any mutation, including async bridge polling until completion.
Real-world use case: An autonomous agent receives the intent “Move 50 USDC to Ethereum Sepolia and then swap any idle USDC to EURC,” and the skill enforces nonce/idempotency, confirms with the user before mutations, estimates costs, and polls the bridge audit until success or failure.
Quick Start
Use the aegis-financial-agent skill to transfer 25.00 USDC to a specified Arc Testnet EVM destination, by asking for balances, estimating costs, confirming with the user, then performing the transfer with proper nonce and idempotency headers.