buy_lightning_liquidity
Purchase inbound Lightning liquidity to increase your node's receiving capacity and accept payments. Opens a channel to your node for a minimum of $5.
Instructions
Purchase inbound Lightning Network liquidity for a node via Amboss Magma.
This tool opens a channel TO your node, giving you receiving capacity. The liquidity purchase requires a minimum of $5.00 (500 cents).
Use this when you need to:
Increase your node's inbound liquidity
Accept Lightning payments
Open channels to your node
Parameters:
connection_uri: Your node's connection string (either just pubkey or pubkey@host:port) Examples:
024ae5a5f0b01850983009489ca89c85... (just pubkey)
024ae5a5f0b01850983009489ca89c85...@12.34.56.78:9735 (with socket)
usd_cents: Dollar amount in cents (minimum 500 = $5.00)
redirect_url: Optional URL to redirect after payment
private_channel: Optional boolean to create a private channel (default: false)
rails_cluster_only: Optional boolean to source only from Rails cluster (default: false)
Returns:
lightning_invoice: Lightning invoice to complete payment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_uri | Yes | Node connection string: either just pubkey or pubkey@host:port | |
| usd_cents | Yes | Dollar amount in cents (minimum 500 = $5.00) | |
| redirect_url | No | Optional post-payment redirect URL | |
| private_channel | No | Create private channel (default: false) | |
| rails_cluster_only | No | Source liquidity only from Rails cluster nodes (default: false) |