# How to select the optimal blockchain fee

The speed of the transaction processing depends on the blockchain fee selected when creating a payout: the lower the fee, the longer the transaction processing time.

The following fee modes are available:

* **Low**: The economy mode when speed doesn’t matter.
* **Medium**: The optimal processing speed for a reasonable blockchain fee.
* **High**: The priority transaction processing via high blockchain fees.
* **Custom**: The customized fee value: you can specify your own blockchain fee value. Mind that your custom value can’t be two times lower than the *Low* value and three times higher than the *High* value.

{% hint style="danger" %}
The blockchain fee can vary, therefore we suggest that you refer to the links containing blockchain gas[^1] fees in the table below for more precise information about blockchain fee values.
{% endhint %}

| Blockchain      | Links for reference               |
| --------------- | --------------------------------- |
| BNB Smart Chain | <https://bscscan.com/gastracker>  |
| Ethereum        | <https://etherscan.io/gastracker> |

[^1]: Commission charged for processing token transactions in the Ethereum blockchain.


---

# 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.b2binpay.com/how-tos/manage-your-assets/how-to-select-the-optimal-blockchain-fee.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.
