# Trading Pairs and Collateral

## Pairs

On the trade screen, you will find a navigation bar on the left side that displays all the available **trading pairs**.  :arrow\_heading\_down:

<figure><img src="/files/sJR8k4sy37xVggqe4JAO" alt=""><figcaption></figcaption></figure>

Once you select a **trading pair**, you will see a graph and important data related to the pricing of that specific pair. The displayed data includes the current price of the pair and the price change over the past 24 hours.

Below this key data, there is a chart that tracks the price of the selected pair over a time period of your choice. You can switch the timeframe of the chart by clicking on the relevant buttons.

{% hint style="info" %}
It's important to note that cryptocurrencies are traded peer-to-peer, meaning there is no fixed price for assets at any given moment. The price you see listed on our platform is determined internally through our calculations, which are based on information collected from multiple sources through our Oracles.

For more detailed information on how this pricing system functions, please refer to the  [🧿 | Oracle System](/easyx/protocol/or-oracle-system.md) of the document.&#x20;
{% endhint %}

## Collateral options :arrow\_heading\_down:

{% tabs %}
{% tab title="USDC" %}
USDC, which stands for USD Coin, is a stablecoin developed by Circle. It is designed to maintain a fixed value relative to a non-digital asset, specifically the US Dollar.\
\
&#x20;In normal circumstances, the value of USDC is intended to remain constant, with very minimal fluctuations. This means that 1 USDC is generally equal to $1.

If you would like to gather more information about USDC, please visit the following link:\
<https://www.circle.com/en/usdc>
{% endtab %}

{% tab title="TBD" %}
**Coming soon!**
{% endtab %}
{% endtabs %}


---

# 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.easyx.trade/easyx/start-trading/or-easyx-guide/trading-pairs-and-collateral.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.
