> For the complete documentation index, see [llms.txt](https://docs.gp7.app/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gp7.app/ru/operacii-so-schetami/komissiya-za-perevod.md).

# Комиссия за перевод

В отличие от комиссии при банковских переводах, в блокчейне комиссия не зависит от суммы перевода. Комиссия — это оплата работы сети по учету транзакции. Она определяется пользователем на этапе создания транзакции.

Например, для перевода BTC формируется транзакция из доступных непотраченных выходов (входящие транзакции на адрес отправителя) и двух выходов:

1\) выход для получателя с суммой перевода,&#x20;

2\) сдача для отправителя.

Комиссия за транзакцию будет равна разнице между суммой входящих транзакций и суммой результирующих выходов.

Представим, что кошельку А доступно две транзакции на суммы 0,1 BTC и 0,15 BTC. Кошелек А хочет совершить перевод 0,2 BTC кошельку Б. Кошелек А создает транзакцию, использующую выходы 0,1 BTC и 0,15 BTC, с выходом 0,2 BTC для кошелька Б, сдачей для себя и комиссией в размере 0,01 BTC.

|               | **Входы**      | **Выходы**     |
| ------------- | -------------- | -------------- |
| 1             | 0,1000 BTC     | 0,2000 BTC     |
| 2             | 0,1500 BTC     | 0,0490 BTC     |
| **Итого:**    | **0,2500 BTC** | **0,2490 BTC** |
| **Комиссия:** |                | **0,0100 BTC** |

При этом рекомендуемая комиссия будет линейно увеличиваться с увеличением количества входов и выходов, так как сети придется сделать больше изменений и сохранить больше информации.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gp7.app/ru/operacii-so-schetami/komissiya-za-perevod.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
