# Risk management

One of the most important things in trading is "Risk management".\
Every trade is a risk that you are willing to take.\
Every trade is not about winning the trade is about how much you're willing to lose.\
Since every user has different capital for trading we will use the results from our telegram poll [here](https://t.me/CubeBaseTG/122034).\
Depending on your subscription type you will need to set up your position size accordingly. \
Low balances accounts cannot take many trades at once so it's our recommendation to start with the minimum required amount (20$ for a trade) if your wallet balance is below 500$. \
If your wallet balance exceeds 500$ then you can split the balance into 10 equal shares (50$ on a trade).

{% hint style="warning" %}
Never go "all in" on a trade!
{% endhint %}


---

# 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.cubebase.xyz/auto-trading/risk-management.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.
