# Exchanges

## Decentralized Exchanges (DEXs)

Decentralized exchanges are crypto-native marketplaces that algorithmically determine the price between two or more assets. These exchanges use an automated market maker to instantly fill orders using a price defined by an algorithm.

### Examples

{% embed url="<https://uniswap.org/>" %}

{% embed url="<https://balancer.finance/>" %}

{% embed url="<https://app.bancor.network/eth/data>" %}

{% embed url="<https://blog.kyber.network/>" %}

{% embed url="<https://docs.gnosis.io/protocol/>" %}

## Aggregators

Aggregators query all decentralized exchanges to find the best opportunity to trade assets.

{% embed url="<https://1inch.exchange/#/>" %}

{% embed url="<https://matcha.xyz/>" %}

## Centralized Exchanges (CEXs)

Centralized exchanges define places tokens are traded and managed by a central order book, similar to traditional financial systems.

### Examples

{% embed url="<https://www.coinbase.com/>" %}

{% embed url="<https://www.binance.com/en>" %}

##


---

# 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://square1-hello.gitbook.io/square-1/decentralized-finance/defi-products/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.
