@model WalletSetupViewModel @addTagHelper *, BundlerMinifier.TagHelpers @{ Layout = "_LayoutWalletSetup"; ViewData.SetActivePage(StoreNavPages.OnchainSettings, "Connect your hardware wallet", Context.GetStoreData().Id); } @section Navbar { }

@ViewData["Title"]

In order to securely connect to your hardware wallet you must first download, install, and run the BTCPay Server Vault.

@if (!ViewContext.ModelState.IsValid) {
}
@section PageFootContent { }