> For the complete documentation index, see [llms.txt](https://docs.saga.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saga.xyz/sagacli/account-management/view-escrow-account-information.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.saga.xyz/sagacli/account-management/view-escrow-account-information.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
