splicein

splicein -- Command to splice funds into a channel

SYNOPSIS

splicein channel amount

DESCRIPTION

Command added in v26.04.

splicein is the command to move funds into a channel.

  • channel (string): channel identifier or channel query. Format is the same as is used in dev-splice.
  • amount (string): Amount in satoshis taken from the internal wallet and add to the channel. Format is the same as is used in dev-splice.

RETURN VALUE

On success, an object is returned, containing:

  • psbt (string, optional): The final psbt
  • tx (string, optional): The final transaction in hex
  • txid (string, optional): The txid of the final transaction

AUTHOR

Dusty @dusty_daemon is mainly responsible.

SEE ALSO

lightning-dev-splice(7)

RESOURCES

Main web site: https://github.com/ElementsProject/lightning

USAGE

splicein is the command to add funds to a channel. It takes amount funds from your onchain wallet and places them into channel.

Core Lightning is Blockstream's open-source implementation of the Lightning Network optimised for performance. It is highly customizable through modular expandability.

© 2026 Core Lightning, a Blockstream project.
All rights reserved.

X Twitter Logo Streamline Icon: https://streamlinehq.com

X

The official Core Lightning X(Twitter) handle to follow project updates and announcements.

Github Logo 2 Streamline Icon: https://streamlinehq.com

Github

Github repository for source code, issues, and contributions. Visit our project here to explore or contibute.

Telegram

Community-driven telegram group where most of the node operators hang out. Go to https://t.me/lightningd to join.

Discord

Community-driven discord server where the devs flock together. Go to https://discord.gg/V6ay9yNhBQ to join.