> For the complete documentation index, see [llms.txt](https://docs.scrow.network/scrow-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scrow.network/scrow-network/scrow-faqs/scrow-fees.md).

# Scrow Fees

Scrow operates a sliding scale of fees, with the amount depending on the total value of the escrowed funds:

* $0-$500,000: 0.25%
* $500,000-$2,500,000: 0.1%
* $2,500,000-$10,000,000: 0.05%
* Over $10,000,000: 0.01%

Trades fall into only one tranche of fees. For example, two traders who exchange 250,000 USDT for 250,000 USDC (total $500,000) would pay 0.25%, or $1,250. Two traders who exchange 500,000 USDT for 500,000 USDC (total $1 million) would pay 0.1% on the full amount, or $1,000.&#x20;

## Fee currencies

Fees can be paid in a number of popular and liquid tokens, including stablecoins (USDT, USDC, etc), and native platform tokens (ETH, BNB, MATIC, etc). The fee is added to one or other party's amount to be escrowed.&#x20;

{% content-ref url="/pages/FTvYXVZebCYSQ7s57YLk" %}
[Supported Blockchains](/scrow-network/scrow-faqs/supported-blockchains.md)
{% endcontent-ref %}

If neither asset to be swapped is supported as a fee currency, traders can pay in SCROW. A SCROW payment is made separately to the main escrow payments, and can be made by either party, both, or a third party. So long as the escrow contract receives the correct amount of SCROW, the deal can be executed.


---

# 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:

```
GET https://docs.scrow.network/scrow-network/scrow-faqs/scrow-fees.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.
