# Deposit Funds into Escrow

You can contribute funds towards any chainlet from the Saga Web App as long as you have the requisite funds in your wallet.

In the image below, we have a chainlet called `anewchain` and we would like to add funds to it's escrow account, thereby increasing the length of time the chainlet can run.&#x20;

<figure><img src="/files/9hDPreLY57IgnmqWcL1W" alt=""><figcaption></figcaption></figure>

You can simply add the number of additional days you would like to fund the chainlet. The `min` and `max` buttons calculate the days of credit automatically, based on your wallet balance.

In the image above, we are adding 5 additional days to the chainlet. Simply click `Fund Chainlet` and follow the approval prompts from your Keplr wallet to process the funding transaction.

{% hint style="success" %}
Transactions submitted via the Saga Web App will require approval in Keplr wallet. Simply follow the Keplr wallet prompts to approve and process the transactions.
{% endhint %}

We can see that the chainlet has been funded and it's balance has been increased to `320 PSAGA`.

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

**Note**: In the image above, the Funders list (bottom right) now includes the address that added funds to the chainlet, and also reflects the stake (%) the additional funds provided to the funding address.


---

# 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/deposit-funds-into-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.
