# Frequently Asked Questions (FAQ)

#### **🟡 Is HunterBot free to use?**

**A:** Basic usage of HunterBot may be free, but include fees. Additionally, all transactions incur **Solana network fees**. Check the Fees Structure (if available) or the in-bot notifications during transactions for full details.

***

#### **🔐 Are my private keys safe?**

**A:** Yes, if you follow proper security practices.

* If you **create** a wallet inside the bot, the private key is generated locally and shown only **once** — make sure to store it **offline and securely**.
* If you **import** an existing wallet, do so at your own risk. We strongly recommend using a **dedicated (burner) wallet** for the bot.\
  See our Security Guide for detailed best practices.

***

#### **💸 How do I deposit SOL into the bot?**

**A:**

1. Go to `/settings` > "Wallets" or use the `/wallet` command.
2. Copy your **active wallet address**.
3. Send SOL from another wallet or exchange to that address.\
   Check the Getting Started Guide for step-by-step instructions.

***

#### **🚫 Why did my transaction fail?**

**A:** Common reasons include:

* **Low slippage tolerance:** Price changed too quickly. Try increasing slippage.
* **Low priority fee:** Might not be enough during congestion. Adjust your fee settings.
* **Insufficient SOL:** You may not have enough to cover the token cost **plus network fees**.
* **Solana network issues:** Temporary instability or heavy congestion.
* **Token contract error:** The token’s smart contract may be faulty or malicious.

***

#### **🛡 What is MEV Protect? Should I use it?**

**A:** MEV Protect helps safeguard your transactions from **front-running** and **sandwich attacks**. It is generally recommended to **keep it enabled** for better execution.\
See MEV Protection for more information.

***

#### **🔍 What is RugCheck?**

**A:** RugCheck is a built-in security feature that helps assess whether a token is potentially malicious or unsafe. When you paste a token contract address (CA), HunterBot automatically checks key indicators like:

* Whether the token is **sellable**
* If trading is **locked** or **restricted**
* Ownership status of the smart contract
* Common scam patterns or flags

While RugCheck increases safety, it's **not foolproof**. Always combine it with your own research.\
See RugCheck for how it works and what to look out for.

***

#### **📞 Where can I get help or support?**

**A:** Check the Support section for links to official channels (e.g., Telegram group, announcement channel).


---

# 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://hunterbot-docs.gitbook.io/hunter-bot/miscellaneous/frequently-asked-questions-faq.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.
