> For the complete documentation index, see [llms.txt](https://asigna.gitbook.io/asigna/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asigna.gitbook.io/asigna/zcash-multisig/quickstart/vault-balance-and-transactions.md).

# Vault Balance and Transactions

### Obtaining Your Vault Address

To fund your Vault, you will first need to access its address.&#x20;

#### ➱ **Open the Asigna multisig app**:&#x20;

Navigate to the Asigna multisig app in your web browser: <https://zec.asigna.io/>

#### ➱ **Select the Vault**:&#x20;

On the homepage page select the Vault you want to fund from the list of ready-to-use Vaults.

#### ➱ **Find the Vault Address**:&#x20;

There is a quick path to obtain the Vault address.&#x20;

On the **preview** of the selected Vault you can see the Vault address and copy it by clicking **Copy** icon.

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

Or click the preview to open the **Vault page** and locate **QR** and **Copy** icons displayed on the sidebar menu.

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

Click **QR** icon to see the Vault address and to get its QR code.

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

### Viewing Your Transactions

#### ➱ **Open the Asigna multisig app**:&#x20;

Navigate to the Asigna multisig app in your web browser: <https://zec.asigna.io/>

#### ➱ **View transaction history**:&#x20;

To see the details of your transaction history, navigate to the **Transactions** section in the Vault. This provides a record of all queued, draft and outgoing transactions in your Vault.&#x20;

Clicking the **Outgoing transactions** tab will show you the list of outgoing transactions from your Vault and their status.

Clicking the **Incoming transactions** tab will forward you to the [Explorer](https://mainnet.zcashexplorer.app/), where you can view a list of Incoming transactions associated with your Vault’s address.

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


---

# 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://asigna.gitbook.io/asigna/zcash-multisig/quickstart/vault-balance-and-transactions.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.
