diff --git a/docs/getting-started/usage/setting-a-coordinator-and-signing.en.md b/docs/getting-started/usage/setting-a-coordinator-and-signing.en.md
new file mode 100644
index 000000000..0d79fe122
--- /dev/null
+++ b/docs/getting-started/usage/setting-a-coordinator-and-signing.en.md
@@ -0,0 +1,119 @@
+After creating a mnemonic, making a safe backup, and testing to recover your mnemonic, it's time to set up a coordinator.
+
+Krux can work with multiple coordinator wallets. Popular options include:
+
+- [Sparrow Wallet](https://www.sparrowwallet.com/) (desktop)
+
+- [Specter Desktop](https://specter.solutions/) (desktop)
+
+- [Nunchuk](https://nunchuk.io/) (mobile)
+
+- [BlueWallet](https://bluewallet.io/) (mobile)
+
+
+## Step 1: Install the Coordinator Wallet
+
+Download and install the appropriate version of your chosen coordinator wallet for your device and operating system.
+
+## Step 2: Create a New Wallet with Krux as a Signer
+
+Depending on the coordinator, the steps to add Krux as a signer may vary slightly:
+
+**Specter and Nunchuk Single-sig:** Add Krux as signer device, then create a wallet that uses it.
+
+**Specter and Nunchuk Multisig:** Add Krux as signer device, add other devices, then create a wallet that uses them.
+
+**Sparrow and BlueWallet**: Create a wallet (or vault in Blue Wallet) first, then add signer device(s).
+
+1. Load a mnemonic and wallet in Krux.
+
+
+
+
+
+
+2. On your coordinator, when presented with possible signer devices to add, choose Krux if available, otherwise choose "other" or even another QR code compatible signer. As Krux is compatible with many QR code formats, most of available alternatives should work.
+
+3. When prompted by your coordinator to import signer's public key, access the "Extended Public Key" on Krux.
+
+
+
+
+4. Export an XPUB (or YPUB, ZPUB, etc., based on the script type) as a QR code.
+
+
+
+
+
+
+5. Scan this QR code with your coordinator.
+
+6. Ensure the coordinator’s wallet attributes (policy type, script type, fingerprint, and derivation) match those in Krux.
+
+## Step 3: Load and Backup Wallet Descriptor (Multisig Only)
+
+1. In your coordinator, export the wallet descriptor containing information about the wallet and all cosigners:
+ - Sparrow: "Descriptor"
+ - Specter: "Export Wallet"
+ - Nunchuk: "Export Wallet Configuration"
+ - BlueWallet: "Export Coordination Setup"
+2. Export the descriptor as a QR code or file.
+3. On Krux, go to "Wallet" -> "Wallet Descriptor" to scan the descriptor QR code or load it via SD card.
+
+
+
+
+
+
+
+
+
+4. If you access "Wallet" -> "Wallet Descriptor" again, you will be able to:
+ - Check the wallet cosigners.
+ - Save the descriptor on an SD card (useful if you initially loaded it from QR codes).
+
+ It is crucial to have a backup of this descriptor to recover your wallet in case one of the cosigners is lost.
+
+## Step 4: Verify Addresses
+
+For single-sig or multisig (after loading a descriptor):
+
+- Go to "Address" on Krux.
+
+- List "Receive Addresses" and "Change Addresses" or use "Scan Address" to verify if addresses from your coordinator are matched by Krux.
+
+
+
+
+## Step 5: Funding your Wallet
+
+Once addresses are verified, send a small test amount to your wallet. Test signing and sending a transaction before adding more funds.
+
+## Step 6: Sign PSBTs and Messages
+
+### PSBTs
+
+1. Create a transaction in your coordinator.
+
+2. Export the transaction as a QR code.
+
+3. On Krux, go to "Sign" -> "PSBT" -> "Load from camera".
+
+4. Scan the animated QR code.
+
+5. Verify the transaction details.
+
+6. If correct, press "Sign to QR code".
+
+7. Scan the signed transaction QR code back into the coordinator to broadcast it.
+
+Alternatively, you can use an SD card:
+
+Save the transaction as a file on an SD card. On Krux, go to "Sign" -> "PSBT" -> "Load from SD card" and "Sign to SD card". Load the signed transaction on the coordinator and broadcast it.
+
+### Messages
+
+Some coordinators, like Sparrow, allow you to sign messages linked to your wallet's addresses. Signing and verifying a message signature attests to the ownership of an address and serves as an additional test for your setup.
+
+
+
\ No newline at end of file
diff --git a/docs/getting-started/usage/using-a-multisig-wallet.en.md b/docs/getting-started/usage/using-a-multisig-wallet.en.md
deleted file mode 100644
index ce54e73f9..000000000
--- a/docs/getting-started/usage/using-a-multisig-wallet.en.md
+++ /dev/null
@@ -1,245 +0,0 @@
-This guide assumes you have already created a mnemonic for each cosigner that will be in your multisig wallet. If that is not the case, head over to the [Generating a Mnemonic](generating-a-mnemonic.md) page and complete those steps first.
-
-When entering your mnemonics into Krux, make sure to set the "Multisig" attribute when loading keys to be used in multi-signature schemes. To do this, when presented with the wallet attributes screen, navigate to "Customize" -> "Single/Multisig" and choose "Multisig."
-
-You can change a loaded wallet to multisig or single-sig after the wallet is loaded by navigating to "Wallet" -> "Customize" -> "Single/Multisig."
-
-It's also possible to make multisig the default option when loading wallets by navigating to "Settings" -> "Default Wallet" -> "Multisig" and setting it to "True".
-
-Selecting `Multisig` will derive an xpub using the derivation path `m/48'/0'/0'/2'` on mainnet and `m/48'/1'/0'/2'` on testnet, which indicates to wallet software that a [Multisig Wallet script type](https://github.com/bitcoin/bips/blob/master/bip-0048.mediawiki) should be used, specifically the Native Segwit script `P2WSH`, or just `wsh`.
-
-**Note:** While not required, the load of the `Wallet Descriptor` is strongly recommended to load your multisig wallet into Krux before signing a PSBT as it will allow the device to verify that the transaction it is signing has the correct list of cosigners as defined in the wallet. It is also useful save or [print a backup](../features/printing.md) of the wallet later check addresses or visually inspect the list of cosigners being output by your wallet coordinator.
-
-## Specter Desktop
-### Create the wallet
-In Specter Desktop, you will need to import your public key by adding a new device. Press the *Add new device* button on the left side of the app.
-
-
-
-Krux is not listed as one of the available device types on the *Add Device* screen, so you will need to select the *Other* option.
-
-
-
-You will be taken to the *Upload Keys* screen where you can choose to *Scan QR code*.
-
-
-
-On your Krux, navigate to the *Extended Public Key* option under the main menu and show the **first** QR code to Specter Desktop.
-
-
-
-
-It should import the xpub and display the *Purpose* as *#0 Multisig Sig (Segwit)*.
-
-
-
-Give the device a name and press *Continue*. You should see the new device in the devices list on the left side of the app.
-
-
-
-Repeat this process for every key that will be in your multisig wallet.
-
-Once all key devices have been added, you can make a wallet using them. Press the *Add new wallet* button on the left side of the app.
-
-
-
-Choose to create a *Multisignature wallet* when it asks which type of wallet you want on the following screen.
-
-
-
-Select the devices you just added and press *Continue*.
-
-
-
-Give your wallet a name, make sure to select *Segwit* for the wallet type, and decide how many of your keys are required to sign a transaction, then press *Create wallet*.
-
-
-
-Congrats, you just created a multisig wallet!
-
-### Load the wallet into Krux
-Load the wallet into Krux by going to the *Settings* page in Specter Desktop, then click the *Export* tab. There, press the *Export* button to display a QR code of your wallet.
-
-
-
-----8<----
-single-multi-wallet-descriptor.en.txt
-----8<----
-
-
-
-
-### Receive coins
-The *Receive* screen should show your first receive address that you can send funds to.
-
-
-
-### Send coins
-Go to *Send* in Specter Desktop, fill in the recipient address, amount, and any extra information you wish to supply, and click *Create unsigned transaction*.
-
-
-
-You will now see a screen listing the devices in your wallet. Select the device you want to sign the PSBT transaction with.
-
-Specter Desktop will display an animated QR code of the PSBT that you can scan with Krux by going to *Sign > PSBT* in its main menu. After scanning, Krux should display info about the transaction for you to confirm before signing.
-
-
-
-
-Once you have confirmed, Krux will begin animating a QR code of the signed transaction that you can scan into Specter Desktop.
-
-
-
-
-In Specter Desktop, click *Scan signed transaction* and show it the QR. Each part of the QR code that is read will receive a ghost icon to indicate progress.
-
-
-
-Once all parts of the QR code have been read, you should see a checkmark next to your device indicating its signature was added.
-
-Repeat this process for the remaining keys in your wallet until you have a quorum of signatures.
-
-After the final signature, a window will popup asking you to broadcast the transaction. Click *Send transaction* and your transaction should be broadcasted to the network!
-
-
-
-Congratulations, you have learned how to send a transaction using Specter Desktop 🎉
-
-## Sparrow
-### Create the wallet
-In Sparrow, create a new wallet by going to *File > New Wallet* and give it a name.
-
-
-
-On the wallet screen, make sure to select a *Multi Signature* policy type with the *Native Segwit (P2WSH)* script type. Here you can decide how many keys will be in your multisig and how many should be required to sign a transaction.
-
-
-
-----8<----
-sparrow/import-xpub-sparrow.en.txt
-----8<----
-
-
-
-Repeat this process for every key that will be in your multisig wallet.
-
-Once all keys have been added, click the blue *Apply* button to create your wallet.
-
-Congrats, you just created a multisig wallet!
-
-### Load the wallet output descriptor into Krux
-Load the wallet output descriptor into Krux by going to the *Settings* screen of the wallet in Sparrow, then click the :fontawesome-solid-qrcode: (QR code symbol) button at *Script Policy* section to the right of the *Descriptor:* to display a QR code that you can scan with Krux.
-
-
-
-----8<----
-sparrow/load-wallet-output-sparrow.en.txt
-----8<----
-
-
-
-
-### Receive coins
-Navigate to the *Receive* screen where you should see your first receive address that you can send funds to.
-
-
-
-----8<----
-sparrow/send-coins-sparrow.en.txt
-----8<----
-
-Once all parts of the QR code have been read, you should see the signature bar partially fill indicating the signature was added.
-
-Repeat this process for the remaining keys in your wallet until you have a quorum of signatures.
-
-After the final signature, the bar will fill and two new buttons appear.
-----8<----
-sparrow/broadcast-sparrow.en.txt
-----8<----
-
-## BlueWallet
-### Create the wallet
-In BlueWallet, create a new wallet by either pressing the *+* button or scrolling to the right until you see the *Add now* button.
-
-
-
-On the screen that pops up, add a name for your wallet, tap on *Vault*, and tap *Create* to begin creating a multisig wallet.
-
-
-
-On the following screen, you can proceed with the defaults or adjust the number of cosigners (default is 2-of-3) as needed by going into the Vault Settings. Make sure to leave the script type as `p2wsh`.
-
-
-
-
-
-Continue and you will be taken to a screen where you can import your keys.
-
-Tap *Import* under the first *Vault Key*.
-
-
-
-Tap again on *Scan or import a file* to begin scanning a QR code.
-
-On your Krux, navigate to the *Extended Public Key* option under the main menu and show the **first** QR code to BlueWallet.
-
-
-
-
-You should see a green checkmark next to the key if successful.
-
-
-
-Repeat this process for every key that will be in your multisig wallet.
-
-Once all keys have been added, tap *Create*.
-
-
-
-From here, you can send or receive.
-
-
-
-Congrats, you just created a multisig wallet!
-
-### Load the wallet into Krux
-Load the wallet into Krux by tapping the ellipsis in the top-right to see the wallet settings.
-
-
-
-From here, tap *Export Coordination Setup* in order to display a QR code of your wallet.
-
-
-
-----8<----
-single-multi-wallet-descriptor.en.txt
-----8<----
-
-
-
-
-### Receive coins
-Navigate to the *Receive* screen where you should see your first receive address that you can send funds to.
-
-
-
-### Send coins
-Go to the *Send* screen, fill in the recipient address, amount, and any extra information you wish to supply, and tap *Next*.
-
-
-
-You should see an animated QR code of the PSBT that you can scan with Krux by going to *Sign > PSBT* in its main menu.
-
-After scanning, Krux should display info about the transaction for you to confirm before signing.
-
-
-
-
-Once you have confirmed, Krux will begin animating a QR code of the signed transaction that you can scan into BlueWallet.
-
-
-
-
-Once all parts of the QR code have been read, you can then choose to broadcast the transaction, sending it to the network!
-
-Congratulations, you have learned how to send a transaction using BlueWallet 🎉
diff --git a/docs/getting-started/usage/using-a-single-sig-wallet.en.md b/docs/getting-started/usage/using-a-single-sig-wallet.en.md
deleted file mode 100644
index 2f992eac4..000000000
--- a/docs/getting-started/usage/using-a-single-sig-wallet.en.md
+++ /dev/null
@@ -1,210 +0,0 @@
-This guide assumes you have already created a mnemonic. If that is not the case, head over to the [Generating a Mnemonic](generating-a-mnemonic.md) page and complete those steps first.
-
-When entering your mnemonic into Krux, make sure to `Single-sig` is set in wallet attributes before proceeding. The choice of `Single-sig` vs. `Multisig` will change the derivation path used to generate your master extended public key (xpub) which will affect how coordinator software handles it.
-
-**Note:** The load of the `Wallet Descriptor` step is unnecessary for signing PSBTs with Single-sig wallets. However, this can be useful if you wish to save or [print a backup](../features/printing.md) of the wallet or want an additional sanity check.
-
-## Specter Desktop
-### Create the wallet
-In Specter Desktop, you will need to import your public key by adding a new device. Press the *Add new device* button on the left side of the app.
-
-
-
-Krux is not listed as one of the available device types on the *Add Device* screen, so you will need to select the *Other* option.
-
-
-
-You will be taken to the *Upload Keys* screen where you can choose to *Scan QR code*.
-
-
-
-On your Krux, navigate to the *Extended Public Key* option under the main menu and show the **first** QR code to Specter Desktop.
-
-
-
-
-It should import the xpub and display the *Purpose* as *#0 Single Sig (Segwit)*.
-
-
-
-Give the device a name and press *Continue*. You should see the new device in the devices list on the left side of the app.
-
-
-
-After you've added a device with your key to Specter Desktop, you can make a wallet using it. Press the *Add new wallet* button on the left side of the app.
-
-
-
-Choose to create a *Single key wallet* when it asks which type of wallet you want on the following screen.
-
-
-
-Select the device you just added.
-
-
-
-Give your wallet a name and make sure to select *Segwit* for the wallet type, then press *Create wallet*.
-
-
-
-Congrats, you just created a single-sig wallet with your key!
-
-### Load the wallet into Krux
-Load the wallet into Krux by going to the *Settings* page in Specter Desktop, then click the *Export* tab. There, press the *Export* button to display a QR code of your wallet.
-
-
-
-----8<----
-single-multi-wallet-descriptor.en.txt
-----8<----
-
-
-
-
-### Receive coins
-Navigate to the *Receive* screen where you should see a receive address that you can send funds to.
-
-
-
-### Send coins
-Go to *Send* in Specter Desktop, fill in the recipient address, amount, and any extra information you wish to supply, and click *Create unsigned transaction*.
-
-
-
-You will now see a screen listing the devices in your wallet. Select the device you want to sign the PSBT transaction with.
-
-Specter Desktop will display an animated QR code of the PSBT that you can scan with Krux by going to *Sign > PSBT* in its main menu. After scanning, Krux should display info about the transaction for you to confirm before signing.
-
-
-
-
-Once you have confirmed, Krux will begin animating a QR code of the signed transaction that you can scan into Specter Desktop.
-
-
-
-
-In Specter Desktop, click *Scan signed transaction* and show it the QR. Each part of the QR code that is read will receive a ghost icon to indicate progress.
-
-
-
-Once all parts of the QR code have been read, you should see a window popup asking you to broadcast the transaction. Click *Send transaction* and your transaction should be broadcasted to the network!
-
-
-
-Congratulations, you have learned how to send a transaction using Specter Desktop 🎉
-
-## Sparrow
-### Create the wallet
-In Sparrow, create a new wallet by going to *File > New Wallet* and give it a name.
-
-
-
-On the wallet screen, make sure to select a *Single Signature* policy type with the *Native Segwit (P2WPKH)* script type.
-
-
-
-----8<----
-sparrow/import-xpub-sparrow.en.txt
-----8<----
-
-
-
-If everything looks right, click the blue *Apply* button to create your wallet.
-
-Congrats, you just created a single-sig wallet with your key!
-
-### Load the wallet output descriptor into Krux (optional)
-Single-sig wallets don't need to perform this step, it is optional!
-Load the wallet output descriptor into Krux by going to the *Settings* screen of the wallet in Sparrow, then click the :fontawesome-solid-qrcode: (QR code symbol) button at *Script Policy* section to the right of the *Descriptor:* to display a QR code that you can scan with Krux.
-
-
-
-----8<----
-sparrow/load-wallet-output-sparrow.en.txt
-----8<----
-
-
-
-
-### Receive coins
-Navigate to the *Receive* screen where you should see a receive address that you can send funds to.
-
-
-
-----8<----
-sparrow/send-coins-sparrow.en.txt
-----8<----
-
-Once all parts of the QR code have been read, you should see the signature bar fill and two new buttons appear.
-----8<----
-sparrow/broadcast-sparrow.en.txt
-----8<----
-
-## BlueWallet
-### Create the wallet
-In BlueWallet, create a new wallet by either pressing the *+* button or scrolling to the right until you see the *Add now* button.
-
-
-
-On the screen that pops up, tap *Import wallet* to import your public key.
-
-
-
-On the following screen, tap *Scan or import a file* and it will begin trying to scan a QR code.
-
-
-
-On your Krux, navigate to the *Extended Public Key* option under the main menu and **make sure to show the second, zpub QR code** to BlueWallet.
-
-
-
-
-It should import the key and create a watch-only wallet. From here, you can send or receive.
-
-
-
-Congrats, you just created a single-sig wallet with your key!
-
-### Load the wallet into Krux
-Load the wallet into Krux by tapping the ellipsis in the top-right to see the wallet settings.
-
-
-
-From here, tap *Export/Backup* in order to display a QR code of your wallet.
-
-
-
-----8<----
-single-multi-wallet-descriptor.en.txt
-----8<----
-
-
-
-
-### Receive coins
-Navigate to the *Receive* screen where you should see a receive address that you can send funds to.
-
-
-
-Note that you can verify the receive address belongs to your wallet by using the [Scan Address](navigating-the-main-menu.md/#scan-address) option.
-
-### Send coins
-Go to the *Send* screen, fill in the recipient address, amount, and any extra information you wish to supply, and tap *Next*.
-
-
-
-You should see an animated QR code of the PSBT that you can scan with Krux by going to *Sign > PSBT* in its main menu.
-
-After scanning, Krux should display info about the transaction for you to confirm before signing.
-
-
-
-
-Once you have confirmed, Krux will begin animating a QR code of the signed transaction that you can scan into BlueWallet.
-
-
-
-
-Once all parts of the QR code have been read, you can then choose to broadcast the transaction, sending it to the network!
-
-Congratulations, you have learned how to send a transaction using BlueWallet 🎉
diff --git a/docs/getting-started/usage/video-tutorials.en.md b/docs/getting-started/usage/video-tutorials.en.md
new file mode 100644
index 000000000..b498b291d
--- /dev/null
+++ b/docs/getting-started/usage/video-tutorials.en.md
@@ -0,0 +1,66 @@
+## Krux Video Tutorials
+
+Most people prefer to learn by watching videos, and we are fortunate to have excellent content creators in the Bitcoin space, here are some examples of Krux related content and tutorials.
+
+### English
+
+#### Krux on M5StickV + Sparrow
+
+Krux on M5StickV + Sparrow Wallet by Crypto Guide
+
+[![Krux on M5StickV + Sparrow](https://img.youtube.com/vi/rsdvmIcucwQ/0.jpg)](https://www.youtube.com/watch?v=rsdvmIcucwQ1)
+
+#### Krux on Maix Amigo + Blue
+
+Krux on Maix Amigo + Blue Wallet by Crypto Guide
+
+[![Krux on Maix Amigo + Blue](https://img.youtube.com/vi/EtV_Iw6a0O0/0.jpg)](https://www.youtube.com/watch?v=EtV_Iw6a0O0)
+
+#### DIY-Only MultiSig
+
+DIY-Only Multivendor Hardware Wallet MultiSig: SeedSigner, Jade, Krux, Satochip + Sparrow & Electrum by Crypto Guide
+
+[![DIY-Only MultiSig](https://img.youtube.com/vi/JfK2m8ucuxU/0.jpg)](https://www.youtube.com/watch?v=JfK2m8ucuxU)
+
+#### Build From Source & Verify
+
+Krux DIY Bitcoin Signer: Build From Source & Verify (With Windows + WSL2 + Docker) by Crypto Guide
+
+[![Build From Source & Verify](https://img.youtube.com/vi/Vmr_TFy2TfQ/0.jpg)](https://www.youtube.com/watch?v=Vmr_TFy2TfQ)
+
+### Portuguese
+
+#### Krux fácil de instalar
+Hardwallet Krux fácil de instalar + QRs criptografados - por Bitdov
+
+[![Krux fácil de instalar](https://img.youtube.com/vi/YbV6_p_eti4/0.jpg)](https://www.youtube.com/watch?v=YbV6_p_eti4)
+
+
+#### Multisig com Krux
+Multisig com Krux e Nunchuk no celular - por Bitdov
+
+[![Multisig com Krux](https://img.youtube.com/vi/Gdynhj6EnEg/0.jpg)](https://www.youtube.com/watch?v=Gdynhj6EnEg)
+
+#### Krux com impressora térmica
+Usando a Krux com impressora térmica - por Bitdov
+
+[![Usando a Krux com impressora térmica](https://img.youtube.com/vi/Zajy7HAQiwE/0.jpg)](https://www.youtube.com/watch?v=Zajy7HAQiwE)
+
+#### Krux no celular
+
+Carteira Bitcoin com celular OFFLINE - Krux mobile APK - por Dig
+
+[![Krux no celular](https://img.youtube.com/vi/CPEnTP7l_9Y/0.jpg)](https://www.youtube.com/watch?v=CPEnTP7l_9Y)
+
+#### Krux no celular II
+
+Como utilizar a carteira Krux no celular - por João Trein
+
+[![Krux no celular II](https://img.youtube.com/vi/hhMYq75pAOc/0.jpg)](https://www.youtube.com/watch?v=hhMYq75pAOc)
+
+
+#### Faça sua Krux
+
+Faça sua hardware wallet em casa com a KRUX! - por Caiovski
+
+[![Krux no celular](https://img.youtube.com/vi/1V6Lp0m8esc/0.jpg)](https://www.youtube.com/watch?v=1V6Lp0m8esc)
diff --git a/docs/img/blue/add-wallet-125.png b/docs/img/blue/add-wallet-125.png
deleted file mode 100644
index babe92c87..000000000
Binary files a/docs/img/blue/add-wallet-125.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-150.png b/docs/img/blue/add-wallet-150.png
deleted file mode 100644
index 22fda2f76..000000000
Binary files a/docs/img/blue/add-wallet-150.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-200.png b/docs/img/blue/add-wallet-200.png
deleted file mode 100644
index 38d032de8..000000000
Binary files a/docs/img/blue/add-wallet-200.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-400.png b/docs/img/blue/add-wallet-400.png
deleted file mode 100644
index 0c9b7d7cc..000000000
Binary files a/docs/img/blue/add-wallet-400.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-600.png b/docs/img/blue/add-wallet-600.png
deleted file mode 100644
index 89f1d9dc7..000000000
Binary files a/docs/img/blue/add-wallet-600.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-button-125.png b/docs/img/blue/add-wallet-button-125.png
deleted file mode 100644
index d36ab1250..000000000
Binary files a/docs/img/blue/add-wallet-button-125.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-button-150.png b/docs/img/blue/add-wallet-button-150.png
deleted file mode 100644
index cf613829c..000000000
Binary files a/docs/img/blue/add-wallet-button-150.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-button-200.png b/docs/img/blue/add-wallet-button-200.png
deleted file mode 100644
index 67437f93a..000000000
Binary files a/docs/img/blue/add-wallet-button-200.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-button-400.png b/docs/img/blue/add-wallet-button-400.png
deleted file mode 100644
index 120bd3ab6..000000000
Binary files a/docs/img/blue/add-wallet-button-400.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-button-600.png b/docs/img/blue/add-wallet-button-600.png
deleted file mode 100644
index 88bfd39e2..000000000
Binary files a/docs/img/blue/add-wallet-button-600.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-button.png b/docs/img/blue/add-wallet-button.png
deleted file mode 100644
index f16fe436e..000000000
Binary files a/docs/img/blue/add-wallet-button.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-vault-125.png b/docs/img/blue/add-wallet-vault-125.png
deleted file mode 100644
index 9cfdbbcb8..000000000
Binary files a/docs/img/blue/add-wallet-vault-125.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-vault-150.png b/docs/img/blue/add-wallet-vault-150.png
deleted file mode 100644
index 489075bb1..000000000
Binary files a/docs/img/blue/add-wallet-vault-150.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-vault-200.png b/docs/img/blue/add-wallet-vault-200.png
deleted file mode 100644
index 34b19437d..000000000
Binary files a/docs/img/blue/add-wallet-vault-200.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-vault-400.png b/docs/img/blue/add-wallet-vault-400.png
deleted file mode 100644
index 281aac64d..000000000
Binary files a/docs/img/blue/add-wallet-vault-400.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-vault-600.png b/docs/img/blue/add-wallet-vault-600.png
deleted file mode 100644
index 54ec76840..000000000
Binary files a/docs/img/blue/add-wallet-vault-600.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet-vault.png b/docs/img/blue/add-wallet-vault.png
deleted file mode 100644
index cdb142122..000000000
Binary files a/docs/img/blue/add-wallet-vault.png and /dev/null differ
diff --git a/docs/img/blue/add-wallet.png b/docs/img/blue/add-wallet.png
deleted file mode 100644
index 93cfa1f89..000000000
Binary files a/docs/img/blue/add-wallet.png and /dev/null differ
diff --git a/docs/img/blue/export-multisig-wallet-125.png b/docs/img/blue/export-multisig-wallet-125.png
deleted file mode 100644
index fcee51472..000000000
Binary files a/docs/img/blue/export-multisig-wallet-125.png and /dev/null differ
diff --git a/docs/img/blue/export-multisig-wallet-150.png b/docs/img/blue/export-multisig-wallet-150.png
deleted file mode 100644
index c79ef00de..000000000
Binary files a/docs/img/blue/export-multisig-wallet-150.png and /dev/null differ
diff --git a/docs/img/blue/export-multisig-wallet-200.png b/docs/img/blue/export-multisig-wallet-200.png
deleted file mode 100644
index 3cc65e75f..000000000
Binary files a/docs/img/blue/export-multisig-wallet-200.png and /dev/null differ
diff --git a/docs/img/blue/export-multisig-wallet-400.png b/docs/img/blue/export-multisig-wallet-400.png
deleted file mode 100644
index a3a54cdd1..000000000
Binary files a/docs/img/blue/export-multisig-wallet-400.png and /dev/null differ
diff --git a/docs/img/blue/export-multisig-wallet-600.png b/docs/img/blue/export-multisig-wallet-600.png
deleted file mode 100644
index 820562747..000000000
Binary files a/docs/img/blue/export-multisig-wallet-600.png and /dev/null differ
diff --git a/docs/img/blue/export-multisig-wallet.png b/docs/img/blue/export-multisig-wallet.png
deleted file mode 100644
index f41400593..000000000
Binary files a/docs/img/blue/export-multisig-wallet.png and /dev/null differ
diff --git a/docs/img/blue/export-singlesig-wallet-125.png b/docs/img/blue/export-singlesig-wallet-125.png
deleted file mode 100644
index ca0f304b0..000000000
Binary files a/docs/img/blue/export-singlesig-wallet-125.png and /dev/null differ
diff --git a/docs/img/blue/export-singlesig-wallet-150.png b/docs/img/blue/export-singlesig-wallet-150.png
deleted file mode 100644
index b374e3c75..000000000
Binary files a/docs/img/blue/export-singlesig-wallet-150.png and /dev/null differ
diff --git a/docs/img/blue/export-singlesig-wallet-200.png b/docs/img/blue/export-singlesig-wallet-200.png
deleted file mode 100644
index 5475ac282..000000000
Binary files a/docs/img/blue/export-singlesig-wallet-200.png and /dev/null differ
diff --git a/docs/img/blue/export-singlesig-wallet-400.png b/docs/img/blue/export-singlesig-wallet-400.png
deleted file mode 100644
index 4e3884aa1..000000000
Binary files a/docs/img/blue/export-singlesig-wallet-400.png and /dev/null differ
diff --git a/docs/img/blue/export-singlesig-wallet-600.png b/docs/img/blue/export-singlesig-wallet-600.png
deleted file mode 100644
index a7fb861e8..000000000
Binary files a/docs/img/blue/export-singlesig-wallet-600.png and /dev/null differ
diff --git a/docs/img/blue/export-singlesig-wallet.png b/docs/img/blue/export-singlesig-wallet.png
deleted file mode 100644
index 5b5822828..000000000
Binary files a/docs/img/blue/export-singlesig-wallet.png and /dev/null differ
diff --git a/docs/img/blue/import-wallet-125.png b/docs/img/blue/import-wallet-125.png
deleted file mode 100644
index 89bf4544a..000000000
Binary files a/docs/img/blue/import-wallet-125.png and /dev/null differ
diff --git a/docs/img/blue/import-wallet-150.png b/docs/img/blue/import-wallet-150.png
deleted file mode 100644
index f2364a178..000000000
Binary files a/docs/img/blue/import-wallet-150.png and /dev/null differ
diff --git a/docs/img/blue/import-wallet-200.png b/docs/img/blue/import-wallet-200.png
deleted file mode 100644
index fb962dba2..000000000
Binary files a/docs/img/blue/import-wallet-200.png and /dev/null differ
diff --git a/docs/img/blue/import-wallet-400.png b/docs/img/blue/import-wallet-400.png
deleted file mode 100644
index 71813993c..000000000
Binary files a/docs/img/blue/import-wallet-400.png and /dev/null differ
diff --git a/docs/img/blue/import-wallet-600.png b/docs/img/blue/import-wallet-600.png
deleted file mode 100644
index c9de878ac..000000000
Binary files a/docs/img/blue/import-wallet-600.png and /dev/null differ
diff --git a/docs/img/blue/import-wallet.png b/docs/img/blue/import-wallet.png
deleted file mode 100644
index baea760b8..000000000
Binary files a/docs/img/blue/import-wallet.png and /dev/null differ
diff --git a/docs/img/blue/multisig-wallet-home-125.png b/docs/img/blue/multisig-wallet-home-125.png
deleted file mode 100644
index f1127960f..000000000
Binary files a/docs/img/blue/multisig-wallet-home-125.png and /dev/null differ
diff --git a/docs/img/blue/multisig-wallet-home-150.png b/docs/img/blue/multisig-wallet-home-150.png
deleted file mode 100644
index 1f6572143..000000000
Binary files a/docs/img/blue/multisig-wallet-home-150.png and /dev/null differ
diff --git a/docs/img/blue/multisig-wallet-home-200.png b/docs/img/blue/multisig-wallet-home-200.png
deleted file mode 100644
index 9b306bded..000000000
Binary files a/docs/img/blue/multisig-wallet-home-200.png and /dev/null differ
diff --git a/docs/img/blue/multisig-wallet-home-400.png b/docs/img/blue/multisig-wallet-home-400.png
deleted file mode 100644
index 5a7e1811f..000000000
Binary files a/docs/img/blue/multisig-wallet-home-400.png and /dev/null differ
diff --git a/docs/img/blue/multisig-wallet-home-600.png b/docs/img/blue/multisig-wallet-home-600.png
deleted file mode 100644
index 24b9d78df..000000000
Binary files a/docs/img/blue/multisig-wallet-home-600.png and /dev/null differ
diff --git a/docs/img/blue/multisig-wallet-home.png b/docs/img/blue/multisig-wallet-home.png
deleted file mode 100644
index 1259d73c2..000000000
Binary files a/docs/img/blue/multisig-wallet-home.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-add-key-success-125.png b/docs/img/blue/new-vault-add-key-success-125.png
deleted file mode 100644
index 818c82a83..000000000
Binary files a/docs/img/blue/new-vault-add-key-success-125.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-add-key-success-150.png b/docs/img/blue/new-vault-add-key-success-150.png
deleted file mode 100644
index 18bacae7a..000000000
Binary files a/docs/img/blue/new-vault-add-key-success-150.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-add-key-success-200.png b/docs/img/blue/new-vault-add-key-success-200.png
deleted file mode 100644
index 2a1997332..000000000
Binary files a/docs/img/blue/new-vault-add-key-success-200.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-add-key-success-400.png b/docs/img/blue/new-vault-add-key-success-400.png
deleted file mode 100644
index 06b738c6a..000000000
Binary files a/docs/img/blue/new-vault-add-key-success-400.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-add-key-success-600.png b/docs/img/blue/new-vault-add-key-success-600.png
deleted file mode 100644
index f4b813c78..000000000
Binary files a/docs/img/blue/new-vault-add-key-success-600.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-add-key-success.png b/docs/img/blue/new-vault-add-key-success.png
deleted file mode 100644
index c4d4d7c68..000000000
Binary files a/docs/img/blue/new-vault-add-key-success.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-create-125.png b/docs/img/blue/new-vault-create-125.png
deleted file mode 100644
index 0c15c10c4..000000000
Binary files a/docs/img/blue/new-vault-create-125.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-create-150.png b/docs/img/blue/new-vault-create-150.png
deleted file mode 100644
index 956bb8b09..000000000
Binary files a/docs/img/blue/new-vault-create-150.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-create-200.png b/docs/img/blue/new-vault-create-200.png
deleted file mode 100644
index 064e8e394..000000000
Binary files a/docs/img/blue/new-vault-create-200.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-create-400.png b/docs/img/blue/new-vault-create-400.png
deleted file mode 100644
index cc75d345e..000000000
Binary files a/docs/img/blue/new-vault-create-400.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-create-600.png b/docs/img/blue/new-vault-create-600.png
deleted file mode 100644
index 3e4e183fe..000000000
Binary files a/docs/img/blue/new-vault-create-600.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-create.png b/docs/img/blue/new-vault-create.png
deleted file mode 100644
index 52fdff20b..000000000
Binary files a/docs/img/blue/new-vault-create.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-lets-start-125.png b/docs/img/blue/new-vault-lets-start-125.png
deleted file mode 100644
index 2975a15d2..000000000
Binary files a/docs/img/blue/new-vault-lets-start-125.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-lets-start-150.png b/docs/img/blue/new-vault-lets-start-150.png
deleted file mode 100644
index 0b76c1ca3..000000000
Binary files a/docs/img/blue/new-vault-lets-start-150.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-lets-start-200.png b/docs/img/blue/new-vault-lets-start-200.png
deleted file mode 100644
index 943663d26..000000000
Binary files a/docs/img/blue/new-vault-lets-start-200.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-lets-start-400.png b/docs/img/blue/new-vault-lets-start-400.png
deleted file mode 100644
index 4232a8960..000000000
Binary files a/docs/img/blue/new-vault-lets-start-400.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-lets-start-600.png b/docs/img/blue/new-vault-lets-start-600.png
deleted file mode 100644
index 69199a0ea..000000000
Binary files a/docs/img/blue/new-vault-lets-start-600.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-lets-start.png b/docs/img/blue/new-vault-lets-start.png
deleted file mode 100644
index fb23b38d6..000000000
Binary files a/docs/img/blue/new-vault-lets-start.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-scan-key-125.png b/docs/img/blue/new-vault-scan-key-125.png
deleted file mode 100644
index ce2b48759..000000000
Binary files a/docs/img/blue/new-vault-scan-key-125.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-scan-key-150.png b/docs/img/blue/new-vault-scan-key-150.png
deleted file mode 100644
index 0cb61280d..000000000
Binary files a/docs/img/blue/new-vault-scan-key-150.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-scan-key-200.png b/docs/img/blue/new-vault-scan-key-200.png
deleted file mode 100644
index 6d413edf2..000000000
Binary files a/docs/img/blue/new-vault-scan-key-200.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-scan-key-400.png b/docs/img/blue/new-vault-scan-key-400.png
deleted file mode 100644
index 22f7f26a1..000000000
Binary files a/docs/img/blue/new-vault-scan-key-400.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-scan-key-600.png b/docs/img/blue/new-vault-scan-key-600.png
deleted file mode 100644
index 29869e1c3..000000000
Binary files a/docs/img/blue/new-vault-scan-key-600.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-scan-key.png b/docs/img/blue/new-vault-scan-key.png
deleted file mode 100644
index 47b3bc7f2..000000000
Binary files a/docs/img/blue/new-vault-scan-key.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-settings-125.png b/docs/img/blue/new-vault-settings-125.png
deleted file mode 100644
index e197fa106..000000000
Binary files a/docs/img/blue/new-vault-settings-125.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-settings-150.png b/docs/img/blue/new-vault-settings-150.png
deleted file mode 100644
index bd8bc558f..000000000
Binary files a/docs/img/blue/new-vault-settings-150.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-settings-200.png b/docs/img/blue/new-vault-settings-200.png
deleted file mode 100644
index 95ec87b02..000000000
Binary files a/docs/img/blue/new-vault-settings-200.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-settings-400.png b/docs/img/blue/new-vault-settings-400.png
deleted file mode 100644
index f91180d35..000000000
Binary files a/docs/img/blue/new-vault-settings-400.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-settings-600.png b/docs/img/blue/new-vault-settings-600.png
deleted file mode 100644
index dea517748..000000000
Binary files a/docs/img/blue/new-vault-settings-600.png and /dev/null differ
diff --git a/docs/img/blue/new-vault-settings.png b/docs/img/blue/new-vault-settings.png
deleted file mode 100644
index 7f96f891f..000000000
Binary files a/docs/img/blue/new-vault-settings.png and /dev/null differ
diff --git a/docs/img/blue/receive-address-125.png b/docs/img/blue/receive-address-125.png
deleted file mode 100644
index 7b1bfd566..000000000
Binary files a/docs/img/blue/receive-address-125.png and /dev/null differ
diff --git a/docs/img/blue/receive-address-150.png b/docs/img/blue/receive-address-150.png
deleted file mode 100644
index 9adebbe57..000000000
Binary files a/docs/img/blue/receive-address-150.png and /dev/null differ
diff --git a/docs/img/blue/receive-address-200.png b/docs/img/blue/receive-address-200.png
deleted file mode 100644
index 5b7dbff7f..000000000
Binary files a/docs/img/blue/receive-address-200.png and /dev/null differ
diff --git a/docs/img/blue/receive-address-400.png b/docs/img/blue/receive-address-400.png
deleted file mode 100644
index 7447d1bd9..000000000
Binary files a/docs/img/blue/receive-address-400.png and /dev/null differ
diff --git a/docs/img/blue/receive-address-600.png b/docs/img/blue/receive-address-600.png
deleted file mode 100644
index fddee8db4..000000000
Binary files a/docs/img/blue/receive-address-600.png and /dev/null differ
diff --git a/docs/img/blue/receive-address.png b/docs/img/blue/receive-address.png
deleted file mode 100644
index 5f75a9517..000000000
Binary files a/docs/img/blue/receive-address.png and /dev/null differ
diff --git a/docs/img/blue/send-125.png b/docs/img/blue/send-125.png
deleted file mode 100644
index edf330d82..000000000
Binary files a/docs/img/blue/send-125.png and /dev/null differ
diff --git a/docs/img/blue/send-150.png b/docs/img/blue/send-150.png
deleted file mode 100644
index 37ef7a51d..000000000
Binary files a/docs/img/blue/send-150.png and /dev/null differ
diff --git a/docs/img/blue/send-200.png b/docs/img/blue/send-200.png
deleted file mode 100644
index 51ddf7c39..000000000
Binary files a/docs/img/blue/send-200.png and /dev/null differ
diff --git a/docs/img/blue/send-400.png b/docs/img/blue/send-400.png
deleted file mode 100644
index ce023de39..000000000
Binary files a/docs/img/blue/send-400.png and /dev/null differ
diff --git a/docs/img/blue/send-600.png b/docs/img/blue/send-600.png
deleted file mode 100644
index adfe8b506..000000000
Binary files a/docs/img/blue/send-600.png and /dev/null differ
diff --git a/docs/img/blue/send.png b/docs/img/blue/send.png
deleted file mode 100644
index dd097a0b4..000000000
Binary files a/docs/img/blue/send.png and /dev/null differ
diff --git a/docs/img/blue/singlesig-wallet-home-125.png b/docs/img/blue/singlesig-wallet-home-125.png
deleted file mode 100644
index 7cac7c262..000000000
Binary files a/docs/img/blue/singlesig-wallet-home-125.png and /dev/null differ
diff --git a/docs/img/blue/singlesig-wallet-home-150.png b/docs/img/blue/singlesig-wallet-home-150.png
deleted file mode 100644
index 8bd152bb3..000000000
Binary files a/docs/img/blue/singlesig-wallet-home-150.png and /dev/null differ
diff --git a/docs/img/blue/singlesig-wallet-home-200.png b/docs/img/blue/singlesig-wallet-home-200.png
deleted file mode 100644
index 65fcb0481..000000000
Binary files a/docs/img/blue/singlesig-wallet-home-200.png and /dev/null differ
diff --git a/docs/img/blue/singlesig-wallet-home-400.png b/docs/img/blue/singlesig-wallet-home-400.png
deleted file mode 100644
index a5a4bf2df..000000000
Binary files a/docs/img/blue/singlesig-wallet-home-400.png and /dev/null differ
diff --git a/docs/img/blue/singlesig-wallet-home-600.png b/docs/img/blue/singlesig-wallet-home-600.png
deleted file mode 100644
index ac2f35b86..000000000
Binary files a/docs/img/blue/singlesig-wallet-home-600.png and /dev/null differ
diff --git a/docs/img/blue/singlesig-wallet-home.png b/docs/img/blue/singlesig-wallet-home.png
deleted file mode 100644
index cdb978d76..000000000
Binary files a/docs/img/blue/singlesig-wallet-home.png and /dev/null differ
diff --git a/docs/img/maixpy_amigo/extended-public-key-selected-150.en.png b/docs/img/maixpy_amigo/extended-public-key-selected-150.en.png
new file mode 100644
index 000000000..b48c01465
Binary files /dev/null and b/docs/img/maixpy_amigo/extended-public-key-selected-150.en.png differ
diff --git a/docs/img/maixpy_amigo/extended-public-key-xpub-qr-menu-selected-150.en.png b/docs/img/maixpy_amigo/extended-public-key-xpub-qr-menu-selected-150.en.png
new file mode 100644
index 000000000..992fd59f1
Binary files /dev/null and b/docs/img/maixpy_amigo/extended-public-key-xpub-qr-menu-selected-150.en.png differ
diff --git a/docs/img/maixpy_m5stickv/extended-public-key-selected-125.en.png b/docs/img/maixpy_m5stickv/extended-public-key-selected-125.en.png
new file mode 100644
index 000000000..b6d11bf7d
Binary files /dev/null and b/docs/img/maixpy_m5stickv/extended-public-key-selected-125.en.png differ
diff --git a/docs/img/maixpy_m5stickv/extended-public-key-xpub-qr-menu-selected-125.en.png b/docs/img/maixpy_m5stickv/extended-public-key-xpub-qr-menu-selected-125.en.png
new file mode 100644
index 000000000..cbde81251
Binary files /dev/null and b/docs/img/maixpy_m5stickv/extended-public-key-xpub-qr-menu-selected-125.en.png differ
diff --git a/docs/img/sparrow/airgapped-hardware-wallet-150.png b/docs/img/sparrow/airgapped-hardware-wallet-150.png
deleted file mode 100644
index 96ed207e0..000000000
Binary files a/docs/img/sparrow/airgapped-hardware-wallet-150.png and /dev/null differ
diff --git a/docs/img/sparrow/broadcast-transaction-600.png b/docs/img/sparrow/broadcast-transaction-600.png
deleted file mode 100644
index 123878d18..000000000
Binary files a/docs/img/sparrow/broadcast-transaction-600.png and /dev/null differ
diff --git a/docs/img/sparrow/create-transaction-screen-600.png b/docs/img/sparrow/create-transaction-screen-600.png
deleted file mode 100644
index 1e7543573..000000000
Binary files a/docs/img/sparrow/create-transaction-screen-600.png and /dev/null differ
diff --git a/docs/img/sparrow/descriptor-multisig-key-settings-600.png b/docs/img/sparrow/descriptor-multisig-key-settings-600.png
deleted file mode 100644
index 168e0e1a6..000000000
Binary files a/docs/img/sparrow/descriptor-multisig-key-settings-600.png and /dev/null differ
diff --git a/docs/img/sparrow/descriptor-singlesig-key-settings-600.png b/docs/img/sparrow/descriptor-singlesig-key-settings-600.png
deleted file mode 100644
index 1c5330f7a..000000000
Binary files a/docs/img/sparrow/descriptor-singlesig-key-settings-600.png and /dev/null differ
diff --git a/docs/img/sparrow/finalize-transaction-600.png b/docs/img/sparrow/finalize-transaction-600.png
deleted file mode 100644
index aef493095..000000000
Binary files a/docs/img/sparrow/finalize-transaction-600.png and /dev/null differ
diff --git a/docs/img/sparrow/keystore-multisig-key-settings-600.png b/docs/img/sparrow/keystore-multisig-key-settings-600.png
deleted file mode 100644
index e300348a1..000000000
Binary files a/docs/img/sparrow/keystore-multisig-key-settings-600.png and /dev/null differ
diff --git a/docs/img/sparrow/keystore-singlesig-key-settings-600.png b/docs/img/sparrow/keystore-singlesig-key-settings-600.png
deleted file mode 100644
index 4bf36e836..000000000
Binary files a/docs/img/sparrow/keystore-singlesig-key-settings-600.png and /dev/null differ
diff --git a/docs/img/sparrow/krux-scan-qr-400.png b/docs/img/sparrow/krux-scan-qr-400.png
deleted file mode 100644
index 8d54b6211..000000000
Binary files a/docs/img/sparrow/krux-scan-qr-400.png and /dev/null differ
diff --git a/docs/img/sparrow/multisig-receive-address-600.png b/docs/img/sparrow/multisig-receive-address-600.png
deleted file mode 100644
index a0f70aa6e..000000000
Binary files a/docs/img/sparrow/multisig-receive-address-600.png and /dev/null differ
diff --git a/docs/img/sparrow/multisig-wallet-settings-600.png b/docs/img/sparrow/multisig-wallet-settings-600.png
deleted file mode 100644
index f6de9f9e3..000000000
Binary files a/docs/img/sparrow/multisig-wallet-settings-600.png and /dev/null differ
diff --git a/docs/img/sparrow/new-multisig-wallet-400.png b/docs/img/sparrow/new-multisig-wallet-400.png
deleted file mode 100644
index 092e121e3..000000000
Binary files a/docs/img/sparrow/new-multisig-wallet-400.png and /dev/null differ
diff --git a/docs/img/sparrow/new-singlesig-wallet-400.png b/docs/img/sparrow/new-singlesig-wallet-400.png
deleted file mode 100644
index 00df7cd70..000000000
Binary files a/docs/img/sparrow/new-singlesig-wallet-400.png and /dev/null differ
diff --git a/docs/img/sparrow/show-qr-300.png b/docs/img/sparrow/show-qr-300.png
deleted file mode 100644
index e13e6385c..000000000
Binary files a/docs/img/sparrow/show-qr-300.png and /dev/null differ
diff --git a/docs/img/sparrow/singlesig-receive-address-600.png b/docs/img/sparrow/singlesig-receive-address-600.png
deleted file mode 100644
index c37d8da33..000000000
Binary files a/docs/img/sparrow/singlesig-receive-address-600.png and /dev/null differ
diff --git a/docs/img/sparrow/singlesig-wallet-settings-400.png b/docs/img/sparrow/singlesig-wallet-settings-400.png
deleted file mode 100644
index 8c00b61f4..000000000
Binary files a/docs/img/sparrow/singlesig-wallet-settings-400.png and /dev/null differ
diff --git a/docs/img/specter/add-new-device-button-400.png b/docs/img/specter/add-new-device-button-400.png
deleted file mode 100644
index c4597bbcc..000000000
Binary files a/docs/img/specter/add-new-device-button-400.png and /dev/null differ
diff --git a/docs/img/specter/add-new-wallet-button-400.png b/docs/img/specter/add-new-wallet-button-400.png
deleted file mode 100644
index 8e4b0f210..000000000
Binary files a/docs/img/specter/add-new-wallet-button-400.png and /dev/null differ
diff --git a/docs/img/specter/broadcast-transaction-screen-400.png b/docs/img/specter/broadcast-transaction-screen-400.png
deleted file mode 100644
index 42c5fe334..000000000
Binary files a/docs/img/specter/broadcast-transaction-screen-400.png and /dev/null differ
diff --git a/docs/img/specter/create-multisig-wallet-screen-600.png b/docs/img/specter/create-multisig-wallet-screen-600.png
deleted file mode 100644
index 791d1201d..000000000
Binary files a/docs/img/specter/create-multisig-wallet-screen-600.png and /dev/null differ
diff --git a/docs/img/specter/create-singlesig-wallet-screen-600.png b/docs/img/specter/create-singlesig-wallet-screen-600.png
deleted file mode 100644
index fe22621a6..000000000
Binary files a/docs/img/specter/create-singlesig-wallet-screen-600.png and /dev/null differ
diff --git a/docs/img/specter/create-transaction-screen-600.png b/docs/img/specter/create-transaction-screen-600.png
deleted file mode 100644
index fd6bc6cc8..000000000
Binary files a/docs/img/specter/create-transaction-screen-600.png and /dev/null differ
diff --git a/docs/img/specter/export-wallet-screen-600.png b/docs/img/specter/export-wallet-screen-600.png
deleted file mode 100644
index f18fe6838..000000000
Binary files a/docs/img/specter/export-wallet-screen-600.png and /dev/null differ
diff --git a/docs/img/specter/multisig-demo-device-400.png b/docs/img/specter/multisig-demo-device-400.png
deleted file mode 100644
index 620250ff9..000000000
Binary files a/docs/img/specter/multisig-demo-device-400.png and /dev/null differ
diff --git a/docs/img/specter/multisig-segwit-key-600.png b/docs/img/specter/multisig-segwit-key-600.png
deleted file mode 100644
index 70c7c84b4..000000000
Binary files a/docs/img/specter/multisig-segwit-key-600.png and /dev/null differ
diff --git a/docs/img/specter/pick-device-screen-multisig-400.png b/docs/img/specter/pick-device-screen-multisig-400.png
deleted file mode 100644
index e212cb35f..000000000
Binary files a/docs/img/specter/pick-device-screen-multisig-400.png and /dev/null differ
diff --git a/docs/img/specter/pick-device-screen-singlesig-400.png b/docs/img/specter/pick-device-screen-singlesig-400.png
deleted file mode 100644
index 90d750647..000000000
Binary files a/docs/img/specter/pick-device-screen-singlesig-400.png and /dev/null differ
diff --git a/docs/img/specter/receive-address-screen-400.png b/docs/img/specter/receive-address-screen-400.png
deleted file mode 100644
index 7f0c23f62..000000000
Binary files a/docs/img/specter/receive-address-screen-400.png and /dev/null differ
diff --git a/docs/img/specter/scan-signed-transaction-button-400.png b/docs/img/specter/scan-signed-transaction-button-400.png
deleted file mode 100644
index e8fed3ecc..000000000
Binary files a/docs/img/specter/scan-signed-transaction-button-400.png and /dev/null differ
diff --git a/docs/img/specter/select-device-type-screen-600.png b/docs/img/specter/select-device-type-screen-600.png
deleted file mode 100644
index 5d868faa8..000000000
Binary files a/docs/img/specter/select-device-type-screen-600.png and /dev/null differ
diff --git a/docs/img/specter/select-wallet-type-screen-multisig-400.png b/docs/img/specter/select-wallet-type-screen-multisig-400.png
deleted file mode 100644
index 91e379005..000000000
Binary files a/docs/img/specter/select-wallet-type-screen-multisig-400.png and /dev/null differ
diff --git a/docs/img/specter/select-wallet-type-screen-singlesig-400.png b/docs/img/specter/select-wallet-type-screen-singlesig-400.png
deleted file mode 100644
index 8c4c1e434..000000000
Binary files a/docs/img/specter/select-wallet-type-screen-singlesig-400.png and /dev/null differ
diff --git a/docs/img/specter/single-sig-demo-device-400.png b/docs/img/specter/single-sig-demo-device-400.png
deleted file mode 100644
index 0932e020b..000000000
Binary files a/docs/img/specter/single-sig-demo-device-400.png and /dev/null differ
diff --git a/docs/img/specter/single-sig-segwit-key-600.png b/docs/img/specter/single-sig-segwit-key-600.png
deleted file mode 100644
index 05f7ecc21..000000000
Binary files a/docs/img/specter/single-sig-segwit-key-600.png and /dev/null differ
diff --git a/docs/img/specter/upload-keys-screen-600.png b/docs/img/specter/upload-keys-screen-600.png
deleted file mode 100644
index 8e8871155..000000000
Binary files a/docs/img/specter/upload-keys-screen-600.png and /dev/null differ
diff --git a/docs/snippets/single-multi-wallet-descriptor.en.txt b/docs/snippets/single-multi-wallet-descriptor.en.txt
deleted file mode 100644
index 7a75a7b07..000000000
--- a/docs/snippets/single-multi-wallet-descriptor.en.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-In Krux, navigate to "Wallet" -> "Wallet Descriptor" and choose to load a descriptor from QR code or SD card.
-
-
-
-
-After the descriptor is loaded, Krux will present basic information about it:
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index faf04e8db..4d0e5225a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -82,8 +82,8 @@ nav:
- Generating a Mnemonic: getting-started/usage/generating-a-mnemonic.en.md
- Loading a Mnemonic: getting-started/usage/loading-a-mnemonic.en.md
- Navigating the Main Menu: getting-started/usage/navigating-the-main-menu.en.md
- - Using a Single-sig Wallet: getting-started/usage/using-a-single-sig-wallet.en.md
- - Using a Multisig Wallet: getting-started/usage/using-a-multisig-wallet.en.md
+ - Setting a Coordinator and Signing: getting-started/usage/setting-a-coordinator-and-signing.en.md
+ - Video Tutorials: getting-started/usage/video-tutorials.en.md
- Features:
- Encrypted Mnemonics: getting-started/features/encrypted-mnemonics.en.md
- Printing: getting-started/features/printing.en.md
diff --git a/simulator/sequences/extended-public-key-wpkh.txt b/simulator/sequences/extended-public-key-wpkh.txt
index 5eaac1f12..11691e33a 100644
--- a/simulator/sequences/extended-public-key-wpkh.txt
+++ b/simulator/sequences/extended-public-key-wpkh.txt
@@ -2,6 +2,9 @@ include _load-12-word-mnemonic.txt
# Navigate to Extended Public Key
press BUTTON_B
+
+screenshot extended-public-key-selected.png
+
press BUTTON_A
screenshot extended-public-key-menu.png
@@ -16,6 +19,9 @@ press BUTTON_A
# Enter to xpub QR code
press BUTTON_B
+
+screenshot extended-public-key-xpub-qr-menu-selected.png
+
press BUTTON_A
# Give time to render QR code - slow computer?