# Verifying account balances

{% hint style="info" %}
This page explains how to manually perform a balance verification and review the results.

Balance verification helps ensure that, for a given account and time period, the following equation holds:

> Opening Balance + Transactions = Closing Balance

You can create verification tasks by selecting specific accounts and a time range. Subtasks will then be automatically generated based on account and currency. If needed, you can also choose to receive an email notification when the task is complete.
{% endhint %}

## View the Balance Verification Task List

From the project homepage, go to the **Account-Treasury** page.

In the account list, click the “Balance” button on the right, and choose “Verify” from the dropdown menu to open the balance verification task list.

<figure><img src="https://3801373389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZpsCLWkj8gJHSSvPWpHg%2Fuploads%2FlKWYOyO37MsDC46pbPm3%2Fimage.png?alt=media&#x26;token=8a5a812b-d179-4ca8-ae5f-2a1a7c67f370" alt=""><figcaption></figcaption></figure>

By default, the list shows all previously created tasks and their current statuses.

<figure><img src="https://3801373389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZpsCLWkj8gJHSSvPWpHg%2Fuploads%2F9eESwHS7pYbe4dfLmo2S%2Fimage.png?alt=media&#x26;token=2a7c2fd3-c7ed-43dc-abf3-f26cf30ca898" alt=""><figcaption></figcaption></figure>

## Create a Balance Verification Task

Click the “Add Task” button in the top-right corner to open the task creation window.

<figure><img src="https://3801373389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZpsCLWkj8gJHSSvPWpHg%2Fuploads%2FRUZPmySYWiaCrjDibE6e%2Fimage.png?alt=media&#x26;token=67bb401a-727a-4565-ba90-a55746175995" alt="" width="563"><figcaption></figcaption></figure>

You can select the accounts and the time range you’d like to verify.

If you’d like to be notified by email when the verification is complete, you can add one or more task subscribers.

Once confirmed, a separate task will be created for each selected account and date range, and the verification will start automatically.

***

## View Task Details

Click any task in the list to view its details.

Each task is automatically broken down into subtasks based on available balance snapshots within the selected time period.

<figure><img src="https://3801373389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZpsCLWkj8gJHSSvPWpHg%2Fuploads%2FdMPcz0SWsq4IQ67HiY9m%2Fimage.png?alt=media&#x26;token=5dbf3af7-c0a1-45f9-9063-8d314a3a4b99" alt=""><figcaption></figcaption></figure>

Subtasks are grouped into Pending and Passed based on their verification result.

You can click on any subtask to view its detailed verification process:

* The opening and closing balance snapshots are the source data used for verification
* The transaction list shows all activity during the selected time period
* The calculated closing balance is derived from:

  Opening Balance + Transactions
* The difference is calculated as:

  Calculated Closing Balance - Closing Snapshot

<figure><img src="https://3801373389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZpsCLWkj8gJHSSvPWpHg%2Fuploads%2FydXq144dtdR31DScwzfP%2Fimage.png?alt=media&#x26;token=4e606557-1cf8-46cd-b703-b67c13e87fb6" alt=""><figcaption></figcaption></figure>

If the difference falls within the configured tolerance, the subtask is marked as Passed; otherwise, it’s marked as Failed.

***

## Handle Failed Verifications

For any subtask that fails verification, you can take appropriate actions depending on the cause:

* If the issue is due to timing inaccuracy or other acceptable discrepancies, you can add an explanation and mark the task as accepted
* If there are missing or incorrect transactions, fix the data and re-run the verification
* If the balance snapshot is incorrect, delete the faulty data, import the correct data, and then re-run the task

***

## Re-run a Verification Task

From the task list:

* You can click the refresh icon on an individual task to re-run it
* Or select multiple tasks and use the batch re-verify option

<figure><img src="https://3801373389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZpsCLWkj8gJHSSvPWpHg%2Fuploads%2Fpmc3MR7jTvaYbyGn1htB%2Fimage.png?alt=media&#x26;token=e243e624-bad9-4351-8f87-a67be3817b85" alt=""><figcaption></figcaption></figure>

***

## Set Verification Tolerance

Click the “Tolerance” button at the top right of the task list to adjust the balance verification tolerance settings.

You can set the tolerance by either original currency difference or reporting currency amount difference.

Once updated, all existing tasks will be re-verified using the new tolerance settings.

<figure><img src="https://3801373389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZpsCLWkj8gJHSSvPWpHg%2Fuploads%2F3qLT8sz40CcPRfJWAieq%2Fimage.png?alt=media&#x26;token=eb3977e8-295f-4ed2-a369-e28d65a544d5" alt=""><figcaption></figcaption></figure>

<br>


---

# 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.elven.com/v3/acount-management/verifying-account-balances.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.
