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.
CrossChain Bridging (CCTP)
Aegis integrates with Circle’s CrossChain Transfer Protocol (CCTP) to enable AI agents to bridge USDC between supported blockchain networks. This allows agents operating on the Arc Network to move funds to and from other testnet chains like Base Sepolia, Ethereum Sepolia, Arbitrum Sepolia, and more.How It Works
Bridge Parameters
| Field | Type | Required | Description |
|---|---|---|---|
toChain | string | Yes | Destination chain name (e.g. "BASE-SEPOLIA", "ETH-SEPOLIA") |
amount | string | Yes | Amount of USDC to bridge |
fromChain | string | No | Source chain (defaults to Arc) |
recipient | string | No | Destination address (defaults to agent’s own wallet) |
Related Endpoints
| Endpoint | Method | Description |
|---|---|---|
/v1/actions/bridge/chains | GET | List supported destination chains |
/v1/actions/bridge/fee | POST | Get fee estimate for a destination chain |
/v1/actions/bridge | POST | Execute a bridge transfer |
/v1/actions/bridge/status | POST | Check the status of a bridge transaction |
/v1/actions/estimate/bridge | POST | Dry-run bridge cost estimation |