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

# Getting Started

<figure><img src="/files/Ox5PdlB5rUKctpUpN6Yb" alt=""><figcaption></figcaption></figure>

## Setting up the bot&#x20;

Open Asternaut by following this [link](https://t.me/asternaut_bot). \ <br>

<figure><img src="/files/kDawQ7u2HOdkNVSmNtXK" alt="" width="375"><figcaption></figcaption></figure>

You can also add it to a group like that&#x20;

<figure><img src="/files/43VPUKQ5tac6jBVo6pXp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/LUAAohjFWnM9LufvCkfi" alt=""><figcaption></figcaption></figure>

from them please enter <mark style="color:$info;">`/start`</mark>

You should then see your Solana deposit address&#x20;

<figure><img src="/files/gJ077RSw1EbA45D8EbVn" alt=""><figcaption></figcaption></figure>

## Depositing&#x20;

You can now deposit SOL to this address. USDC support will be added in the near future. Please deposit at least 0.1 SOL.

From there you are not done, you will need to run `/deposit` to move the funds from your Solana wallet to the Aster DEX. This process will be automated in time.

## Checking your balance&#x20;

You can check your balance at any time by simply running \
\ <mark style="color:$info;">`/balance`</mark>\
\
It will show both your SOL balance and the balance you have on Aster, your margin.&#x20;

## Checking available markets

Aster has the largest amount of tradable assets of any perps in the market

You can consult those assets by running the commands

`/markets`

You will be able to use the ticker of those assets to open positions

## Starting a trade

Once you have enough margin you can 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/CcHpqlttdArLtXPsInUn" alt="" width="375"><figcaption></figcaption></figure>

## Viewing your positions

You can check how your trades are doing by running

<mark style="color:$info;">`/positions`</mark>

It will show your PnL position and the option to close them.

## Houston, over!

You have now completed this simple onboarding but many other features are waiting for you to try out.&#x20;


---

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