Wallet setup
Prepare your AGARA deposit wallet before funding it or using market-maker APIs.
Each account has an AGARA deposit wallet on Base. Complete wallet setup in the web app before funding it or submitting orders.
Set up your wallet
- Sign in at
https://app.agara.xyzwith the identity you will use for the account. - Open Settings, then complete the AGARA wallet setup.
- Wait until the app reports that the wallet is ready.
- Create a personal access token with only the scopes your market-making process needs. See Authentication.
Wallet registration and setup require a current browser session. A personal access token cannot create or configure a wallet.
Browser-session endpoints
The web app uses these endpoints during setup:
| Method | Path | Purpose |
|---|---|---|
POST | /trade/v1/wallet/register | Register the signed-in account for AGARA |
POST | /trade/v1/wallet/setup | Deploy and configure the AGARA deposit wallet |
GET | /trade/v1/wallet/status | Read the current setup state |
Send the current Privy identity token as a bearer token. These endpoints do not accept personal access tokens.
Fund the ready wallet
Send only USDC at 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base to
the deposit-wallet address shown in Settings. See Collateral
before moving funds.
After funding, wait for cash_balance_micro in
GET /trade/v1/portfolio/summary to reflect the
deposit before placing orders.