# Withdraw Funds from Escrow

Similar to adding funds to a chainlet via the Saga Web App, you can also withdraw your remaining funds from the chainlet.

{% hint style="warning" %}
At this time, you cannot partially defund a chainlet's escrow account. Currently, 100% of any remaining funds associated with your address will be refunded to you
{% endhint %}

To defund a chainlet, simply select the `Defund` option and click `Defund Chainlet`

<figure><img src="/files/tOUmPBemaMucNX6xJX4s" alt=""><figcaption></figcaption></figure>

Follow the Keplr wallet prompts to approve the transaction, and the chainlet's escrow account refunds any remaining funds associated with your address.

<figure><img src="/files/cMGX85Gr8aky9RX89L0b" alt=""><figcaption></figcaption></figure>

You can see above that the chainlet's escrow balance has decreased from `320 PSAGA` to `270 PSAGA` and your address has been refunded any remaining balance associated with your address.&#x20;

**Note**: See the `Funders` list in the image above (bottom right). It no longer lists your address as a funder.


---

# 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.saga.xyz/saga-web-app/account-management/withdraw-funds-from-escrow.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.
