# FAQ

#### **Common Questions** <a href="#common-questions" id="common-questions"></a>

**Account & Setup**

❓ **How do I start using GRODT Trading Bot?** → Simply open [@grodt\_trading\_bot](https://t.me/grodt_trading_bot) in Telegram and send `/start`. No registration needed!

**Trading**

❓ **Why did my trade fail?** → Common reasons:

* Insufficient SOL for gas (always keep 0.01+ SOL for fees)
* Slippage too low (try 1-2% for volatile tokens)

❓ **How are prices determined?** → Real-time rates from Solana DEX aggregators (Orca, Raydium).

**Withdrawals**

❓ **Why is my withdrawal pending?** → Solana network congestion. Check status at [Solana Status](https://status.solana.com). Allow up to 5 minutes.❓ **Minimum withdrawal amount?** → 0.01 SOL (to prevent spam).

***

#### **Error Solutions** <a href="#error-solutions" id="error-solutions"></a>

| Error Message           | Fix                                     |
| ----------------------- | --------------------------------------- |
| "Insufficient balance"  | Deposit more SOL or reduce trade amount |
| "Invalid token address" | Only Solana Spl tokens are supported    |
| "TX timeout"            | Retry or lower gas priority             |

***

#### **Need More Help?** <a href="#need-more-help" id="need-more-help"></a>

🛠️ **Support Channels**:

* Emial: `info@grodt.xyz`
* ⏳ **Response Time**: Typically under 6 hours. Include your Solana address and error screenshots.


---

# 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://grodt-bot.gitbook.io/grodt-trading-bot/overview/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.
