# Overview

## Welcome

This is the official user guide for the Abstract Bot on Telegram. The bot helps you buy, sell, track, and transfer tokens on the Abstract network directly from a Telegram chat. You control spend, slippage, and priority so your trades fit your risk.

## What you can do

* Buy tokens quickly by pasting a contract address
* Sell a percentage of your position from the trade card
* Track positions and view a simple PnL summary
* Transfer ETH and tokens between your wallets and other addresses
* Adjust slippage and transaction priority in settings

<figure><img src="/files/imM4MomWWrBr2zX18o6O" alt="" width="563"><figcaption></figcaption></figure>

## Safety first

* You are responsible for your funds and keys. Use a dedicated wallet for trading.
* Start with small amounts. Increase only after you are comfortable.
* High slippage can lead to frontrun or sandwich. Use conservative slippage.
* Always verify token contract addresses from trusted sources.
* Keep your bot chat private. Do not show private keys on screen share.
* Prefer pasting contract addresses from the project’s official channel.


---

# Agent Instructions: 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:

```
GET https://docs.abswhiz.xyz/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
