Skip to main content
POST
Multi-Yield Deposit
Split a USDC deposit across the Aegis aUSDC Vault and Synthra V3 concentrated liquidity in a single atomic action. The aegisWeight and synthraWeight must add up to 100, and synthraWeight is capped at 80 to limit external protocol risk.

Authorizations

Authorization
string
header
required

Provide raw API session token issued by /v1/connect/complete

Headers

X-Aegis-Email
string
required

Agent email address

Idempotency-Key
string
required

Unique UUID for financial idempotency

X-Aegis-Nonce
integer
required

Current agent nonce

Body

application/json
amountUsdc
string
required
Example:

"100.00"

aegisWeight
integer
required
Required range: 0 <= x <= 100
Example:

60

synthraWeight
integer
required
Required range: 0 <= x <= 80
Example:

40

Response

200 - application/json

Multi-yield deposit executed

success
boolean
txHashes
string[]