mirror of
https://github.com/tornadocash/docs.git
synced 2025-04-23 00:39:13 -04:00
Merge branch 'tornadocash:en' into en
This commit is contained in:
commit
c3d56539c1
@ -1,5 +1,5 @@
|
||||
---
|
||||
description: Staking options for $TORN
|
||||
description: Staking alternatives for $TORN
|
||||
---
|
||||
|
||||
# Staking
|
||||
|
@ -6,7 +6,7 @@ description: Staking on Altornado
|
||||
|
||||
## Alternative staking UI
|
||||
|
||||
Since the deployment of [Altornado](https://altornado.com/#/stake) **TORN** holders have now an alternative open-source staking UI made by Tornado Cash Community, for the Tornado Cash community.
|
||||
Since the deployment of [Altornado](https://altornado.com/#/stake), **TORN** holders have now an alternative open-source staking UI made by Tornado Cash Community, for the Tornado Cash community.
|
||||
|
||||
Yes, hence the name altornado: from “alternative” and “tornado” 🌝
|
||||
|
||||
@ -25,7 +25,7 @@ The site will always remain accessible to everyone, without any restrictions.
|
||||
|
||||

|
||||
|
||||
### Hmmm, maybe not yet, now you need to claim your rewards in order to do so 😼
|
||||
### Let's claim your tokens now 😼
|
||||
|
||||
* In order to claim your rewards, head over the [Claim](https://altornado.com/#/claim) tab.
|
||||
* Click on the **`Claim`** button.
|
||||
|
@ -114,7 +114,6 @@
|
||||
| Contract | [0xD692Fd2D0b2Fbd2e52CFa5B5b9424bC981C30696](https://blockscout.com/xdai/mainnet/address/0xD692Fd2D0b2Fbd2e52CFa5B5b9424bC981C30696/transactions) |
|
||||
| L1 Omnibridge Helper for deposits | [0xca0840578f57fe71599d29375e16783424023357](https://etherscan.io/address/0xca0840578f57fe71599d29375e16783424023357#code) |
|
||||
| L1 Omnibridge Helper for withdrawals | [0x3f615ba21bc6cc5d4a6d798c5950cc5c42937fbd](https://etherscan.io/address/0x3f615ba21bc6cc5d4a6d798c5950cc5c42937fbd#code) |
|
||||
|
||||
| Verifier 2 | [0xDF3A408c53E5078af6e8fb2A85088D46Ee09A61b](https://blockscout.com/xdai/mainnet/address/0xDF3A408c53E5078af6e8fb2A85088D46Ee09A61b#code) |
|
||||
| Verifier 16 | [0x743494b60097A2230018079c02fe21a7B687EAA5](https://blockscout.com/xdai/mainnet/address/0x743494b60097A2230018079c02fe21a7B687EAA5#code) |
|
||||
| Hasher | [0x94C92F096437ab9958fC0A37F09348f30389Ae79](https://blockscout.com/xdai/mainnet/address/0x94C92F096437ab9958fC0A37F09348f30389Ae79#code) |
|
||||
|
@ -48,6 +48,22 @@ Use your deposit note by pasting it in the corresponding box. Click on `Withdraw
|
||||
|
||||

|
||||
|
||||
## Note Account
|
||||
|
||||
A Note Account allows to **store encrypted on-chain backups** of private notes. This makes safe storage of funds hassle- and stress-free with the security of the Ethereum blockchain backing each note.
|
||||
|
||||

|
||||
|
||||
* Connect your wallet and click on `Settings`
|
||||
* Click on `Set Up Account`
|
||||
* Save your `Note Account Key`
|
||||
* Confirm the transaction in your wallet.
|
||||
|
||||

|
||||
|
||||
|
||||
**Never share your Note Account key.**
|
||||
|
||||
Done !
|
||||
|
||||
_Written by_ [_**@bt11ba**_](https://torn.community/u/bt11ba/)
|
||||
|
@ -55,17 +55,23 @@ To withdraw funds from the Nova pool, you can either:
|
||||
|
||||
To maintain your privacy, choosing one of the four suggested amounts is strongly recommended as it will allow your withdrawal to blend with the crowd.
|
||||
|
||||
Indeed, ddepending on the chosen amount, a connection might be deduced between your initial fund transaction and your withdrawal if:
|
||||
Indeed, depending on the chosen amount, a connection might be deduced between your initial fund transaction and your withdrawal if:
|
||||
|
||||
* the initially funded amount & the withdrawn amount are exactly the same,
|
||||
* the funded & withdrawn amounts can be easily linked through a sum.
|
||||
|
||||
_For instance, a deposit of 0.42 ETH can be linked to a withdrawal of exactly 0.42 ETH or two times 0.21 ETH, which might compromise anonymity. However, with a withdrawal of 0.391 ETH, privacy is better preserved as there is no obvious link between the 0.42 & 0.391 amounts._
|
||||
|
||||
### Transctions through Gnosis Chain (L2) <a href="#transctions-through-gnosis-chain-l2" id="transctions-through-gnosis-chain-l2"></a>
|
||||
### Transactions through Gnosis Chain (L2) <a href="#transctions-through-gnosis-chain-l2" id="transctions-through-gnosis-chain-l2"></a>
|
||||
|
||||
For cheaper transactions, Gnosis Chain (former xDAI Chain) is used as a Layer-2. To this end, a bridge is used between ETH from the Mainnet & WETH from Gnosis Chain.
|
||||
|
||||
Therefore, to prevent spam attacks that will overload the bridge, the withdrawal amount has to be larger than 0.05 ETH.
|
||||
|
||||
### Bridge daily limits
|
||||
|
||||
Daily limits on token exits (bridging tokens from Gnosis Chain to Ethereum) have been established for several tokens on the Gnosis chain.
|
||||
For more information about the daily limits please visit Gnosis Chain documentation:
|
||||
https://developers.gnosischain.com/for-users/bridges/bridge-daily-limits
|
||||
|
||||
_Written by_ [_@ayefda_](https://torn.community/u/ayefda)
|
||||
|
@ -31,28 +31,66 @@ Logging into the Nova pool will allow you to:
|
||||
Only those who have access to your Metamask wallet or to your Shielded key will be able to access these informations regarding your account (i.e. your shielded balance).\
|
||||
⚠️ Be aware of which information you share with whom.
|
||||
|
||||
### MetaMask Wallet <a href="#metamask-wallet" id="metamask-wallet"></a>
|
||||
# Logging in with MetaMask <a href="#metamask-wallet" id="metamask-wallet"></a>
|
||||
|
||||
Each Tornado Cash Nova account is linked to a shielded address. As mentionned above, users have two ways to access their account & its balance. One of these ways is **through a MetaMask wallet connected to the appropriate shielded address**.
|
||||
|
||||

|
||||
* Go to https://nova.tornadocash.eth.limo/ or any of the alternative links from Tornado Cash landing page.
|
||||
* Click on the `Log in` button.
|
||||
|
||||
A shielded address is automatically created when users log in a given address, then deposit tokens to funds this address’ pool balance.
|
||||

|
||||
|
||||
* Select `Using Metamask`.
|
||||
* Choose the wallet you want to connect with, and sign the request in your Metamask.
|
||||
|
||||
 
|
||||
|
||||
You have 2 alternatives, funding the default wallet connected to Nova, which will automatically create a shielded address, or fund **another registered shielded address**.
|
||||
To fund the default wallet:
|
||||
* Select the amount of funds you want to deposit.
|
||||
* Click on `Fund`.
|
||||
* Sign the transaction in your wallet and wait for it to be confirmed.
|
||||
|
||||
 
|
||||
|
||||
After the transaction is succesful, you will find your shielded balance here.
|
||||
|
||||

|
||||
|
||||
To fund **another registered shielded address**, paste it under *Recipient Address*, and follow the same steps as above.
|
||||
|
||||
_More information about the Funding action is availaible on_ [_Fund & Withdraw on Nova_](fund-and-withdraw-on-nova.md)__
|
||||
|
||||
However, shielded addresses can also be created from scratch as a separate action by logging in a new address with no prior link to Tornado Cash Nova, then by clicking on `Set up account`.
|
||||
|
||||
By confirming this action through your Metamask account, your shielded address will be crypted & created with the generation of a shielded key.
|
||||
# Set up an account with a shielded key
|
||||
|
||||

|
||||
However, shielded addresses can also be created from scratch as a separate action by logging in a new address with no prior link to Tornado Cash Nova.
|
||||
|
||||
Once the account set, you will be able to receive shielded transfers of tokens from any another address registered to the pool. You will also be able to fund, transfer & withdraw tokens as you wish.
|
||||

|
||||
|
||||
### Shielded Key <a href="#shielded-key" id="shielded-key"></a>
|
||||
* Click on `Set up account`.
|
||||
* A pop-up window will appear for you to save your shielded key (do not share this key !)
|
||||
* Sign the transaction in your wallet, and you're done.
|
||||
|
||||

|
||||
|
||||
Your shielded address will be crypted & created with the generation of a shielded key.
|
||||
|
||||
Once the account is set, you will be able to receive shielded transfers of tokens from any another address registered to the pool. You will also be able to fund, transfer & withdraw tokens as you wish.
|
||||
|
||||
# Logging in with a Shielded Key <a href="#shielded-key" id="shielded-key"></a>
|
||||
|
||||
As seen above, the other way to log in is **through the generated Shielded Key** that is created when an account is created through the set up of a new shielded address.
|
||||
|
||||
* Click the `Log in` button.
|
||||
* Select `Using private key`.
|
||||
* Paste your shielded key in the box and click on `Log in`.
|
||||
|
||||

|
||||
 
|
||||
|
||||
## Recover your shielded key
|
||||
|
||||
Once you are logged in with your address & your account is set up, you can download this shielded key at any time by accessing your account data (by clicking on your address, next to your shielded balance).
|
||||
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user