# Running a Bot

{% hint style="info" %}
Notice: bot is under development and in the future bots will be used to execute limit orders, take profits, stops losses etc.
{% endhint %}

## GitHub link here.

Click on the GitHub link above and follow the instructions in the README.md. If you have any questions ask a question in the [Discord](https://discord.gg/J6q62sQF) group or post on the GitHub.

Bots are incentive by rewards for each successful transaction they make. Currently the reward is set as $2.00 USDC each successful transaction. However, this is subject to change and will be made into a dynamic fee based on the size of the trade.


---

# 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/how-to-make-money/running-a-bot.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.
