# VOConsolidateTreasuryBalances

#### Blockchain Virtual Operations

* consolidate\_treasury\_balance&#x20;

#### Columns

| **Name**     | **Description**                                   |
| ------------ | ------------------------------------------------- |
| total\_moved | a JSON array with the assets that have been moved |

#### Description

This virtual operation is issued when assets move from the old treasury account to the current one, on an ongoing basis. Note that the obsolete account is still considered a treasury (cannot be reused for other purposes), but all funds and actions are redirected to the new one.

The old ([@steem.dao](https://hiveblocks.com/@steem.dao)) and new ([@hive.funds](https://hiveblocks.com/@hive.funds)) treasury accounts are defined in the static configuration values of the blockchain (see [Hive developer portal](https://developers.hive.io/tutorials-recipes/understanding-configuration-values.html\)))


---

# 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.hivesql.io/technical-informations/virtual-operations/voconsolidatetreasurybalances.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.
