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

# Getting Started

#### Setting up the bot <a href="#setting-up-the-bot" id="setting-up-the-bot"></a>

Open the [pvp.astertrade.app bot](https://t.me/Aster_TradeBot) and run `/start` to begin. Next, add it to a group chat with your friends to get started!

#### ![](/files/P580GaKHAy1v1XXUzis7)​ <a href="#depositing" id="depositing"></a>

#### Depositing <a href="#depositing" id="depositing"></a>

Next, deposit funds to your wallet. You can send either USDC/Solana on Solana Network. Run `/start` to view the addresses you can send to. You must deposit at least **5 USDC/0.01 Sol** to begin the bridging process.

<figure><img src="/files/7n7yv0tyjl0p4eoJzsvB" alt=""><figcaption></figcaption></figure>

#### ​ <a href="#exploring-tickers" id="exploring-tickers"></a>

#### Exploring tickers <a href="#exploring-tickers" id="exploring-tickers"></a>

Use the `/markets` command to view the perps markets you can long or short.\
\
![](/files/wXBpVdXUcEWrE97RQfoZ)

#### Opening your first position <a href="#opening-your-first-position" id="opening-your-first-position"></a>

Once your account is funded, type /long or /short to open a position. You will then be prompted to choose the ticker, desired leverage, and margin. Next, a popup will indicate your notional position size (Leverage \* Margin) and your liquidation price. Select confirm to place the market order.

<figure><img src="/files/0wnNZEN5DkhCRCFhv2mY" alt=""><figcaption></figcaption></figure>

#### ​ <a href="#viewing-your-positions" id="viewing-your-positions"></a>

#### Viewing your positions <a href="#viewing-your-positions" id="viewing-your-positions"></a>

Now that you have an open position, you can view your positions with the `/positions` command, either in DMs with the bot or publically in your group chat.

#### ​ <a href="#you-e2-80-99re-done" id="you-e2-80-99re-done"></a>

#### You’re done! <a href="#you-e2-80-99re-done" id="you-e2-80-99re-done"></a>

Congratulations, you’ve placed your first perp trade on Aster! Make sure to try out other commands like:

* `/leaderboards` — see the group leaderboard
* `/chart` — view the chart for a token
* `/stoploss` — to place a stop loss order
* `/takeprofit` — to place a take profit order
* `/track` — track a wallet’s trades
* `/invite` — invite friends with your referral code
* `/points` — see how many points you have
* `/taunt` — taunt another clan with a message

And remember, don’t get liquidated.


---

# 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.astertrade.app/documentation/getting-started.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.
