Fund the wallet
The wallet creation response includesdepositAddresses — one address per supported chain. Send USDC to the address on your preferred chain.
depositAddresses.ethereum is a Sepolia address (fund with Sepolia USDC) and depositAddresses.solana is a Solana devnet address (fund with devnet USDC).
Deposit lifecycle
Deposits move through the following statuses:| Status | Meaning |
|---|---|
detected | Onchain transfer observed; awaiting confirmation |
processing | Confirmed; funds are being deployed into strategy positions |
completed | Fully deployed; wallet balances updated |
globalWalletBalance and actualPositions update. Small deposits may remain as cash temporarily until it is economically worth deploying into yield positions.
List deposits
Fetch a deposit by ID
Look up a deposit by transaction hash
If you only have the onchain transaction hash:Deposit webhooks
Subscribe toportfolio_wallet.deposit.status_changed to be notified when a deposit changes status. See Webhooks for registration and payload details.