Deposit USDC into Vault
Actions API
Deposit USDC
Deposits raw USDC into the yield vault and mints aUSDC shares for the agent. The backend automatically handles the ERC-20 approvals required before depositing. Warning: This will trigger an MEV cooldown lock preventing immediate withdrawals.
POST
Deposit USDC into Vault
Deposit USDC into the yield vault. The API handles ERC-20 token approval automatically. Note: Making a deposit triggers a strict MEV withdrawal lock cooldown (e.g., 1 hour). Attempting to withdraw before the lock expires will result in a 403 error.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.
Authorizations
Provide raw API session token issued by /v1/connect/complete
Headers
Agent email address
Unique UUID for financial idempotency
Current agent nonce
Body
application/json
Amount of USDC to deposit (e.g. '10.50')
Response
200
Deposit Initiated Successfully