# datonomy Overview

datonomy, a digital asset classification system created by Coin Metrics, Goldman Sachs and MSCI, creates a consistent, standardized way for investors to analyze the digital assets ecosystem.

datonomy offers a new level of transparency into how the market is moving and serves as a powerful foundation for portfolio performance measurement, risk management, reporting, and investment strategy creation.

## Asset Coverage

The asset coverage can be found by querying our [`taxonomy/assets`](https://docs.coinmetrics.io/api/v4#operation/getTaxonomyAssets) API endpoint.

To be eligible for classification, an asset must be widely available to an everyday investor. See [methodology](/reference-data/methodologies/guiding-principles-and-methodology-for-datonomy.md) for details on how assets are selected for inclusion.

## Classifications

Assets are classified based on primary use as defined by the project creators themselves. The taxonomy has three levels.

Each asset in the coverage universe is in only one subsector and every covered asset has a **6-digit industry code** and **name.**

#### **Example**

| Level     | Code   | Name                 |
| --------- | ------ | -------------------- |
| Class     | 10     | Transaction          |
| Sector    | 1010   | Value Transfer Coins |
| Subsector | 101010 | Value Transfer Coins |

As of November 2022, there are four Classes, 14 Sectors, and 41 Sub-Sectors in datonomy.

## API Endpoints

Data available at the asset level is available through the [`taxonomy/assets`](https://docs.coinmetrics.io/api/v4#operation/getTaxonomyAssets) API endpoint. More details on these endpoints can be found in the sections below:

{% content-ref url="/pages/Aj8SW2oKFNzh2dGutBOV" %}
[Taxonomy for Assets](/reference-data/datonomy-overview/taxonomy-for-assets.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://gitbook-docs.coinmetrics.io/reference-data/datonomy-overview.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.
