# How to trade my f/s Token?

### Method 1:

* Click on **\[Marketplace]** on the left to enter the page.

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

* If you want to trade fTokens, click **\[Flexible Staking]** and select the trading pair.
* If you want to trade sTokens, click **\[Fixed Staking]** and select the trading pair.

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

### Method 2：

Scroll down to the position section on the **\[My Portfolio]** page, and click **\[Trade]** next to the corresponding tokenized asset to enter the trading page.

<figure><img src="/files/6G7VltHjHLuW2KVnxk9g" alt=""><figcaption></figcaption></figure>

### Start Trading：

* Select your preferred trading method (including: **Scan Mode**, **Transaction Mode**).
  * **Scan Mode**: Allows you to buy tokens in bulk based on market orders (this mode currently does not support bulk limit orders).
  * **Transaction Mode**: Allows you to buy or sell tokenized assets at a specific price.

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

#### Scan Mode：

* Select the desired order to purchase.&#x20;
* The selected order's details will be displayed below, including&#x20;
  * number of orders
  * amount of tokenized assets&#x20;
  * transaction amount
  * Click to proceed with the purchase.

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

#### Transaction Mode：

#### Buy Side：

1. Enter the desired price for the tokenized assets.&#x20;
2. Enter the desired quantity of the tokenized assets to purchase.
3. &#x20;Verify if the total amount is correct.&#x20;
4. Proceed to place a buy order.

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

#### Sell Side：

1. Enter the desired price for selling the tokenized assets.&#x20;
2. Enter the desired quantity of tokenized assets to sell.&#x20;
3. Verify if the total amount is correct.&#x20;
4. Proceed to place a sell order.

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

#### Review My Orders:：

After successfully placing a buy/sell order, scroll down to the **Order** section to review your current orders.

For orders that have not been fully executed, you can perform the following actions:

* &#x20;**Modify Order**
* **Cancel Order**

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

#### Modify：

Click **\[Modify]** to trigger the pop-up window.

* Adjust the desired transaction price for the order.
* Adjust the desired transaction quantity for the order.

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

#### Cancel Order：

Click **\[Cancel]** to cancel the corresponding order.

<figure><img src="/files/nYjE4zB1QC8fmY5vnu9i" alt=""><figcaption></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.lsp.finance/academy/how-to-trade-my-f-s-token.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.
