diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html
index 8e67901c..bdc88c78 100755
--- a/_templates/choose-your-wallet.html
+++ b/_templates/choose-your-wallet.html
@@ -445,6 +445,29 @@ wallets:
privacyaddressreuse: "checkfailprivacyaddressrotation"
privacydisclosure: "checkfailprivacydisclosurespv"
privacynetwork: "checkfailprivacynetworknosupporttor"
+- greenbits:
+ title: "GreenBits"
+ titleshort: "GreenBits"
+ compat: "mobile android"
+ level: 2
+ platform:
+ mobile:
+ text: "walletgreenbits"
+ link: "https://play.google.com/store/apps/details?id=com.greenaddress.greenbits_android_wallet"
+ source: "https://github.com/greenaddress/GreenBits"
+ screenshot: "greenbits.png"
+ os:
+ - android
+ check:
+ control: "checkpasscontrolmulti"
+ validation: "checkpassvalidationspvp2p"
+ transparency: "checkpasstransparencyopensource"
+ environment: "checkpassenvironmenttwofactor"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
- mycelium:
title: "Mycelium"
titleshort: "Mycelium"
diff --git a/_translations/en.yml b/_translations/en.yml
index e64e8349..0c628b6a 100644
--- a/_translations/en.yml
+++ b/_translations/en.yml
@@ -190,6 +190,7 @@ en:
walletninki: "An advanced wallet for experienced Bitcoin users. Ninki is a multi-signature wallet with a beautiful user interface. You have full control of your bitcoins at all times."
walletbither: "Bither is a simple and secure wallet on many platforms. With special designed Cold/Hot modes, user can easily get both safety and simplicity. Bither's XRANDOM uses different entropy sources to generate true random number for users. Also with HDM, users can have HD's advantages and Multisig's security."
walletcoinapult: "Coinapult's wallet is designed with Bitcoin newcomers in mind. It allows sending bitcoins via email and SMS, and a handy tool called Locks helps protecting your balance from Bitcoin price swings. Users can Lock bitcoins to Gold, Euros, and more!"
+ walletgreenbits: "GreenBits is a fast and easy to use wallet. Enjoy improved security with a minimal/zero trust approach, optional hardware wallets support, multisignature based 2FA and spending limits functionality."
walletcoinomi: "Coinomi is a lightweight, secure, open-source, universal, HD Wallet. Apart from Bitcoin it also supports many altcoins so you can keep all your funds in a single wallet. Your private keys never leave your device and you only need to back it up just once!"
walletdownload: "Install"
walletvisit: "Visit website"
diff --git a/img/wallet/greenbits.png b/img/wallet/greenbits.png
new file mode 100644
index 00000000..2a1f20ac
Binary files /dev/null and b/img/wallet/greenbits.png differ