# Metric Interpretation Caveats

Metrics answer specific questions and can be misread if used outside their intended scope. This page collects the most important interpretation caveats in one place.

## Common Caveats

* `daa` is an address-level signal, not a person-level user count.
* `txcount` is an activity count, not a throughput or complexity measure.
* `txcosts` is a median transaction cost metric, not total fees paid.
* `fees` is distinct from `app_revenue`.
* `market_cap` and `fdv` are market metrics and can move with token price rather than onchain usage.
* Value metrics such as `tvl` and `stables_mcap` should not be treated as direct activity metrics.

## Related Pages

* [daa](/metric-reference/metric-reference/daa.md)
* [txcount](/metric-reference/metric-reference/txcount.md)
* [txcosts](/metric-reference/metric-reference/txcosts.md)


---

# 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.growthepie.com/methodology-caveats/methodology-and-caveats/metric-interpretation-caveats.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.
