# View Escrow Account Information

To view escrow account details, such as addresses of funders as well as the amount of funding provided, you need to execute the `get-escrow` command.

You will need the `chain-id` of the chainlet for which you wish to get escrow account details.

```
sagacli account get-escrow <chain-id>
```

### View Escrow Example

As an example, we will get the escrow details associated with chainlet `magicwarriors_1679599719-1`:

```
$ sagacli account get-escrow magicwarriors_1679599719-1
ChainId                              TotalBalance        Funder                                          FunderDeposit
-------                              ------------        ------                                          -------------
magicwarriors_1698795593524888-1     280000000upsaga     saga1yuvju0cztlahsf6f37z9j83vwyzgj6pzhx090f     280000000.0000upsaga
```

Here, in the output, you can see the total balance available in escrow (these funds are available to the chainlet) as long as the deposit made by each funder.

### Further Details

For more details on the `get-escrow` command, type

```
sagacli account get-escrow --help
```


---

# 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/sagacli/account-management/view-escrow-account-information.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.
