diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html
index cb08fd60..e2464fd9 100755
--- a/_templates/choose-your-wallet.html
+++ b/_templates/choose-your-wallet.html
@@ -637,7 +637,31 @@ wallets:
privacyaddressreuse: "checkpassprivacyaddressrotation"
privacydisclosure: "checkfailprivacydisclosureaccount"
privacynetwork: "checkpassprivacynetworksupporttorproxy"
-
+- ninki:
+ title: "Ninki Wallet"
+ titleshort: "Ninki"
+ compat: "desktop windows mac linux"
+ level: 3
+ platform:
+ desktop:
+ text: "walletninki"
+ link: "https://chrome.google.com/webstore/detail/ninki-wallet/ojjnofoknpfkbbamkfililnkoeoiohih"
+ source: "https://github.com/Ninkip2p/NinkiWalletCRX"
+ screenshot: "ninki.png"
+ os:
+ - windows
+ - mac
+ - linux
+ check:
+ control: "checkpasscontrolmulti"
+ validation: "checkfailvalidationcentralized"
+ transparency: "checkfailtransparencynew"
+ environment: "checkpassenvironmenttwofactor"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
---
{% translate pagetitle %}
diff --git a/_translations/en.yml b/_translations/en.yml
index 60129d6c..083f9598 100644
--- a/_translations/en.yml
+++ b/_translations/en.yml
@@ -124,6 +124,7 @@ en:
walletgreenaddress: "GreenAddress is a user-friendly multi-signature wallet with improved security and privacy. At no time are your keys server side, 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."
+ walletninki: "Ninki is a multi-signature wallet with a beautiful user interface that makes sending bitcoin as easy as email. You have full control of your bitcoins at all times."
walletdownload: "Install"
walletvisit: "Visit website"
walletsourcecode: "Source code"
diff --git a/img/screenshots/ninki.png b/img/screenshots/ninki.png
new file mode 100644
index 00000000..928f6921
Binary files /dev/null and b/img/screenshots/ninki.png differ
diff --git a/img/wallet/ninki.png b/img/wallet/ninki.png
new file mode 100644
index 00000000..765a91e3
Binary files /dev/null and b/img/wallet/ninki.png differ