# Supported Wallets

{% hint style="info" %}
**How do I create a Wallet?**\
Click the `CONNECT` button on the header and Download a Keystore file created with Password. You have to securely backup your Keystore and password very carefully, your funds may be lost if you lose the Keystore file or forget the password.
{% endhint %}

{% hint style="info" %}
**How do I connect a Wallet?**\
Click the `CONNECT` button on the header and select your keystore file. \
**You have to input the correct password in order to use your wallet.**
{% endhint %}

{% hint style="info" %}
**Can I use the same 12 SEED phrases I am already using for Trust Wallet, Metamask?** \
YES, you can use any multi-coin wallet in the THORSwap. Any BIP39 standard 12 seed phrase can be used for wallets.
{% endhint %}


---

# 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.thorswap.finance/thorswap/how-tos/frequently-asked-questions/supported-wallets.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.
