# Market

A market on Crescent DEX is a place where two tokens, known as a trading pair, are exchanged. The base token is the first in the pair and serves as the standard for transactions, while the quote token is the second in the pair and signifies the trade's counter value. Each trading pair on Crescent DEX comes with details regarding the fees involved in trading these tokens. This fee information is not static; it can be adjusted through governance.

Every market created on Crescent DEX is exclusive and cannot be duplicated with the same base and quote tokens. However, a new market can be established with the pair's roles reversed, meaning the base and quote tokens are switched. While these two markets perform parallel functions within the exchange, certain differences exist between them. They may showcase distinct prices, conform to varying settlement norms, and adopt unique fee structures if required.

<figure><img src="/files/QMAbnE8hO11xHXbHqmem" alt=""><figcaption><p>Market and Coin pair</p></figcaption></figure>


---

# 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.crescent.network/introduction/crescent-dex/market.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.
