# How to Trade

## Ready to Trade

***

With your assets deposited, you are now ready to experience trading with both limit and market orders, similar to your Centralized Exchange (CEX) experience.

#### **1. Choose Your Trading Pair**

Use the button on the left to select the pair you want to trade on.&#x20;

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

#### **2. Set up Your Parameters**

Market / Limit , Buy / Sell.

* **For Market orders:** They are used to open a trade immediately and will be executed at the current market price (plus spread).
* **For Limit orders:** They are employed when aiming to go long at a price lower than the present value or to go short if the price reaches higher than the current level. The execution occurs at the exact price set, provided it reaches the specified threshold (plus spread).

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

#### **3. Submit Your Order:**

Once you've chosen the type and amount of tokens you want to buy or sell, just click the buy/sell button below. You'll quickly get a notification confirming that your order has been successfully submitted.

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

#### **4. View Your Order:**

You can check the recent orders you and others have placed on the order book by clicking on "Last Trades.”

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

##

## Looking Ahead

***

**More Trading Pairs**: As we prepare for our mainnet launch, we are anticipating a broader range of trading pairs to enhance your trading adventure.


---

# 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://vesselfinance.gitbook.io/vessel/testnet-user-guide/how-to-trade.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.
