# How it Works 🥸

{% hint style="info" %}
**Notice**: currently we do not support limit orders or take profits however these are on our priority list to add.
{% endhint %}

## Main functions

Currently we have three main functions:

* Market Order (long or short): user can open a leveraged trade for specified asset.
* Order Close: user can close their trade and they will paid based on there winnings or losses.
* Trade Liquidations: all trades are monitored by bot that with liquidate a user's positions if their positions goes to zero. (See running a bot [here](/welcome/how-to-make-money/running-a-bot.md))

## Price Feeds

All prices come from a decentralized oracle by using [Pyth Price Feeds](https://pyth.network/price-feeds).


---

# 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://bettertrade-me.gitbook.io/welcome/overview/how-it-works.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.
