# Trading Strategies

The following table outlines recommended trading strategies for FT and XT in response to the interest rate movements of the borrowed tokens:

| <p><br></p>     | FT Strategy  | XT STrategy  |
| --------------- | ------------ | ------------ |
| Rate Increasing | Sell (short) | Buy (long)   |
| Rate Decreasing | Buy (long)   | Sell (short) |

### Strategy Overview

* When Interest Rates are Increasing:
  * FT (Fixed-rate Token): Sell (Short): As market interest rates rise, the fixed rate offered by FT becomes less attractive compared to new rates. Selling FT allows investors to lock in gains before the token's value potentially decreases due to higher prevailing rates.
  * XT (X Token): Buy (Long): Rising interest rates can increase the potential returns from leveraged positions represented by XT. Buying XT enables investors to capitalize on the higher interest rates, potentially enhancing leveraged yields.
* When Interest Rates are Decreasing:
  * FT (Fixed-rate Token): Buy (Long): Lower market interest rates make the fixed rate of FT more attractive. Purchasing FT allows investors to secure higher fixed returns relative to the declining market rates.
  * XT (X Token): Sell (Short): Decreasing interest rates may reduce the benefits of leveraged positions associated with XT. Selling XT can help investors avoid potential decreases in leveraged yields.

### Important Considerations

* **Risk Tolerance:**
  * **FT Tokens:** Offer more predictable returns with lower risk, making them suitable for conservative investors seeking stability.
  * **XT Tokens:** Carry higher risk due to their leveraged nature and potential for variable returns, appealing to investors with a higher risk appetite looking for amplified gains.
* **Transaction Costs and Fees:**
  * Be aware of the gas fees and platform charges associated with buying, selling, shorting, or longing XT and FT tokens. High transaction costs can erode potential profits, especially for frequent traders.


---

# 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.ts.finance/strategies/trading-strategies.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.
