> For the complete documentation index, see [llms.txt](https://docs.hipersnipe.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hipersnipe.com/getting-started/welcome.md).

# Welcome to HiperSnipe

HiperSnipe is a Solana trading bot you use **directly in Telegram**. No app install, no website login — open the bot and trade.

## How to start

1. Open **HiperSnipe** in Telegram (search for the official bot or use an invite link).
2. Tap **Start** or send `/start`.
3. Follow the short onboarding — connect or create a wallet.
4. Deposit **SOL** to your bot wallet.
5. Paste any token **contract address (CA)** and start trading.

## What you can do

| Feature              | In one line                                                 |
| -------------------- | ----------------------------------------------------------- |
| **Spot trading**     | Buy and sell any SPL token from chat                        |
| **Trading UI**       | Full dashboard per token — price, MC, PnL, buy/sell buttons |
| **Trading Shield**   | Auto take-profit and stop-loss                              |
| **Limit orders**     | Buy dips or sell pumps at your price                        |
| **Copy trade**       | Mirror buys from wallets you follow                         |
| **Affiliate Center** | Earn from referrals                                         |
| **Trade Journal**    | Track wins, losses, and PnL                                 |

## Main menu at a glance

After `/start` you see:

* **📈 Buy/Sell (Positions)** — your open holdings
* **🏦 Wallets** — import, generate, withdraw
* **🎯 Limit Orders** — pending automation
* **⚙️ Settings** — slippage, fees, safety toggles
* **🏆 Leaderboard** — tournament rankings
* **💎 Affiliate Center** — your referral link
* **📊 Trade Journal** — performance stats
* **👥 Copy Trade** — follow other wallets
* **🎁 Daily Spin** — reward points
* **🆘 Help/Docs** — in-bot help

## Next steps

1. [Quick start — Fund, Scan, Trade](/getting-started/quick-start.md)
2. [Set up your wallet](/getting-started/wallet-setup.md)
3. [Your first trade](/getting-started/first-trade.md)

## Important

Trading is risky. Use a **dedicated wallet** with only funds you can afford to lose. Read [Staying safe](/getting-started/staying-safe.md) and the [Disclaimer](/legal/disclaimer.md).


---

# 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.hipersnipe.com/getting-started/welcome.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.
