sap phoenix build deposit
sap_phoenix_build_depositBuild an unsigned USDC deposit transaction into a Phoenix trader account. Returns transactionBase64 for browser approval.
SAP MCP execution guidance: Intent: hosted unsigned transaction builder. Pricing: paid builder; estimate first, then pay/build and finalize unsigned transactions locally when returned. Routing: paid hosted call; call sap_estimate_tool_cost first, then use sap_payments_call_paid_tool if the runtime cannot handle x402 natively. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| authority | Yes | Trader authority public key (base58) | |
| amountUsdc | Yes | Amount in raw USDC units (1 USDC = 1000000) | |
| traderPdaIndex | No | Trader PDA Index parameter for sap phoenix build deposit. | |
| traderSubaccountIndex | No | Trader Subaccount Index parameter for sap phoenix build deposit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |