# How to speed up your payout by changing the blockchain fee

If your payout got stuck on the blockchain due to low fee paid, it’s possible to speed up its processing using the **Replace by fee** option.

{% stepper %}
{% step %}
Go to **Transfers**.
{% endstep %}

{% step %}
Select the transfer you need to speed up: filter transfers by the *Payout* type and *Unconfirmed* status.
{% endstep %}

{% step %}
Click the transfer **ID** to go to payout details.
{% endstep %}

{% step %}
Click the **Replace by fee** button. If a payout can’t be replaced, the button isn’t displayed.
{% endstep %}

{% step %}
Select the new blockchain fee value and click **OK**.

{% hint style="info" %}
The updated fee level should align with the blockchain's fees.
{% endhint %}
{% endstep %}
{% endstepper %}

The existing payout will be assigned the *Failed* status, and a new payout will be created, with the new fee value.


---

# 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-speed-up-your-payout-by-changing-the-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.
