What changed, and why it matters
This commit only updates user documentation. It adds new screenshots showing how to create a new wallet mnemonic and updates the script that automatically generates those screenshots. There are no code changes that affect security.
No security action needed. Treat as routine documentation update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to documentation Markdown files, PNG image assets, and simulator automation scripts. It adds screenshots for the ‘new mnemonic wallet summary/options’ flow and a corresponding simulator sequence file. No application source code, cryptography, or device firmware logic was modified.
Changed components
docs/getting-started/usage/generating-a-mnemonic.en.mddocs/getting-started/usage/loading-a-mnemonic.en.mddocs/img/maixpy_amigo/new-mnemonic-wallet-options-300.en.pngdocs/img/maixpy_amigo/new-mnemonic-wallet-summary-300.en.pngdocs/img/maixpy_m5stickv/new-mnemonic-wallet-options-250.en.pngdocs/img/maixpy_m5stickv/new-mnemonic-wallet-summary-250.en.pngsimulator/generate-device-screenshots.shsimulator/sequences/new-mnemonic-wallet-options.txtInspect captured patch +39 / −3
diff --git a/docs/getting-started/usage/generating-a-mnemonic.en.md b/docs/getting-started/usage/generating-a-mnemonic.en.md
index 3552ce2..4b29ede 100644
--- a/docs/getting-started/usage/generating-a-mnemonic.en.md
+++ b/docs/getting-started/usage/generating-a-mnemonic.en.md
@@ -82,8 +82,12 @@ After sufficient entropy is given, you can manually add custom entropy by editin
On the next screen, review the wallet attributes. Select `Continue` to load
the wallet with the displayed settings, or select `Wallet Options` to set a
-`Passphrase` or `Customize` the wallet. For more details, see
-[Loading a Mnemonic -> Confirm Wallet Attributes](./loading-a-mnemonic.md/#confirm-wallet-attributes).
+`Passphrase` or `Customize` the wallet.
+
+<img src="../../../img/maixpy_amigo/new-mnemonic-wallet-summary-300.png" class="amigo">
+<img src="../../../img/maixpy_m5stickv/new-mnemonic-wallet-summary-250.png" class="m5stickv">
+<img src="../../../img/maixpy_amigo/new-mnemonic-wallet-options-300.png" class="amigo">
+<img src="../../../img/maixpy_m5stickv/new-mnemonic-wallet-options-250.png" class="m5stickv">
<div style="clear: both"></div>
diff --git a/docs/getting-started/usage/loading-a-mnemonic.en.md b/docs/getting-started/usage/loading-a-mnemonic.en.md
index be1f24f..2268d86 100644
--- a/docs/getting-started/usage/loading-a-mnemonic.en.md
+++ b/docs/getting-started/usage/loading-a-mnemonic.en.md
@@ -117,7 +117,10 @@ If you make a mistake while loading a mnemonic, you can easily edit it. Simply t
<img src="../../../img/maixpy_m5stickv/load-mnemonic-seq-overview-250.png" align="right" class="m5stickv">
<img src="../../../img/maixpy_amigo/load-mnemonic-seq-overview-300.png" align="right" class="amigo">
-After confirming your mnemonic, a screen with an **information box at the top** with the wallet's attributes is shown. If they are as expected, just press `Load Wallet`. If you need to change something you may customize the wallet by setting a `Passphrase` or using the `Customize` button.
+After confirming an existing mnemonic, a screen with an **information box at the
+top** shows the wallet's attributes. If they are as expected, just press
+`Load Wallet`. If you need to change something, you may customize the wallet by
+setting a `Passphrase` or using the `Customize` button.
<div style="clear: both"></div>
diff --git a/docs/img/maixpy_amigo/new-mnemonic-wallet-options-300.en.png b/docs/img/maixpy_amigo/new-mnemonic-wallet-options-300.en.png
new file mode 100644
index 0000000..14de06d
Binary files /dev/null and b/docs/img/maixpy_amigo/new-mnemonic-wallet-options-300.en.png differ
diff --git a/docs/img/maixpy_amigo/new-mnemonic-wallet-summary-300.en.png b/docs/img/maixpy_amigo/new-mnemonic-wallet-summary-300.en.png
new file mode 100644
index 0000000..f3a51fc
Binary files /dev/null and b/docs/img/maixpy_amigo/new-mnemonic-wallet-summary-300.en.png differ
diff --git a/docs/img/maixpy_m5stickv/new-mnemonic-wallet-options-250.en.png b/docs/img/maixpy_m5stickv/new-mnemonic-wallet-options-250.en.png
new file mode 100644
index 0000000..1b02573
Binary files /dev/null and b/docs/img/maixpy_m5stickv/new-mnemonic-wallet-options-250.en.png differ
diff --git a/docs/img/maixpy_m5stickv/new-mnemonic-wallet-summary-250.en.png b/docs/img/maixpy_m5stickv/new-mnemonic-wallet-summary-250.en.png
new file mode 100644
index 0000000..4d52ea3
Binary files /dev/null and b/docs/img/maixpy_m5stickv/new-mnemonic-wallet-summary-250.en.png differ
diff --git a/simulator/generate-device-screenshots.sh b/simulator/generate-device-screenshots.sh
index cfb9697..e5df78f 100755
--- a/simulator/generate-device-screenshots.sh
+++ b/simulator/generate-device-screenshots.sh
@@ -46,6 +46,7 @@ uv run poe simulator --sequence sequences/logo.txt --device $device
uv run poe simulator --sequence sequences/about.txt --sd --device $device
uv run poe simulator --sequence sequences/load-mnemonic-options.txt --sd --device $device
uv run poe simulator --sequence sequences/new-mnemonic-options.txt --sd --device $device
+uv run poe simulator --sequence sequences/new-mnemonic-wallet-options.txt --sd --device $device
uv run poe simulator --sequence sequences/load-mnemonic-sequence.txt --sd --device $device
uv run poe simulator --sequence sequences/load-mnemonic-double-mnemonic.txt --sd --device $device
uv run poe simulator --sequence sequences/edit-mnemonic.txt --sd --device $device
diff --git a/simulator/sequences/new-mnemonic-wallet-options.txt b/simulator/sequences/new-mnemonic-wallet-options.txt
new file mode 100644
index 0000000..97f936a
--- /dev/null
+++ b/simulator/sequences/new-mnemonic-wallet-options.txt
@@ -0,0 +1,28 @@
+include _wait-for-logo.txt
+
+# Navigate to New Mnemonic
+press BUTTON_B
+press BUTTON_A
+
+# Generate a 12-word mnemonic via camera entropy
+press BUTTON_A
+press BUTTON_A
+press BUTTON_A
+qrcode arara.png
+qrcode arara.png
+qrcode arara.png
+wait 0.3
+press BUTTON_A
+
+# Continue through entropy details, SHA256, and the mnemonic screen
+press BUTTON_A
+press BUTTON_A
+press BUTTON_A
+
+screenshot new-mnemonic-wallet-summary.png
+
+# Open Wallet Options
+press BUTTON_B
+press BUTTON_A
+
+screenshot new-mnemonic-wallet-options.png
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.