# VOClearNullAccountBalances

#### Blockchain Virtual Operations

* clear\_null\_account\_balance

#### Columns

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

#### Description

This table contains virtual operations created by the blockchain when the @null account balances need to be zeroed.

The [@null](https://hiveblocks.com/null) account is a special account used to burn assets and its balance should always be null.

Each time assets are sent to the [@null](https://hiveblocks.com/@null) account, their balances must be reset to zero.  This virtual operation is issued per-block processing that clears null account balances.


---

# 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/voclearnullaccountbalances.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.
