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

# User Scale

Although Web3 is undergoing more acceptance from the mainstream and mass-adoption is being talked about, it is yet to be realized.  Depsite this, Web3 projects enjoy high valuations with relatively modest user bases as shown below:

| Web3 & DeFi Leaders | Users                | Valuation |
| ------------------- | -------------------- | --------- |
| KuCoin              | 18m users            | $10b      |
| Blockchain.info     | 37m verified users   | $14b      |
| Magic Eden          | 250k monthly users   | $1.6b     |
| Aave                | 45,500 monthly users | $1.5b     |

By way of comparison, the categories of LPPs that Metadomo is engaging (below) have very large user bases that when aggregating on Metadomo is orders of magnitude larger than existing Web3 projects.  This is true mass-adoption for the first time in Web3 and may likewise imply possibly impact on valuation.

| Target LPPs by Category | Approximated Users         |
| ----------------------- | -------------------------- |
| Airline                 | 750,000                    |
| Credit Card             | 720,000                    |
| Hospitality             | 1,000,000                  |
| Retail Chain            | 800,000                    |
| Telcos                  | 10,000,000 - 1,000,000,000 |


---

# 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, and the optional `goal` query parameter:

```
GET https://metadomo.gitbook.io/metadomo-docs/misc/user-scale.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
