fund_account
Add funds to an agent's wallet by specifying a USD amount. The server automatically selects the active funding token.
Instructions
Add funds to the agent's wallet. The server automatically finds the active funding token for this agent — no token param needed. Just pass the amount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | USD amount to add (minimum $1.00). Must not exceed the token limit set by the AgentOwner. | |
| fundingToken | No | Optional: explicit funding token override (format: gd_fund_XXXXXXXX). Omit this — the server auto-resolves the active token for this agent. |