> For the complete documentation index, see [llms.txt](https://banana-gun.gitbook.io/banana-gun-solana/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://banana-gun.gitbook.io/banana-gun-solana/trading/faqs.md).

# FAQs

<details>

<summary>Token price is not updating in the sell menu?</summary>

At times, Telegram may stop updating a message in the bot. If this happens, simply paste the contract address into the bot again. This will refresh the message and load the latest update.

</details>

<details>

<summary>What if I remove a position or don’t see a token I bought in my positions list?</summary>

No worries! Simply paste the contract address into the bot to reload and update your positions.

</details>

<details>

<summary>How can I extract my private key from Banana Gun?</summary>

You can’t. Banana Gun doesn’t provide an option to retrieve your private key. When generating a wallet, securely save your private key—it cannot be recovered. Never share it. And remember, the team will never ask for it!

</details>

<details>

<summary>What is Gas?</summary>

Gas is the fee for processing Solana transactions, with base gas being the minimum required. Adding "Buy Gas" or "Sell Gas" increases your fee, prioritizing your transaction for faster processing.

</details>

<details>

<summary>What is Mev Tip</summary>

When the Solana network is busy, a Mev Tip lets you pay extra to speed up your transaction. Validators prioritize transactions with higher tips.&#x20;

</details>

<details>

<summary>What is Slippage?</summary>

Slippage is the difference between the expected price of a trade and the price at which it actually executes. A higher slippage percentage increases the chance of execution but may result in a worse price, while a lower percentage reduces risk but could cause the trade to fail.

</details>

<details>

<summary>What are Limit Orders?</summary>

Limit orders allow users to buy or sell tokens at a specified price or better. Unlike market orders, which execute instantly at the current market price, limit orders only trigger when the asset reaches the set price.

</details>

<details>

<summary>How Can I Get a Referral Link?</summary>

Please visit our referral dashboard to create your referral link:

<https://dashboard.bananagun.io/#/Referral>

</details>

[<br>](https://t.me/BananaGunSniper_bot?start=snp_BANANABOI_0x38e68a37e401f7271568cecaac63c6b1e19130b4)


---

# 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:

```
GET https://banana-gun.gitbook.io/banana-gun-solana/trading/faqs.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.
