diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html
index 0ae29c46..dd003866 100755
--- a/_templates/choose-your-wallet.html
+++ b/_templates/choose-your-wallet.html
@@ -424,6 +424,28 @@ wallets:
privacyaddressreuse: "checkpassprivacyaddressrotation"
privacydisclosure: "checkfailprivacydisclosureaccount"
privacynetwork: "checkpassprivacynetworksupporttorproxy"
+- xapo:
+ title: "Xapo"
+ titleshort: "Xapo"
+ compat: "web"
+ level: 4
+ platform:
+ web:
+ text: "walletxapo"
+ link: "https://xapo.com/"
+ screenshot: "xapo.png"
+ os:
+ check:
+ control: "checkfailcontrolthirdpartyinsured"
+ decentralization: "checkfaildecentralizecentralized"
+ transparency: "checkfailtransparencyremote"
+ environment: "checkfailenvironmentdesktop"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkpassprivacynetworksupporttorproxy"
+
---
{% translate pagetitle %}
diff --git a/_translations/en.yml b/_translations/en.yml
index ec65c9de..f5ef3b87 100644
--- a/_translations/en.yml
+++ b/_translations/en.yml
@@ -115,6 +115,7 @@ en:
walletmyceliumwallet: "Mycelium Bitcoin Wallet is an open source wallet for Android designed for security, speed, and ease of use. It has unique features to manage your keys and for cold storage that help you secure your bitcoins."
walletblockchaininfo: "Blockchain.info is a user-friendly hybrid wallet. It stores an encrypted version of your wallet online but decryption happens in your browser. For security reasons, you should always use the browser extension and email backups (and keep that email secure) ."
walletcoinbase: "Coinbase is a web wallet service that aims to be easy to use. It also provides an Android web wallet app, merchant tools and integration with US bank accounts to buy and sell bitcoins."
+ walletxapo: "Xapo combines the convenience of an everyday Wallet with the security of a cold-storage Vault."
walletcoinkite: "Coinkite is a web wallet & debit card service that aims to be easy to use. It also works on mobile browsers, has merchant tools, point-of-sale payment terminals. It is a hybrid wallet and full reserve vault."
walletbitgo: "BitGo is a multi-signature wallet offering the highest levels 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."
diff --git a/img/clients/lo-xapo.png b/img/clients/lo-xapo.png
deleted file mode 100644
index 9728a2d1..00000000
Binary files a/img/clients/lo-xapo.png and /dev/null differ
diff --git a/img/clients/xapo.png b/img/clients/xapo.png
new file mode 100644
index 00000000..33363184
Binary files /dev/null and b/img/clients/xapo.png differ
diff --git a/img/screenshots/xapo.png b/img/screenshots/xapo.png
new file mode 100644
index 00000000..2d7f07de
Binary files /dev/null and b/img/screenshots/xapo.png differ