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_sat
The minimum allowable size of the channel balance.
Static value: 100,000 satoshis.
min_initial_lsp_balance_sat
The minimum amount of liquidity that the LSP will provide when opening a channel.
Static value: 100,000 satoshis.
max_channel_expiry_blocks
The maximum number of blocks that a channel will remain open.
Static value: 12,960 blocks (approximately 3 months).
Dynamic Fields
max_initial_lsp_balance_sat
This value is dynamic and based on the current balance of the node.
It is fetched from the
/btcbalance
API, where thespendable
field from the response defines the actual value ofmax_initial_lsp_balance_sat
.
lsp_assets
This is an array of assets supported by the LSP node.
The list of assets is returned by the
/listassets
API.
Node URIs
The
uris
field 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