ldk_create_channel
Open a Lightning Network channel with a peer node by specifying the remote public key, channel capacity, and optional push amount using the LDK MCP Server.
Instructions
Open a Lightning channel with a peer node
Input Schema
Name | Required | Description | Default |
---|---|---|---|
capacitySats | Yes | Channel capacity in satoshis | |
isPublic | No | Whether to announce channel publicly | |
pushSats | No | Amount to push to remote side (optional) | |
remotePubkey | Yes | Remote node public key (hex encoded) |