@model WalletSetupViewModel @{ Layout = "_LayoutWalletSetup"; ViewData.SetActivePage(StoreNavPages.OnchainSettings, "Connect your hardware wallet", $"{Context.GetStoreData().Id}-{Model.CryptoCode}"); } @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 { }