> For the complete documentation index, see [llms.txt](https://avabot-organization.gitbook.io/avabot-sniping-bot-on-avalanche/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://avabot-organization.gitbook.io/avabot-sniping-bot-on-avalanche/features/bot-setup.md).

# Bot setup

Avabot offers a comprehensive set of features aimed at enhancing user control and flexibility in managing their trading activities. From customizable trading parameters to streamlined wallet management, these features are crafted to provide a user-friendly and secure trading experience.

<details>

<summary><strong>Configurable Settings</strong></summary>

Avabot empowers users with the ability to fine-tune their trading experience through configurable settings. This includes adjusting slippage thresholds, setting extra gwei for transaction fees, and defining tax limits for both buying and selling activities. These customizable settings enable traders to align their trades with their individual risk tolerance and market strategy.

</details>

<details>

<summary><strong>Deposit</strong></summary>

The deposit feature in Avabot is streamlined for ease of use. Users can quickly add funds to their wallet with this feature. They are also promptly notified upon the successful completion of the deposit, ensuring transparency and peace of mind regarding their funds' safety.

</details>

<details>

<summary><strong>Importing Wallet</strong></summary>

Avabot allows users to import their existing wallets using private keys. This feature offers significant convenience and flexibility, enabling users to seamlessly transition their trading activities to Avabot without the need to create new wallets.

</details>

<details>

<summary><strong>Wallet Display</strong></summary>

The wallet display feature is easily accessible with the /start command. This function provides users with immediate access to their wallet details, including balance and transaction history, ensuring they have up-to-date information at their fingertips.

</details>

<details>

<summary><strong>Withdrawal</strong></summary>

Security and control are paramount in Avabot's withdrawal feature. Users can securely withdraw their AVAX to a specified address, with the ability to designate the exact amount they wish to transfer. This feature is designed with user security and autonomy in mind, providing a safe and straightforward process for managing funds.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://avabot-organization.gitbook.io/avabot-sniping-bot-on-avalanche/features/bot-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
