# FAQ

### Q1: How to reset 2FA if I lost Google Authenticator?:hatched\_chick:

Just shoot an email to <service@bituniverse.org> and tell us that you need to reset your 2FA. Our professional  staff will give you step-by-step guience to help you out！&#x20;

### Q2:What if it reports error when I import or syncranize the API key? :person\_raising\_hand:&#x20;

**First, the error reports "change your network and retry", then you should check whether your access to internet is normal.** If your internet is not decent, please improve your internet connection. Besides, check whether you have installed Firewall on your phone, and turn it off if it's on. \
\
**Second, the error reports "invalid key", which means the API Key is invalid or it has expired.** Doublecheck and make sure that the API key you imput or scanned is authentic. Moreover, recreate a new one If it has expired.

### Q3: Why can't I create a bot successfully? :space\_invader:&#x20;

It's probably because your API key doesn't permit "enable trading" or has expired, or you don't have enough balance on exchange. \
（1）If you didn't select "enable trading" when you create API key, you should go to check that permission.\
（2）If your API key has expired, create a new one please. \
（3）If you don't have enough balance on your exchange account, go to deposit more.

### Q4: Does BitUniverse take a commission on my trades?:cupcake:

BitUniverse does not charge any trading or other hidden fees, and simply has no technical way of doing that. We advise that you not allow "withdraw funds" permission of your API Key, so that you are restricting direct access to your funds on exchange.&#x20;

### Q5: Why does the bot get stuck and report error? :hear\_no\_evil:&#x20;

Read throughly the reported error when the bot gets stuck, and try to solve the problem by virtue of the prompting message. If you still need help, contact us by joining in our Telegram group <https://t.me/bituniverse> or send us an email at <service@bituniverse.org>. You may attach with your registered email or cellphone number, the exchange and trading pairs you are using, etc, BitUniverse staff will help you out.

### Q6: Which bot shoud I pick? :thinking:&#x20;

BitUniverse has been equiped with a selection of ready-to-configure bots to help you automate a variety of trading strategies, among which gird trading bot is the entry-level one and the most popupar, which is good choice for beginners to start. View the full list of strategies here.

**Have other questions? Contact us at:** :point\_down: \
Telegram: <https://t.me/bituniverse>                                                                                                \
Email: <service@bituniverse.org>                                                                                             &#x20;


---

# 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://help.bituniverse.org/help/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.
