diff --git a/docs/stake/proof-of-stake-mining.md b/docs/stake/proof-of-stake-mining.md index be0d8dc..539aa02 100644 --- a/docs/stake/proof-of-stake-mining.md +++ b/docs/stake/proof-of-stake-mining.md @@ -8,6 +8,6 @@ Proof of stake mining or staking is typically implemented in such way that a ran Open Zano app, make sure the blockchain is synchronised and turn on `Staking` switch. -![alt proof-of-stake-mining](../../static/img/mine/proof-of-stake-mining/proof-of-stake-mining.png "proof-of-stake-mining")_
Proof-of-stake mining
_ +![alt proof-of-stake-mining](../../static/img/mine/proof-of-stake-mining/proof-of-stake-mining.png "proof-of-stake-mining")
Proof-of-stake mining
You can observe your progress in the `Staking` tab of your staking wallet. The amount of earnings depends on the wallet balance. Note that funds, that participate in proof-of-stake will be locked. When you turn `Staking` off, balance will get unlocked right away. You can switch `Staking` on and off without any limitations. diff --git a/docs/use/zarcanum-migration.md b/docs/use/zarcanum-migration.md index 2304652..7313300 100644 --- a/docs/use/zarcanum-migration.md +++ b/docs/use/zarcanum-migration.md @@ -2,4 +2,41 @@ sidebar_position: 10 --- -TBD +# Zarcanum Migration + +With the Zarcanum hardfork, Zano introduces an essential feature for all users: the Auto Migration process. This feature is designed to seamlessly transition your wallet to the post-Zarcanum era, ensuring that you can continue to stake and participate in the network without interruption. + +## What is Auto Migration? + +Auto Migration is an automated process within the Zano wallet that takes pre-Zarcanum outputs and consolidates them. Here's what it entails: + +**Collection**: The wallet automatically gathers all old outputs in your Zano wallet that were created before the Zarcanum hardfork. + +**Consolidation**: These outputs are then consolidated into a few transactions. This step is crucial because it reduces the complexity and size of your wallet, making it more +efficient. + +**Recreation**: The consolidated funds are sent to your own wallet address. This step recreates the outputs in the post-Zarcanum format, making your funds compatible with the new network rules. + +**Staking Eligibility**: By converting your outputs to the new format, your wallet becomes eligible for staking in the post-Zarcanum era. This means you can immediately participate in securing the network and earning staking rewards. + +## How to Use Auto Migration + +Using the Auto Migration feature is simple, thanks to the new wallet interface. Follow these steps to ensure your wallet is ready for staking in the post-Zarcanum era: + +**Look for the Migration Button**: When you open your updated Zano wallet, look for the 'Migrate wallet to Zarcanum' button, typically located at the top of the screen. + +![alt migration-button](../../static/img/use/zarcanum-migration/button.png "migration button")
Migration button
+ +**Initiate Migration**: If your wallet detects pre-Zarcanum outputs, a popup will appear informing you of the number of outputs and the total ZANO amount they represent. For example, "There are 112 outputs with a total amount of 24 ZANO". + +**Understand the Details**: If you're unsure about what 'outputs' means, click on the "What does it mean?" link for a detailed explanation — this will be the article currently in progress. + +**Review the Transaction Fee**: The popup will also display the transaction fee required to migrate your outputs. Ensure you have enough balance to cover this fee. + +**Confirm Migration**: By clicking the 'Migrate' button, the wallet will consolidate your outputs and recreate them in the post-Zarcanum format. + +![alt migration-popup](../../static/img/use/zarcanum-migration/popup.png "migration popup")
Migration popup
+ +**Complete the Process**: The migration transaction will be sent. It require 10 blocks time to get confirmed, just like any other transaction. + +**Post-Migration**: Once the migration is completed, your wallet will be up-to-date with the Zarcanum protocol, and you'll be all set to continue staking and using your wallet as usual. diff --git a/static/img/use/zarcanum-migration/button.png b/static/img/use/zarcanum-migration/button.png new file mode 100644 index 0000000..10c3966 Binary files /dev/null and b/static/img/use/zarcanum-migration/button.png differ diff --git a/static/img/use/zarcanum-migration/popup.png b/static/img/use/zarcanum-migration/popup.png new file mode 100644 index 0000000..45d2744 Binary files /dev/null and b/static/img/use/zarcanum-migration/popup.png differ