> 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/readme.md).

# Introduction

HiperSnipe is a Solana trading bot you use **directly in Telegram**. Paste a token address, buy and sell in seconds, automate exits with Trading Shield, and track your PnL — no separate app required.

## New here?

Start with these three pages:

1. [Welcome to HiperSnipe](/getting-started/welcome.md) — open the bot and `/start`
2. [Quick start: Fund, Scan, Trade](/getting-started/quick-start.md) — your first three steps
3. [Your first trade](/getting-started/first-trade.md) — buy and sell walkthrough

## What you can do

| Feature              | Description                                         |
| -------------------- | --------------------------------------------------- |
| **Spot trading**     | Buy and sell SPL tokens from the in-chat Trading UI |
| **Pump.fun**         | Bonding-curve and graduated tokens                  |
| **Trading Shield**   | Per-token take-profit and stop-loss                 |
| **Limit orders**     | Buy dips or sell pumps at your price                |
| **Copy trading**     | Mirror buys from wallets you follow                 |
| **Trade Journal**    | Win rate, PnL, and closed trade history             |
| **Affiliate Center** | Refer friends and earn commissions                  |

## Main menu

After `/start` you get **Buy/Sell**, **Wallets**, **Limit Orders**, **Settings**, **Leaderboard**, **Affiliate Center**, **Trade Journal**, **Copy Trade**, and more. Full tour: [Main menu guide](/getting-started/main-menu.md).

## Paste any CA to trade

You do not need to navigate menus first. Drop a **contract address**, **Pump.fun link**, or **DexScreener link** into the chat — the Trading UI opens instantly.

## Stay safe

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).

## Other documentation

| Section                                         | Who it's for                           |
| ----------------------------------------------- | -------------------------------------- |
| [Features](/features/trading-ui.md)             | Everything the bot can do              |
| [For operators](/for-operators/installation.md) | Self-hosting the bot (developers only) |
| [Architecture](/architecture/overview.md)       | How the system works under the hood    |
| [Admin](/admin/admin-dashboard.md)              | Bot administrators                     |

## Official bot

Open HiperSnipe in Telegram and send `/start` to begin.


---

# 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/readme.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.
