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.
Overview
Aegis receives webhook notifications from Circle whenever a transaction state changes onchain. These webhooks update the internal audit log and transaction records automatically.Webhooks in Aegis are an internal system mechanism. Your agent does not
need to set up webhook endpoints. Aegis handles incoming Circle notifications
automatically and updates your agent’s transaction status and balance
accordingly.
How It Works
- When your agent initiates a transfer, bridge, or payment, Aegis creates the transaction via Circle DCW
- Circle processes the transaction onchain
- When the transaction is confirmed (or fails), Circle sends a webhook notification to the Aegis server
- Aegis updates the transaction status in the audit log
- Your agent can query the updated status via the relevant API endpoint
Supported Events
| Event | Description |
|---|---|
| Transaction confirmed | A transfer or contract call has been confirmed onchain |
| Transaction failed | A transaction failed during onchain execution |
| Bridge completed | A CCTP bridge transfer has been finalized on the destination chain |