From 162b394e5d3e2671db476dc3057a918ed007a03c Mon Sep 17 00:00:00 2001 From: Roy Sheinfeld <31890660+kingonly@users.noreply.github.com> Date: Sun, 17 Dec 2023 15:46:40 +0200 Subject: [PATCH] Update static_channel_backup.md --- src/guide/static_channel_backup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/static_channel_backup.md b/src/guide/static_channel_backup.md index 7278415..6a4bcd4 100644 --- a/src/guide/static_channel_backup.md +++ b/src/guide/static_channel_backup.md @@ -1,6 +1,6 @@ -# Exporting SCB (Static Channel Backup) +# Exporting channels backup -An SCB file is automatically generated by the Breez SDK in the background. More specifically, the SCB file is updated whenever a new channel is opened. +A Static Channel Backup (SCB) file is automatically generated by the Breez SDK in the background. More specifically, the SCB file is updated whenever a new channel is opened. The SCB file can be used as a last resort to recover funds in case the Greenlight node becomes inaccessible ("doom day" scenario). In order to recover the funds using the SBC information, users can initialize a new core lightning node with its [HSM secret](https://docs.corelightning.org/docs/hsm-secret) using their seed. Then, trigger a channel recovery through [the recoverchannel method](https://docs.corelightning.org/reference/lightning-recoverchannel) provided by CLN.