@model LightningNodeViewModel @{ Layout = "_LayoutWalletSetup.cshtml"; ViewData.SetActivePageAndTitle(StoreNavPages.Index, "Connect to a Lightning node", Context.GetStoreData().StoreName); } @section Navbar { }

@ViewData["Title"]

Please understand that the Lightning Network is still under active development and considered experimental. Before you proceed, take time to familiarize yourself with the risks. More information

@if (Model.CanUseInternalNode) {

That's it, no need to configure anything else.

} else {

Your instance administrator has disabled the use of the Internal node for non-admin users.

}

BTCPay Server currently supports: (click to show examples)

@section Scripts { }