@model RecoverySeedBackupViewModel
@{
Layout = "_LayoutSimple";
ViewData["Title"] = "Your recovery phrase";
}
@section PageHeadContent {
}
@section PageFootContent {
The words below are called your recovery phrase. Write them down on a piece of paper in the exact order.
The recovery phrase is a backup that allows you to restore your wallet in case of a server crash. If you lose it or write it down incorrectly, you may permanently lose access to your funds. Do not photograph it. Do not store it digitally.
The recovery phrase will also be stored on the server as a hot wallet.
} else {The recovery phrase allows you to access and restore your wallet. If you lose it or write it down incorrectly, you will permanently lose access to your funds. Do not photograph the recovery phrase and do not store it digitally.
The recovery phrase will permanently be erased from the server.
} @if (!string.IsNullOrEmpty(Model.Passphrase)) {Please make sure to also write down your passphrase.
}