> For the complete documentation index, see [llms.txt](https://docs.stonksnipebot.best/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stonksnipebot.best/user-guide/quick-start.md).

# Quick Start

### Before you begin

Use a Telegram account and a dedicated Robinhood Chain trading wallet. Fund it with only the ETH you can afford to risk.

Never use a primary savings wallet.

Join the [public Telegram alert group](https://t.me/+AXabeDr1JblmZjZh) for CA alerts and designated learning-wallet test results.

### Set up a wallet

1. Open the bot and send `/start` in private chat.
2. Create a custody wallet or import a dedicated private key.
3. Fund the displayed address with Robinhood Chain ETH.

Each user can hold up to five encrypted custody wallets. Label each wallet clearly.

### Configure a strategy

For each wallet, set a target, mode, buy amount, slippage, and gas multiplier. Set separate Launcher buy and sell fee limits.

You can also set a stop loss and up to five tiered take-profit rules. For example, `50:25,100:100` sells 25% of the remaining position at +50%. It sells all remaining tokens at +100%.

Enable the wallet only after reviewing its limits. Wallet actions belong in private chat.

{% hint style="warning" %}
A strategy signal is not a trade confirmation. The service executes only after route and safety checks pass.
{% endhint %}


---

# 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://docs.stonksnipebot.best/user-guide/quick-start.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.
