# FAQ

<details>

<summary> I have sent some ETH to my Sigma wallet, but I can't see it in my balance!</summary>

Please do the /chains command in the bot and make sure you are on the correct chain. If you still can't see your balance after that, make sure the transactions were sent on the blockchain.

</details>

<details>

<summary>How can i see my existing tokens (that were not bought with Sigma) in the bot?</summary>

Paste the contract address of the token that you would like to see. After doing that once, you will see the token in your /positions menu

</details>

<details>

<summary>What does Alpha mode mean?</summary>

Alpha mode disables all of the security checks of the bot and lets you buy into high taxes, honeypots, blacklists etc., etc.\
Red is disabled, green is enabled.

</details>

<details>

<summary>What does FoF mean?</summary>

FoF stands for First or Fail, meaning that if you don't get the first position in the block, your transaction will fail.\
\
Red is disabled, green is enabled.

</details>


---

# 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.sigma.win/getting-started/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.
