# 4.1 Buying Tokens

#### How swaps work (simple explanation)

When you buy or sell tokens on Trendex, you are performing a swap.

A swap = exchanging one asset for another\
(example: SOL → Token)

The final execution price of a swap can vary slightly due to:<br>

* **Fees (network fees, LP fees)**
* **Slippage (price movement during your transaction)**
* **Liquidity (deep liquidity = more stable price)**<br>

This behavior is standard in AMM-based crypto systems.

Disclaimer:\
\
Trading tokens involves price variability. Trendex does not guarantee execution price, profit, or future value. Users are responsible for understanding swaps and confirming the transaction before submitting.<br>

**You can buy tokens directly inside the Trendex app.**\
\
**You can choose to input:**

* **How much you want to spend (in USD or SOL)**\
  **or**
* **How many tokens you want to receive**<br>

Trendex uses Jupiter routing to automatically find the best execution path.

Prices can vary based on:<br>

* **Liquidity depth**
* **Demand at that moment**
* **Price curve positioning**<br>

Once the swap is executed, tokens are instantly credited to your Squad — they appear in your Bench by default (not active yet for the next tournament).


---

# 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.trendex.gg/4-buying-and-selling-tokens/4.1-buying-tokens.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.
