diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html
index 48b343d5..7e02557b 100755
--- a/_templates/choose-your-wallet.html
+++ b/_templates/choose-your-wallet.html
@@ -285,6 +285,23 @@ wallets:
transparency: "checkfailtransparencynew"
environment: "checkgoodenvironmenthardware"
privacy: "checkneutralprivacyvariable"
+- hw1:
+ title: "Ledger HW.1"
+ titleshort: "HW.1"
+ compat: "hardware"
+ level: 2
+ platform:
+ hardware:
+ text: "wallethw1"
+ link: "https://www.hardwarewallet.com/"
+ source: "https://github.com/btchip/"
+ screenshot: "hw1.png"
+ check:
+ control: "checkgoodcontrolfull"
+ validation: "checkneutralvalidationvariable"
+ transparency: "checkfailtransparencynew"
+ environment: "checkgoodenvironmenthardware"
+ privacy: "checkneutralprivacyvariable"
- hive:
title: "Hive"
titleshort: "Hive"
diff --git a/_translations/en.yml b/_translations/en.yml
index 0c7d6ea1..9657633f 100644
--- a/_translations/en.yml
+++ b/_translations/en.yml
@@ -123,6 +123,7 @@ en:
walletbitgo: "BitGo is a multi-signature wallet offering a high level of security. Every transaction requires two signatures, protecting your bitcoins from malware and server attacks. Private keys are held by the user such that BitGo cannot access the bitcoins. It is a good choice for non technical users."
walletgreenaddress: "GreenAddress is a user-friendly multi-signature wallet with improved security and privacy. At no time your keys are server side, not even encrypted. For security reasons, you should always use 2FA and the browser extension or Android App."
wallettrezor: "TREZOR is a hardware wallet providing a high level of security without sacrificing convenience. Unlike cold storage, TREZOR is able to sign transactions while connected to an online device. That means spending bitcoins is secure even when using a compromised computer."
+ wallethw1: "HW.1 is a hardware wallet built upon a ST23YT66 banking smartcard platform. It keeps the user private keys safe, validates transactions, can be used as a secure prepaid card or a multisignature party. While not open-source, it can be deterministically validated."
walletdownload: "Install"
walletvisit: "Visit website"
walletsourcecode: "Source code"
diff --git a/img/screenshots/hw1.png b/img/screenshots/hw1.png
new file mode 100644
index 00000000..ddcb1771
Binary files /dev/null and b/img/screenshots/hw1.png differ
diff --git a/img/wallet/hw1.png b/img/wallet/hw1.png
new file mode 100644
index 00000000..4bba7233
Binary files /dev/null and b/img/wallet/hw1.png differ