# Sign In with external wallet

Bolt supports an additional feature as part of the authentication flow, which is Exporting External Wallet. This feature allows you to export a wallet created outside Bolt (like using [Züs CLI tools](/zus-docs/clis.md)) and use it to log into Bolt and all the other apps.

To export an external wallet, you'll need to do the following:

1. Navigate to [Bolt ](https://bolt.holdings)and log out if you have already logged in before.
2. From the homepage, click "Sign Up"

<figure><img src="/files/w0aPNTmJrBQ7YQHNe0v0" alt=""><figcaption><p>Fig1: Sign Up button</p></figcaption></figure>

3. Register with your phone number and enter the OTP as mentioned [here](/zus-docs/webapps/bolt/authentication-flow.md).
4. Now in the "Backup Your Mnemonics" screen, click "Add External Wallet"

<figure><img src="/files/jlLGhFeo2lveewm2Ehdg" alt=""><figcaption><p>Fig2: Add External Wallet Button</p></figcaption></figure>

5. Enter the mnemonics of your wallet, either in plain format or in numbered format, then click "Verify Mnemonics".

<figure><img src="/files/Du3YImL63ZkcYmSGTtoO" alt="" width="563"><figcaption><p>Fig3: External Wallet Mnemonics - Simple</p></figcaption></figure>

<figure><img src="/files/nuI8P0j8JpHLaW4LTiII" alt="" width="563"><figcaption><p>Fig4: External Wallet Mnemonics - Numbered</p></figcaption></figure>

6. You'll then be prompted to add a username and a password if you want to securely save your wallet to the cloud for easy login afterwards, or select "No" next to "Save Key to Cloud?" if you prefer not to save it. Enter them if you want, then click "Continue".

That's it! You'll then be logged in to Bolt using you wallet. You can see your wallet and switch between your registered wallets using the Wallet Management component at the top right corner of the page.

<figure><img src="/files/2VmQj726D2pzgdVA8094" alt=""><figcaption><p>Fig5: Wallet Management Component</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zus.network/zus-docs/webapps/bolt/sign-in-with-external-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
