> For the complete documentation index, see [llms.txt](https://gitbook-docs.coinmetrics.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook-docs.coinmetrics.io/network-data/network-data-overview/addresses.md).

# Addresses

Address metrics provide a proxy for **users** on a blockchain/network.

Increases in the number of active addresses suggests more users of the network. Similarly, looking at addresses by tranche/cohort (e.g., counts of addresses with balances >X) can give a *sense* for the *type* of users in a blockchain network.

## Metrics

[Active Addresses](/network-data/network-data-overview/addresses/active-addresses.md)

* AdrActCnt
* AdrAct7dCnt
* AdrAct30dCnt
* AdrActContCnt
* AdrActRecCnt
* AdrActSentCnt
* WalActCnt
* WalActRecCnt
* WalActSentCnt

[Active Addresses](/network-data/network-data-overview/addresses/address-balances.md)

* AdrBal1in100KCnt
* AdrBal1in100MCnt
* AdrBal1in10BCnt
* AdrBal1in10KCnt
* AdrBal1in10MCnt
* AdrBal1in1BCnt
* AdrBal1in1KCnt
* AdrBal1in1MCnt
* AdrBalCnt
* AdrBalNtv0.001Cnt
* AdrBalNtv0.01Cnt
* AdrBalNtv0.01Cnt
* AdrBalNtv100Cnt
* AdrBalNtv100KCnt
* AdrBalNtv10Cnt
* AdrBalNtv10KCnt
* AdrBalNtv1Cnt
* AdrBalNtv1KCnt
* AdrBalNtv1MCnt
* AdrBalUSD100Cnt
* AdrBalUSD100KCnt
* AdrBalUSD10Cnt
* AdrBalUSD10KCnt
* AdrBalUSD10MCnt
* AdrBalUSD1Cnt
* AdrBalUSD1KCnt
* AdrBalUSD1MCnt

[New Addresses](/network-data/network-data-overview/addresses/new-addresses.md)

* AdrNewBalCnt
* AdrNewCnt


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://gitbook-docs.coinmetrics.io/network-data/network-data-overview/addresses.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.
