# Exchanges

## What is an Exchange

In blockchain ecosystems, an exchange is a service that offers the technical system for selling and buying tokens, often from more than one chain/network.

For instance, an exchange can provide the means to buy ETH for USDT, sell BTC for USDC or buy/sell BTC/ETC pair.

## What exchanges support HMND

There are a lot of exchanges out there, and not all of them support operations with HMND on the Humanode network yet.

We have a list of known good exchanges on our website at <https://humanode.io> in the "HMND" section.

{% hint style="danger" %}
Be advised that, just like with any other popular blockchain network, there are constant ongoing fishing attacks whose goal is to mislead the users into interacting with a fraudulent attacker's fake service pretending to be the real one, instead of the actual real one.

Take extra caution to ensure you have visited the actual exchange service you intended to rather than a fishing website by carefully inspecting the URL in the web browser address bar.
{% 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://gitbook.humanode.io/docs/tools-and-services/exchanges.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.
