create_banking_account
Open an on-ramp or off-ramp account
Opens a banking rail. An on-ramp issues a virtual US bank account: dollars sent to it arrive as USDC in the managed wallet. An off-ramp pays out to a bank account you have registered, and is opened automatically by /send-bank-payment, so most agents never call this for one directly.
Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rail | No | The payment rail for the account. | |
| asset | No | Crypto asset ticker, uppercase. | |
| networkId | No | On-ramp only. Defaults to Solana mainnet. | |
| auth_token | No | Laso credential. Only if the MCP connection has no Authorization header. | |
| accountType | Yes | Which rail to open. | |
| capabilities | No | On-ramp only. Bank rails to support. Defaults to ACH and wire. | |
| cryptoAddress | No | On-ramp only. Where the converted USDC should land. Defaults to the managed agent wallet. | |
| fiatDestinationId | No | Off-ramp only. The bank destination payouts go to, from `addBankingDestination`. |