From 6d539c5ff545a23745e1a4d9f5f29ecab059bbc6 Mon Sep 17 00:00:00 2001 From: gonbat Date: Tue, 24 Mar 2026 19:47:27 -0300 Subject: [PATCH] faq fix --- docs/learn/frequently-asked-questions.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/learn/frequently-asked-questions.md b/docs/learn/frequently-asked-questions.md index 6699f4a..5af507f 100644 --- a/docs/learn/frequently-asked-questions.md +++ b/docs/learn/frequently-asked-questions.md @@ -53,7 +53,7 @@ On the consensus side, Zano runs a hybrid PoW/PoS model instead of Monero's pure 2. Create a wallet by following the steps in the app. 3. Store your keys in a safe place. -**Mobile wallet** is ideal for everyday transactions on the go. **Desktop wallet** runs a full local node, required for staking and offers the most complete feature set. +**Mobile wallet** is ideal for everyday transactions on the go. **Desktop wallet** runs a full local node, required for staking and offers the most complete feature set. See the [desktop wallet guide](/docs/use/wallets/gui-wallet) for a detailed walkthrough. See all compatible wallets: [zano.org/wallets](https://zano.org/wallets) @@ -126,7 +126,9 @@ We'll continue to improve our dynamic blocksize (which our team pioneered initia ### How are Zano transactions kept private by default? -Zano leverages the proven and time-tested cryptographic primitives that were first introduced with CryptoNote, a protocol of which one of our founders was a lead-dev for, origin for over 300 forks and used by the biggest private cryptocurrencies: +Zano leverages the proven and time-tested cryptographic primitives that were first introduced with CryptoNote, a protocol of which one of our founders was a lead-dev for, origin for over 300 forks and used by the biggest private cryptocurrencies. + +Our Implementation boils down to: - **d/v-CLSAG Ring Signatures** make transactions between Zano network members untraceable. - **Stealth Addresses** conceal sending and receiving addresses.