RGB LSP Configuration
LSP Configuration
This documentation outlines the key parameters and configuration used for the LSP, which is powered by an RGB Lightning node hosted on ThunderStack Cloud.
Key Static Fields
min_channel_balance_satThe minimum allowable size of the channel balance.
Static value: 100,000 satoshis.
min_initial_lsp_balance_satThe minimum amount of liquidity that the LSP will provide when opening a channel.
Static value: 100,000 satoshis.
max_channel_expiry_blocksThe maximum number of blocks that a channel will remain open.
Static value: 12,960 blocks (approximately 3 months).
Dynamic Fields
max_initial_lsp_balance_satThis value is dynamic and based on the current balance of the node.
It is fetched from the
/btcbalanceAPI, where thespendablefield from the response defines the actual value ofmax_initial_lsp_balance_sat.
lsp_assetsThis is an array of assets supported by the LSP node.
The list of assets is returned by the
/listassetsAPI.
Node URIs
The
urisfield consists of the following format:pubKey@peerDNS:peerPort.These values represent the public key, DNS, and port of the Lightning node and are available in the node configuration options within ThunderStack Cloud.
Last updated