> 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/index-data/methodologies.md).

# Methodologies

The **Coin Metrics Bletchley Indexes** (CMBI) are a comprehensive suite of single-asset, multi-asset and unique crypto asset benchmarks used by leading crypto and traditional financial institutions. This section holds the documents that govern them.

They divide the same way the governing documents for any administered benchmark do, between the numbers and the process. The **series methodologies** and the **cross-cutting frameworks** determine how a level is produced: which assets are in an index, how their supply is adjusted, and how the calculation responds to a fork. The **policies and governance** documents determine how the benchmark is administered: who oversees it, when a published value may be restated, and how complaints are handled. Each document is versioned and published in full, so an index level can be reproduced from them rather than taken on trust.

## Series Methodologies

One document per index series, setting out the construction rules for that series in full.

### CMBI Single Asset Series

{% file src="/files/e9kuecynZc7q8xIeiR3C" %}

### CMBI Multi Asset Series

{% file src="/files/LwdWmooGrfBoskSMn8Mb" %}

### CMBI Mining Series

{% file src="/files/m7BRoDteUtxqlN0O8fkM" %}

### CMBI Momentum Series

{% file src="/files/li4Jfq01IczfPHx1GG3p" %}

### CMBI Total Market Series

{% file src="/files/vV95Wz2i2N5coDmHkf4v" %}

### CMBI Ethereum Staking Index

The CMBI Ethereum Staking Index (CMBIETHS) reflects the performance an investor would expect from purchasing and staking Ether. The total return consists of the hourly price return of Ether and the rewards earned from the Ethereum blockchain.

{% file src="/files/CAdwqTp3rzsCb5QLEYtC" %}

## Cross-Cutting Frameworks

These apply across series rather than to one of them, so they are referenced by several of the documents above.

### Adjusted Free Float Supply Methodology

Free Float Supply can overcome the imbalance between supply and demand by reducing the weight of a constituent to account for supply that is either restricted, not freely available for purchase or increasingly unlikely to be available to the market. Free float adjustment excludes native units of a cryptoasset that are closely held by controlling groups, government agencies, directors, founders and founder family holdings, investors with vesting schedules and long-term strategic investors (defined herein as holders of tokens that have not moved on-chain in over 5 years).

To the maximum extent possible, Coin Metrics has created a free float adjustment methodology that can be applied consistently, uniformly and objectively across all of our indexes.

This is the adjustment behind the weights published by [Index Constituents](/index-data/index-overview/index-constituents.md).

{% file src="/files/yXJKfWidPmRS5evUrSaZ" %}

### Fork Legitimacy Framework

Cryptoasset networks operate programmatically, where transaction validity is determined by the underlying code upon which the blockchain runs. This code is governed by a set of "consensus rules". There are two types of forks that cryptoassets can undergo:

1. If a change in consensus rules does not require nodes to implement software changes in order to be compatible with the new set of rules (i.e. backwards compatibility), this is known as a soft fork.
2. If a change in consensus rules requires nodes to implement new software in order to remain compatible with the new set of rules, this is known as a hard fork.

This framework only considers forks of cryptoassets with Proof-of-Work consensus mechanisms.

{% file src="/files/Pg6ZDiv1jxeDbdnqtFYq" %}

## Constituent Market Selection

The rules that decide which exchange markets are eligible to feed a CMBI benchmark, including the eligibility criteria and the public nomination process.

{% content-ref url="/pages/25Jidm83yKfKWbTV2qXX" %}
[Candidate Market Guidelines](/index-data/methodologies/candidate-market-guidelines.md)
{% endcontent-ref %}

## Policies and Governance

The administration side. These are the documents to reach for when the question is about how the benchmark is run rather than how a level is derived, which is typically the case for due diligence, audit, and regulatory review.

{% content-ref url="/pages/9M3jfUyAc10c21lorpqy" %}
[CMBI Index Policies](/index-data/methodologies/cmbi-index-policies.md)
{% endcontent-ref %}

{% content-ref url="/pages/rBW7MUCVuHctM6NMXPfN" %}
[Governance Committees](/index-data/methodologies/governance-committees.md)
{% endcontent-ref %}

## Related

* [Index Overview](/index-data/index-overview.md): the index families these documents govern, and the data types published for them.
* [Fact Sheets](/index-data/fact-sheets.md): the short-form summary of each series, where these documents are the long form.
* [Index Levels](/index-data/index-overview/index-levels.md): how the calculations described here behave in practice.
* [Talos Exchange Scorecard](/market-data/methodologies/talos-exchange-scorecard.md): the exchange evaluation that feeds candidate market selection, documented under Market Data because it is used outside the indexes too.
* [Indexes Glossary](/index-data/indexes-glossary.md): definitions of the index terms used across these documents.


---

# 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://gitbook-docs.coinmetrics.io/index-data/methodologies.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.
