> For the complete documentation index, see [llms.txt](https://docs.ltonetwork.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ltonetwork.com/tutorials/buying-and-staking-lto/exchanges/other-exchanges.md).

# Other exchanges

## Finding LTO tokens

On most exchanges, you need to find the market pairs LTO is traded for. Prominent examples include:

* LTO/BTC
* LTO/USDT
* LTO/ETH
* ... and many more.

Once you found the right pair for you make sure you have enough funds to make your transaction.

## Buying LTO tokens

Buying is mostly an automated process. Once you found the right LTO pair and have enough funds available on the exchange you simply place your order and wait until it is filled.

Afterward, you will see your LTO position in your exchange asset overview. This asset summary can be called Wallets, Assets, even Funds sometimes, and will list all your tokens available to you. Selecting LTO tokens usually opens up a detailed view of your LTO position and allows you to withdraw LTO tokens from the exchange to, for example, your LTO web wallet where you can participate in staking LTO tokens.

## Transferring LTO tokens

If the exchange offers transfers to the LTO mainnet the process is quite simple. Simply copy your LTO web wallet address and transfer your LTO tokens to this exact address. Most exchanges will take a little fee.

{% hint style="warning" %}
It's recommended to transfer LTO tokens from the exchange to your own wallet. If you leave your cryptocurrency on an exchange, the private keys to your coins are with the exchange and your tokens could be stolen.
{% endhint %}

If the exchange is only offering exchange tokens (e.g., ERC-20 or BEP-2), you should use the LTO token bridge instead. The process is quite similar to the '**exchange token to mainnet**' tutorial:

{% content-ref url="/pages/-Mb74jeucmcCfeOpR9mx" %}
[Using the LTO token bridge](/tutorials/buying-and-staking-lto/using-the-lto-bridge.md)
{% endcontent-ref %}

The only difference is that you transfer the exchange funds to the token bridge address provided. That's it, after the transaction from the exchange goes through you will be credited your tokens to your LTO web wallet by the bridge.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ltonetwork.com/tutorials/buying-and-staking-lto/exchanges/other-exchanges.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
