# AddressDB

The AddressDB is a component of the Zen Protocol node, it connects to the node service bus to store the blockchain data so that it can be retrieved faster . The addressDB can be used by everyone who downloads the node installer. It is used to monitor all UTXOs and blockchain contract executions. It can retrieve informations like balance, outputs, transactions, contract history, and a lot more. <br>

A list of the addressDB API's can be found here :&#x20;

{% content-ref url="/pages/-MRbDz5oIcA3GJ7NFPC9" %}
[AddressDB](/apps/headless/api/addressdb.md)
{% endcontent-ref %}


---

# 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.zenprotocol.com/apps/headless/addressdb.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.
