From 0115b7f00e5c3d78960da05b029d9ec57ee7dbc7 Mon Sep 17 00:00:00 2001 From: chibuike <104794685+Chionerky@users.noreply.github.com> Date: Sat, 2 Aug 2025 10:21:42 -0700 Subject: [PATCH 1/2] Create Namada Best Practices page.md Page for users to understand Namada's Best Practices for privacy. --- Namada Best Practices page.md | 102 ++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 Namada Best Practices page.md diff --git a/Namada Best Practices page.md b/Namada Best Practices page.md new file mode 100644 index 0000000000..48afc950cb --- /dev/null +++ b/Namada Best Practices page.md @@ -0,0 +1,102 @@ +# πŸ›‘οΈ Namada Privacy Best Practices + +> Practical, easy-to-understand advice on how Namada can protect your privacy β€” and where its protections have limits. + +Privacy is a right β€” and Namada is built to protect it. This page shares best practices for users and developers to maintain strong privacy while using the Namada protocol. + +--- + +## βœ… How Namada Technology Protects Privacy + +Namada is a privacy-based blockchain that shields your crypto transactions by **concealing wallet addresses, transaction history, and portfolio information**. It allows you to send assets anonymously across **IBC chains**, with expansion planned for **Ethereum** and **Solana**. + +Key privacy features include: + +- **Shielded Transactions:** Hides sender, receiver, and amounts using zk-SNARKs. +- **Multi-Asset Shielded Pool (MASP):** Send, receive, and bridge assets privately β€” like sending money in an envelope rather than a postcard. +- **Cross-Chain Privacy:** Shield assets on IBC, and soon on Ethereum and Solana. +- **Shield for Yield Rewards:** Earn NAM tokens whenever you shield transactions β€” your privacy strengthens the network. +- **Low Fees & Familiar Assets:** Works with assets you likely already hold. + +--- + +## ⚠️ Where Namada Technology Does *Not* Protect Privacy + +Even with strong on-chain privacy, you can still leak information if you are not careful: + +- **IP Address Tracking:** Using Namada without Tor or a VPN exposes your network location. +- **Address Reuse:** Using the same shielded address repeatedly can link your transactions. +- **Transparent Transactions:** Any unshielded activity exposes amounts and addresses. +- **Off-Chain Identity Links:** Posting your Namada address publicly or linking it to personal info removes anonymity. +- **Centralized Exchanges:** Exchanges can record and share your deposit/withdrawal history, especially with KYC. + +--- + +## πŸ›‘οΈ 1. General Privacy Tips + +- Prefer using **shielded transactions** over transparent ones. +- Avoid using identifiable addresses or patterns. +- Never reuse addresses β€” especially transparent ones. + +--- + +## πŸ”— 2. Bridging + +- Use a **separate transparent address** for bridging into Namada. +- After bridging, immediately **shield** your assets. +- Avoid bridging out unless absolutely necessary. +- Use privacy-preserving bridges whenever possible. + +--- + +## πŸŒ€ 3. MASP (Multi-Asset Shielded Pool) + +- Always store and transact assets **within the MASP**. +- Avoid mixing transparent and shielded actions in the same session. +- Treat MASP as your default wallet. + +--- + +## πŸ” 4. View Keys + +- Only share your **viewing keys** with trusted parties. +- Never expose your viewing key publicly β€” it reveals your full transaction history. + +--- + +## ⏳ 5. Transaction Hygiene + +- Randomize timing between receiving and sending transactions. +- Consider delaying transactions to reduce linkability. +- Avoid sending exact, unique amounts that could identify you. +- Batch multiple transactions together when possible. + +--- + +## 🌐 6. Social/Off-Chain Behavior + +- Use VPNs when accessing wallets or dApps. +- Don’t link shielded addresses to public profiles or social media. +- Avoid sharing screenshots of balances or transactions. +- Keep your device secure with strong passwords and encryption. + +--- + +## πŸ›‘οΈ 7. Extended Practical Tips for Maximum Privacy + +1. **Always choose shielded transactions** over transparent ones. +2. **Enter assets into MASP before sending** β€” shield first. +3. **Rotate shielded addresses** for different purposes (personal, donations, trading, etc.). +4. **Withdraw directly to shielded addresses** from exchanges. +5. **Separate wallets for different use cases** to prevent activity linking. +6. **Avoid timing patterns** β€” vary your transaction times. +7. **Be mindful of metadata leaks** in chats, screenshots, or public logs. +8. **Check recipients before sending** β€” confirm they use shielded addresses. +9. **Stay updated** with the latest Namada software. +10. **Practice good device security** β€” avoid malware that could expose wallet data. + +--- + +## ✍️ Contribute +Have improvements or feedback? [Join the discussion β†’](https://discord.gg/srC76aE6) + From 2174fd914c2af20c2dd1047503d5a03535f79ad3 Mon Sep 17 00:00:00 2001 From: chibuike <104794685+Chionerky@users.noreply.github.com> Date: Sat, 2 Aug 2025 10:25:59 -0700 Subject: [PATCH 2/2] Update Namada Best Practices page.md