> For the complete documentation index, see [llms.txt](https://unicornx-ai.gitbook.io/unicornx.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unicornx-ai.gitbook.io/unicornx.ai/app-beginners-tutorial/how-to-trade.md).

# How to Trade

### 1. **Choose a Blockchain Network**

Select your preferred blockchain—BNB or Solana—from the dropdown menu in the upper-right corner of the Home page.

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

### 2. Select or Search for Your Preferred Token

Select a token from any featured section on the homepage, or use the top search bar to find a token by its name or contract address.

Next, click on the token. A new page will open displaying the token details along with Buy and Sell options.

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

### 3. Buy/Sell the Token

### I. Buy the Token

Clicking the Buy button will redirect you to a new trading page.

> Two trading options are available: **Market Trade** and **Quick Trade**.

### a. Market Trade:

To execute a standard trade, select the "**Market"** option from the dropdown menu.

* Enter the amount of BNB or SOL you'd like to use in the designated field. You may input it manually or adjust the value using the slider.

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

* Click the "**Buy"** button. The transaction will be processed immediately, and a success message will be displayed.

<figure><img src="/files/rhrDmL2mLGn0RAOAUUfW" alt="" width="375"><figcaption></figcaption></figure>

***

### b. Quick Trade:

* To execute a superfast trade, select the "**Quick Trade"** option from the dropdown menu.

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

* Now select the suggested amount, or customize both the amount and trading parameters (such as Slippage Limit and Gas Price) by clicking the Settings icon.

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

* Once the desired amount is selected and the transaction is confirmed, it will be processed immediately, and a confirmation message will be displayed upon successful completion.

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

***Congratulations! Your token purchase was successful.***

***

### ll. Sell the Token

* To sell any token, navigate to the "**Assets**" section and select your preferred blockchain network, either **BNB Smart Chain** or **Solana**.

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

* Select the token you wish to sell. In this example, I have chosen the token ($MERL) that was purchased earlier.\
  The page will open displaying the token details along with Buy and Sell options.\
  Click the "**Sell**" button.

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

* To sell the token, you may choose either the "**Market Trade**" or "**Quick Trade**" option.\
  In this case, I have selected the Quick Trade option.
* Now enter the amount of tokens you wish to sell for the market trade, or select a specific portion of your holdings.\
  You can also customize the sell ratio in the "**Quick Trade settings**".

<figure><img src="/files/hV6ktPD1db6DWrQLxebf" alt="" width="375"><figcaption></figcaption></figure>

* Once the preferred amount is selected and the confirmation is submitted, the transaction will be processed immediately, and a confirmation message will be displayed.

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

***The token sale has been completed successfully!***

***Congratulations on successfully completing your trades on the UnicornX platform. Wishing you a successful and rewarding trading journey ahead!***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://unicornx-ai.gitbook.io/unicornx.ai/app-beginners-tutorial/how-to-trade.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
