# FAQ

### Thor Trading Bot FAQ – Essential Questions

#### 🔐 Is Thor Bot safe?

Yes. Thor is a non-custodial trading bot, meaning you remain the owner of your private keys. Wallets are securely managed server-side, and private keys can only be accessed through requests made via the bot.

***

#### 💳 Which tokens and chains can I trade?

* Currently: **SOL and Solana-compatible tokens**
* Coming soon: BNB chain and other major networks\
  Thor is regularly updated to expand token and chain support.

***

#### ⚡ How fast are trades executed?

Speed depends on **network congestion** and **priority fees**. Setting a higher priority fee improves execution during high-volume launches.

***

#### 🛠 Can I manage multiple wallets?

Yes. Thor allows **up to 10 wallets per user**, ideal for:

* Multi-strategy trading
* Asset segregation
* Testing different copy trading setups

***

#### 🤖 Can I customize AutoBuy and AutoSell?

* **AutoBuy** and **AutoSell** can be toggled on/off anytime.
* You can set **trade limits, risk filters, and token preferences** for safer automation.

***

#### 💰 How does cashback work?

* Calculated monthly based on total trading volume
* Automatically credited to your wallet or bot balance
* Higher tiers unlock **better cashback rates**

***

#### ⚠️ How can I prevent failed trades?

* Keep enough **SOL for fees**
* Avoid extremely low priority fees
* Adjust **slippage and trade size limits**
* System retries failed trades 1–3 times automatically

***

#### 📈 What is Copy Trading, and how does it work?

* Mirror trades from another wallet automatically
* Buy/sell actions follow the **percentage settings you choose**
* Risk filters allow you to limit trade size and token exposure

***

#### 🆘 What if I make a mistake with funds?

Thor is **non-custodial**. If funds are sent to the wrong address, **they cannot be recovered**. Always double-check wallet addresses before sending.

***

#### 📞 How do I get support?

Join the **Support Channel on Telegram** [@thortradingsupport](https://t.me/thortradingsupport)


---

# 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.odin.tools/thor-trading-bot/thor-telegram-bot/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.
