# How does the calculation of the profit work?

The profit determination is as follows: Suppose you have indicated that the trader is allowed to sell at 1.5% profit and that the average purchase amount is € 100 per trade.&#x20;

The trader then notices a purchase moment for a crypto coin and makes the transaction. He gives an order for € 100 purchase. However, the exchange charges you 0.25% transaction costs and debits this from your free balance. In the transaction screen it appears that you have purchased for € 100 (while the actual costs are € 100.25).&#x20;

When will the trader see a 1.5% profit? Once the value of the transaction is $ 101.50 (100 \* 1.015), the bot is allowed to sell. The profit that is made is gross, because the total transaction costs (on average 0.5%) have yet to be deducted. Your return rate must therefore be higher than 0.5% to actually make a profit.


---

# 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.bitbrokertrade.com/english/untitled/explanation-functionalities/how-does-the-calculation-of-the-profit-work.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.
