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

# WELCOME ON PRIORITY

Priority is your all-in-one MegaETH Telegram trading bot, built for ultra-fast execution, clean UX, and seamless performance — perfect whether you're placing your first trade or running size as a seasoned trader.

## Why Priority

* **Ultra fast fills** — Execute your orders as fast as possible when it matters most
* **Best prices** — With smart routing, Priority sends your trade to the DEX/pool offering the best execution for any token
* **Trade anytime, anywhere** — Trade at the speed of light from your phone or your computer, directly inside Telegram

## Core Features

### Trading

* **Spot Buy/Sell** — Purchase tokens using an ETH amount or a token amount
* **Smart routing** — Best pool selection across Kumbaya, Prism, Faster, WarpX, ManiaFun

### Snipe

* **Liquidity-waiting orders** — Automatically executes once liquidity is available
* **Tax checks before execution** — Avoid nasty surprises at launch
* **Configurable parameters** — Slippage, gas, max taxes

### Multi-Wallet

* Up to 5 wallets per user
* Parallel execution across all active wallets

### Tools

* **Positions** — Real-time P\&L tracking
* **Referral** — Built-in referral system
* **Token Info** — Detect taxes, liquidity, and limits (maxTx / maxWallet)

## Rewards & Benefits

Enjoy fee discounts, an attractive referral program, and cashbacks for Megalio holders.


---

# 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.prioritytrade.xyz/welcome-on-priority.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.
