diff --git a/README.md b/README.md
index ba7097c..2ac2419 100644
--- a/README.md
+++ b/README.md
@@ -219,6 +219,7 @@ A governance platform where votes are not linked to Wallets. ZK can be used to f
Privacy preserving APIs and Data sources
REST APIs can log IP addresses of the data source and the receiver. Building a decentralized layer for enabling privacy preserving APIs alongside rate-limiting with RLN can be quite impactful
+
Decentralised and censorship resistant GitHub
@@ -234,6 +235,12 @@ Build a decentralized 2FA using Waku and RLN membership sets. RLN can be used to
Need to give more thought as to who will generate 2FAs and how can they be secure i.e the generator should not be aware of the user of the generated code.
+
+Enhanced Stealth Address Protocol
+
+An initial PoC for stealth addresses over waku can be found [here](https://github.com/waku-org/nwaku/pull/2490). Enhance for multiple elliptic curves, storage of generated keys, and maybe even a nim native implementation of the [Stealth Address Protocol](https://eips.ethereum.org/EIPS/eip-5564).
+
+
## Interested to contribute?