# Overview

SlashTrade is a Telegram-based trading bot designed to simplify the cryptocurrency trading process. Users can start using the bot by adding it to a group chat and running the /start command.

After depositing at least 15 USDC, users can open perpetual contract positions using the /long or /short commands. The bot offers a rich set of features, including viewing markets (/markets), managing positions (/positions), setting stop-loss (/stoploss) and take-profit (/takeprofit) orders, and more.

Furthermore, SlashTrade features a points reward system where users can earn points through their first deposit, trading, daily check-ins, and inviting friends. These points can be used to participate in lottery events or fee-sharing programs. An invitation referral mechanism and regular community events further incentivize user participation and enhance the trading experience.

<br>


---

# 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.slash.trade/quickstart.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.
