deposit
Generate a deposit invoice (bolt11) for a specified amount to fund your wallet via the MCP Money server. Supports concurrent mint trials if no specific mint URL is provided.
Instructions
Create a deposit invoice (bolt11) for the specified amount and mint. Returns the invoice immediately for payment. If no mint is specified, all mints will be tried concurrently and the first successful response will be used.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount in satoshis | |
mintUrl | No | Mint URL to deposit to (optional - all mints tried concurrently if not provided) |