# How to Use THORChain

1. Create a wallet on your preferred interface (e.g., Vultisig, Keystore, Ledger, etc.).

   Go to the [Ecosystem](/ecosystem.md#integrated-wallets-and-exchanges) page to find a wallet provider.
2. Go to [THORChain's Swap website](https://swap.thorchain.org/)

   ![Thorchain swap website](/files/JVkdgMaf7w3e8pRQHWNA)
3. Connect your wallet

   ![Connect wallet interface](/files/xY8MKPng97krumPq2w6H)
4. Choose the asset you want to exchange

   ![Select source asset button](/files/dGADKWK5Xw48H7nlYF9Q)

   Search for the source coin you want to swap from.

   ![Asset selection dialog](/files/tBiWBXndUQh0Yw4xmI1I)
5. Choose the asset you want to receive Same process as selecting a source asset

   ![Select destination asset](/files/G9AlQlDODUPitwUJKiW9)
6. Review & confirm: check amount, route, fees, and slippage, then press the Swap button.

   ![Swap button confirmation](/files/mhGHSytxYJGQsJVBy95t)

   Approve the transaction in your wallet if prompted. (Tip: The first time you swap a given token like an ERC-20, you may see two prompts: Approve one-time and then Swap.)
7. Well done! Your transaction is complete.


---

# 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.thorchain.org/how-to-use-thorchain.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.
