# 2.4 Buy and Sell

**Buying Tokens**

1. Select a token you want to invest in
2. Enter the amount of HBAR you wish to invest (recommended minimum: 0.01 HBAR)
3. Receive your tokens

<figure><img src="/files/xyrhyyFm33jTKwVMK8rK" alt="" width="563"><figcaption></figcaption></figure>

**Selling Tokens**

1. Navigate to the listing page
2. Select "Sell" and enter the amount you wish to sell
3. Receive HBAR directly to your wallet

<figure><img src="/files/nFV3ehXIYjK4eF5ehpe4" alt="" width="563"><figcaption></figcaption></figure>

You can withdraw HBAR to other wallets any time. (details in [Deposit and Withdraw](https://solthumb.gitbook.io/solthumb-docs/solthumb/getting-started/deposit-and-withdraw))


---

# 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.saltapp.xyz/salt/02-salt-app/2.4-buy-and-sell.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.
