# Entity

{% hint style="info" %}
*Please note that while the information presented on this page is intended for **human consumption** and is accurate to the best of our knowledge, the official **source of truth** for our project is the corresponding codified files hosted on GitHub. We strive to maintain up-to-date and accurate information on this page, but please refer to the GitHub repository for the most current and reliable information.*&#x20;
{% endhint %}

> Github: <https://github.com/openchainmeta/chainmetareader/blob/main/chainmeta_reader/config/entities.json>

## Description

The ‘Entity’ field, together with the ‘Name’ fields, contains the actual label information for a given address. It provides the information about whether a given address belongs to a specific entity - for example, the user may find an address with the address name ‘Binance deposit address’ and ‘Binance por address’ both under entity ‘Binance’.<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.microscopeprotocol.xyz/onboarding/data/entity.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.
