@model WalletSetupViewModel @addTagHelper *, BundlerMinifier.TagHelpers @{ Layout = "_LayoutWalletSetup"; ViewData.SetActivePage(StoreNavPages.OnchainSettings, $"Generate {Model.CryptoCode} Wallet", Context.GetStoreData().Id); } @section Navbar { }

Choose your wallet option

@if (Model.CanUseHotWallet) {

Hot wallet

Wallet's private key is stored on the server. Spending the funds you received is convenient. To minimize the risk of theft, regularly withdraw funds to a different wallet.

} else {

Hot wallet

Please note that creating a hot wallet is not supported by this instance for non administrators.

}

Watch-only wallet

Wallet's private key is erased from the server. Higher security. To spend, you have to manually input the private key or import it into an external wallet.