diff --git a/README.md b/README.md index c17e11f..e5912da 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # zcash-android-wallet Android wallet using the Zcash Android SDK that is maintained by core developers. -Please see the [wallet app threat -model](https://zcash.readthedocs.io/en/latest/rtd_pages/wallet_threat_model.html) -for important information about the security and privacy limitations of the -wallet. +There are some known areas for improvement: + +- Traffic analysis, like in other cryptocurrency wallets, can leak some privacy + of the user. +- The wallet might display inaccurate transaction information if it is connected + to an untrustworthy server. + +See the [Wallet App Threat +Model](https://zcash.readthedocs.io/en/latest/rtd_pages/wallet_threat_model.html) +for more information about the security and privacy limitations of the wallet.