# Trade (deprecated)

"**Trade**" interface allows you to perform 2 main actions:&#x20;

* Create buy or sell orders, which we will also call "**Limit Orders**"
* Fully or partially complete a particular purchase or sale offer&#x20;

This interface offers users advanced trading actions to best manage their portfolios, in particular by using limit orders which will be executed by exploiting the liquidity present throughout the MultiverseX ecosystem.

***

We will note several tools available:&#x20;

* a graph, in cooperation with the project [e-Compass](https://e-compass.io/), allowing you to see the evolution over time of the selected pair

<figure><img src="/files/ozlQ0BJ6a4xcgvty4Ese" alt=""><figcaption><p>Graph example: BTC / USDC</p></figcaption></figure>

* an information table on the liquidity available via offers on the JEX

<figure><img src="/files/G1Ufe15lZpySvUghTTYs" alt="" width="375"><figcaption><p>Liquidity for BTC / USDC</p></figcaption></figure>

* an information table on the latest trades made

<figure><img src="/files/LDQ6KiI4OfOnmxyaCTtS" alt="" width="375"><figcaption><p>Last trades for BTC / USDC</p></figcaption></figure>

* sell or buy selectors

<figure><img src="/files/14s4U4aQpsN6NMEX5DVj" alt=""><figcaption><p>Sell and buy selectors for the BTC / USDC pair</p></figcaption></figure>

* current offers for purchase or sale

<figure><img src="/files/i18P28JObvJMqhG9PKXS" alt=""><figcaption><p>Sell and buy orders on BTC / USDC</p></figcaption></figure>

***

It should be noted that our platform is equipped with an <mark style="color:orange;">**arbitration bot**</mark>. This bot is active on certain trading pairs and allows limit orders to be automatically filled as soon as liquidity is found on the JEX or on another DEX to which we are connected.&#x20;

If the bot is active on a pair, a robot logo 🤖 will be visible to the right of it.

<figure><img src="/files/i2LUlGMdL0c1t5QKcSUv" alt="" width="270"><figcaption><p>Pair with arbitrage bot enabled</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://jexchange.gitbook.io/english/trade-deprecated.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.
