Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _compress_images_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2108,3 +2108,6 @@ assets/images/guide/designing-products/personal-finance/emergency-wallet-setup-m
assets/images/guide/designing-products/personal-finance/emergency-wallet-setup-mobile@2x.jpg: emergency-wallet-setup-mobile@2x.jpg
assets/images/guide/designing-products/personal-finance/emergency-wallet-setup.jpg: emergency-wallet-setup.jpg
assets/images/guide/designing-products/personal-finance/emergency-wallet-setup@2x.jpg: emergency-wallet-setup@2x.jpg
assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail@2x.png: manual-backup-print-detail@2x.png
assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail.png: manual-backup-print-detail.png
assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail-full.png: manual-backup-print-detail-full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion guide/daily-spending-wallet/backup-and-recovery/manual-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,27 @@ Note that this wallet explicitly instructs users to number each word (e.g. 1. sa

### Print template

<div class="center" markdown="1">

{% include picture.html
image = "/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail.png"
retina = "/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail@2x.png"
modalImage = "/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail-full.png"
modalImageMobile = "/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail@2x.png"
alt-text = "Print backup template"
caption = "The print template, pre-populated with non-sensitive information"
width = 400
height = 486
layout = "float-right-desktop"
%}

This wallet also offers the user a printable template they can use to write down their recovery phrase. This can help instill a sense of trust, guidance, and organization (especially if they have multiple wallets). It may also encourage them to treat this designated paper with importance rather than quickly scribbling it down on a random scrap. Here is an example template.

[Printable Template Figma File](https://www.figma.com/file/ljHoASy3tHYy0M4qt4oTPG/Daily-spending-wallet---Printable-template?node-id=0%3A1&t=W7b46LDrd2AbgeMS-1){: .button }

Some non-sensitive data (such as the name of your wallet or the derivation path) could be included pre-filled in the template. An output script descriptor could be included as a QR code to ensure the wallet software knows how to restore the wallet properly. However, the user should always be required to write in sensitive data such as the recovery phrase by hand.

[Printable Template Figma File](https://www.figma.com/community/file/1110806582648546839){: .button }
</div>

{% include image-gallery.html pages = page.images_template %}

Expand Down