# Commissions

Customer knows about suggested commissions when signing commercial agreement.

There can be **fixed fees** and **percentage fees** for all types of transactions, depending on currency and payment method.

Both types of fees are summed up, so in case you see bigger amount than expected based on percentage, please check if you have fixed fee as well.

When creating each transaction, they see the total (chosen amount + fee) near the if you unfold the Total amount section. Note that if the account balance is less than this total, transaction can’t be processed.

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

In the Payments section (Transaction history) you can also see the fee amount for each transaction in the Details.

<figure><img src="/files/0zsV9WcqhrPbm1tJxYe6" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.delos.financial/how-to-transact/interactive-blocks.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.
