# Help & FAQs

**Which tokens can I trade?**

Any CRC20 token that has a CRO pair on VVS Finance.&#x20;

You can input any ticker that is whitelisted on VVS Finance, or enter the contract address of the token.

If a pair requires a hop, it will still execute. For example, you want to buy xToken, but there is only a xToken <> USDC pair, your transaction will be executed via CRO > USDC > xToken.

**What is a "AA" wallet?**

Our “AA” wallet utilizes Account Abstraction standards such that each wallet has smart contract capabilities. Nexabot has utilized Account Abstraction for the security and convenience of users. Since you have to authenticate with both TG and Google/Apple, there is no single point of failure if one of these accounts becomes compromised..&#x20;

**Why can’t I change my settings?**

This feature is still currently under development. However, your trades will execute at default settings:

Slippage: 0.5% for Buys and Sells

**Why isn’t Nexabot picking up the ticker I inputted to buy?**

Our ticker recognition only picks up tickers that are whitelisted on VVS finance. This is to ensure that you are only buying legitimate tokens, as anyone can deploy tokens with any ticker.

**How much do I pay for transactions?**

We charge 1% on each buy and sell transaction.

**Why is the amount I received different from the minimum received quote?**

Similar to DEXs, we provide minimum received amounts for buy and sell transactions as trades can occur in between the quote and transaction confirming.<br>

More questions? Want to open a support ticket? Join our Telegram group: [here](https://t.me/nexabotportal)


---

# 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://nexabot-ai.gitbook.io/nexabot-ai/trading-bot/help-and-faqs.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.
