Merge pull request #3 from Gonbatfire/dhub-uchuwj

FAQ update & Companion draft
This commit is contained in:
Gonbatfire 2024-06-23 13:27:04 -03:00 committed by GitHub
commit f1a0057450
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 86 additions and 19 deletions

View file

@ -4,42 +4,87 @@ sidebar_position: 7
# Frequently Asked Questions
### What is Zano?
### **What is Zano?[](https://docs.zano.org/docs/learn/frequently-asked-questions/#what-is-zano)**
Zano leverages the proven and time-tested cryptographic primitives that were first introduced with CryptoNote. Transactions are made both untraceable, and unlinkable by using stealth addresses and ring-signatures. As first implemented in Boolberry, downstream sender privacy is guaranteed by using output flags.
Zano is an open-source cryptocurrency (layer-1) and ecosystem with enterprise-grade privacy, security, and scalability that operates as a robust foundation for confidential assets and decentralized applications (dApps).
### What consensus mechanism is used?
### **How does Zano achieve privacy?**
Zano uses a hybrid PoS — PoW consensus mechanism. This makes double-spend attacks both un-feasible and improbable. PoS was implemented to complement and enhance the security provided by traditional PoW blockchains.
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.
### What is alias and how does it work?
Our implementation boils down to:\
\- **d/v-CLSAG** **Ring Signatures** that hide the sender.
Each Zano user can register with an alias, for example: @mywallet, a human-readable name associated with a payment address. Zano users can easily send transactions to an alias: their wallets automatically check whether the name is registered in the blockchain.
\- **Stealth addresses** that hide the receiver and asset type being transacted.
### What is escrow contracts?
\- **RingCT** which hides amounts/balances, even when staking thanks to **Zarcanum.**
Escrow, like its name, is a mechanism that was designed to facilitate secure anonymous payments between counter-parties. Zano provides the framework for a secure and private transaction without the need for a trusted third party. Our Escrow system (as proposed) will require participants to make additional deposits, which they will forfeit if there is any attempt to act maliciously, or in a way that is contemptuous toward their counter party.
This makes sure that **by default,** transaction data being stored on the blockchain is **only** accessible by parties who authorized the transactions, none of it is ever publicly published.
### How can I get Zano coins?
### **How is the network secured?[](https://docs.zano.org/docs/learn/frequently-asked-questions/#what-consensus-mechanism-is-used)**
You can mine coins and use staking to increase your balance or trade coins on cryptocurrency exchanges.
Zano uses a hybrid consensus algorithm that alternates between Proof-of-Work (PoW) and Proof-of-Stake (PoS) blocks.
### Is Zano a hardfork of Boolberry?
This approach combines the benefits of both mechanisms to enhance blockchain security and decentralization. If performing a 51% attack on Zano, one would need the majority of the hash rate **and** a significant amount of the total amount of staked coins, making the cost of an attack incredibly high, thus becoming infeasible.
Zano and Boolberry are completely separated blockchains. Boolberry network will remain after Zano launch. None of Boolberry transactions will be copied to Zano network. The Dev team will continue to maintain and support Boolberry however, most of the new features will be developed into the Zano codebase.
### **What is an alias and how does it work?[](https://docs.zano.org/docs/learn/frequently-asked-questions/#what-is-alias-and-how-does-it-work)**
### What is mixin and what it's used for?
All Zano network users can create aliases, for example: @username. These aliases provide a short, easy-to-remember name rather than a long string of characters that form a blockchain address. To send coins to an alias, simply type it in the address field starting with @, wallets will automatically detect it.
The mixin count refers to the number of signatures (apart from yours) in the ring signature that authorizes the transaction. Higher mixin value will typically provide more privacy because it will provide greater plausible deniability. It is impossible for any observer to know which is the real source of the funds.
Aliases will be used in a dedicated messenger, a user reputation service, and an alias-based authentication system that can connect to the dApps running on Zanos ecosystem.
### When trying to send coins I get an error stating that transaction is too large.
### **What are Confidential Assets?[](https://docs.zano.org/docs/learn/frequently-asked-questions/#what-is-alias-and-how-does-it-work)**
Anyone can easily issue user-creatable currencies and digital tokens on the Zano chain, such assets are secured by the same mechanisms that make Zano so much more secure than first-generation cryptocurrencies, namely hidden addresses and hidden amounts. This unique technology can be used to create private stablecoins, shielded versions of existing assets, and much more, without the overhead of having to create, manage, and secure your own blockchain.
### **What are Ionic Swaps?**
Ionic Swaps are an improvement on Atomic Swaps, innovating seamless cryptocurrency exchanges while preserving user privacy. Ionic Swaps are a safe and consistent way to perform peer-to-peer swaps in which neither party has an unfair advantage. This technology is used by the DEX and for instant swaps.
### **What are Escrow Contracts?[](https://docs.zano.org/docs/learn/frequently-asked-questions/#what-is-escrow-contracts)**
With Zanos Escrow Contracts, users can create fully customizable contracts, which essentially allow for any agreement conditions to be followed by all parties in a trustless way without any intermediary involvement. When using escrow contracts, a deposit is required from all parties involved, which they will forfeit if there is any attempt to act maliciously, peer-to-peer settlements in its purest form.
### **What are Auditable Wallets?**
Auditable wallets allow people and organizations to create transparent wallets for situations where a third party would rather verify than trust. Creating auditable wallets doesnt affect the privacy of the Zano network in any way. We use this feature for our foundation fund.
### **What is Zarcanum?**
Zarcanum is the worlds first Proof of Stake scheme that enhances traditional PoS with untraceability and hidden amounts, revolutionizing blockchain consensus. Thanks to this innovative approach our stakers can stake in complete anonymity.
### **How can I get Zano coins?[](https://docs.zano.org/docs/learn/frequently-asked-questions/#how-can-i-get-zano-coins)**
You can mine coins and stake them to increase your balance or trade coins on cryptocurrency exchanges, including our own DEX.
[List of exchanges that currently list Zano](https://zano.org/community/exchanges)
### **Where can I store my Zano?**
[Wallets where Zano is available](https://docs.zano.org/docs/learn/frequently-asked-questions/#what-is-zano) (Mobile & Desktop)
### **Where can I spend Zano?**
Zano is currently integrated in Trocador's Anon Pay, this means that any website that uses this payment processor will accept Zano, that includes buying gift cards and prepaid cards at [Cake Pay](https://buy.cakepay.com) and [Trocador](https://trocador.app/es/prepaidcards/) itself.
We are also working on further integrations and a Zano based decentralized [marketplace](https://zanobazaar.com) is in the works by a community member.
### **Whats the plan for scaling?**
We'll continue to improve our dynamic blocksize (which our team pioneered initially with Cryptonote) and we're currently researching horizontal L1 scaling (sharding).
### **What is a mixin and what it's used for?[](https://docs.zano.org/docs/learn/frequently-asked-questions/#what-is-mixin-and-what-its-used-for)**
The mixin count refers to the number of signatures (apart from yours) in the ring signature that authorizes the transaction. A higher mixin value will typically provide more privacy because it will provide greater plausible deniability. It is impossible for any observer to know which is the real source of the funds.
### **When trying to send coins I get an error stating that the transaction is too large.[](https://docs.zano.org/docs/learn/frequently-asked-questions/#when-trying-to-send-coins-i-get-an-error-stating-that-transaction-is-too-large)**
This is due to sending many small inputs to the address. The solution is to split up the transaction and send smaller amounts.
### What is a seed phrase?
### **What is a seed phrase?[](https://docs.zano.org/docs/learn/frequently-asked-questions/#what-is-a-seed-phrase)**
To access the wallet in the event of a loss, you need something called a mnemonic recovery phrase or seed. This group of words that you received while creating your wallet are designed to add an extra layer of security. With these phrases you can easily restore lost wallets if you dont have the passkey.
### Why application starting time takes so long?
### **Why does the desktop wallet take so long to start?[](https://docs.zano.org/docs/learn/frequently-asked-questions/#why-application-starting-time-takes-so-long)**
As Zano wallet is a full node application, due to loading a blockchain and multiple wallets synchronizing , start time depends on your system specification and may be bottlenecked by internet connection speed.
Zano wallet is a full node application, due to loading a blockchain and multiple wallets synchronizing, start time depends on your system specification and may be bottlenecked by internet connection speed.

View file

@ -4,4 +4,26 @@ sidebar_position: 4
# Zano Companion
TBD
Zano Companion is a Metamask-like browser extension that enables authentication and connects the Zano desktop wallet to the web applications built on Zano.
It's your gateway to the broader Zano ecosystem!
## How to use
1. First open your Zano desktop wallet, wait until it finishes syncing the blockchain.
2. Go to settings, flip the switch that says "Zano Companion". If you haven't setup a master password yet, it will ask you to create a new one in the fields below.
3. Right click to copy the secret that will be displayed.
4. Open to your browser and install the Zano Companion extension from the Chrome Web Store. [\[Here\]](https://chromewebstore.google.com/detail/zano-companion/akcgnllhhhkcpmlenfpicmcpgfpindlb)
5. Click on the extension, and paste the secret you copied in the appropiate field, as well as the password that you will use to login into the Companion.
6. You can now register an [alias](https://app.dhub.dev/c/goncativas-projects/zano-docs/docs/use/aliases.md) if you haven't done so already, this will be displayed as your identity when using the Zano ecosystem.
![](/img/imagen_2024-06-23_162329640.png)
To connect to a Zano web application, simply click on its "Connect Wallet" button and select Zano Extension if asked.
A popup will appear on the Companion to authorize the connection, you will only need to this on the first time.