Documentation Index
Fetch the complete documentation index at: https://docs.aegisintent.xyz/llms.txt
Use this file to discover all available pages before exploring further.
USDC Transfers
Aegis enables your AI agents to send USDC to any EVM-compatible address on the Arc Network. Transfers are gas abstracted. Since Arc uses USDC as the native gas token, your agent doesn’t need to hold a separate token to pay for gas fees. Every transfer is:- Policy-checked: Validated against per-transaction and cumulative spending limits
- Audited: Logged in the tamper-proof audit trail
- Idempotent: Protected against duplicate execution via the
Idempotency-Keyheader
How It Works
Estimate fees
Before executing a transfer, your agent can estimate the gas cost without spending anything:The response includes real-time gas estimates at low, medium, and high fee levels, plus a balance sufficiency check.
Transfer Parameters
| Field | Type | Required | Description |
|---|---|---|---|
destination | string | Yes | EVM address to send USDC to (0x-prefixed, 42 chars) |
amount | string | Yes | Amount of USDC to send (e.g. "10.00") |
Gas Abstraction
On the Arc Network, USDC is the native gas token. This means:- No need to hold ETH or any other token for gas
- Gas fees are deducted directly from the USDC balance
- Typical transfer gas costs are fractions of a cent