> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractor.live/llms.txt
> Use this file to discover all available pages before exploring further.

# Withdraw Funds

> Withdraw the remaining native token balance from an Action Provider back to your own wallet when retiring or rebalancing an automated signer.

You can withdraw the remaining balance from an Action Provider at any time — for example, when decommissioning a provider or rebalancing funds.

## Steps

<Steps>
  <Step title="Open the provider">
    In the left sidebar, click **Action Providers**, then click on the provider you want to withdraw from.
  </Step>

  <Step title="Click Withdraw">
    On the provider detail page, click the **Withdraw** button in the top-right area.
  </Step>

  <Step title="Fill in withdrawal details">
    In the withdrawal form, enter:

    | Field                    | Description                                                                           |
    | ------------------------ | ------------------------------------------------------------------------------------- |
    | **Address**              | The destination wallet address to receive the funds.                                  |
    | **Amount**               | The amount of native tokens to withdraw.                                              |
    | **Gas tip** *(optional)* | An additional miner tip (EIP-1559 networks) to prioritize the withdrawal transaction. |
  </Step>

  <Step title="Confirm withdrawal">
    Click **Withdraw** to submit the transaction. The funds will be sent on-chain to the destination address.
  </Step>
</Steps>

<Warning>
  Make sure you control the destination address before submitting. Blockchain transactions are irreversible.
</Warning>
