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

# History About MetaID

MetaID is not a new protocol created in 2024. The first version of the MetaID protocol was released in April 2020, based on the MetaNet protocol. Over nearly four years of development, multiple developers have jointly built a substantial infrastructure and applications. By the time V2.0 was released, MetaID had accumulated over 170,000 users and more than 21 million transactions, with more than a dozen MetaID applications being launched.

Here is a brief history of MetaID:

* April 2020: Release of V1.0 MetaID protocol, the first version supporting only the Bitcoin SV.
* April 2021: Upgrade to MetaID protocol V1.1.
* 2022: Multiple applications adopted the MetaID solution, covering Web3 social applications, cloud storage, NFT markets, games, and more, with a total user base exceeding 100,000.
* January 2023: Upgrade to MetaID protocol V1.2, adding support for multiple chains, including Bitcoin sidechain MicrovisionChain.
* May 2024: Release of MetaID V2.0, which fully supports Bitcoin and further enhances cross-chain support for UTXO-based blockchains.

## Comparison between MetaID V2.0 and previous versions

|                 Feature                 |                       V1.2                       |                         V2.0                         |
| :-------------------------------------: | :----------------------------------------------: | :--------------------------------------------------: |
|                  Vision                 | To become the best cornerstone protocol for Web3 | **To become the best cornerstone protocol for Web3** |
|          Unified tree structure         |                        Yes                       |                        **Yes**                       |
|             Based on MetaNet            |                        Yes                       |                        **No**                        |
| Adoption of Ordinals-like theory scheme |                        No                        |                        **Yes**                       |
|         Asset protocol included         |                        No                        |                        **Yes**                       |
|           Cross-chain support           |                       Weak                       |                      **Better**                      |


---

# 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://docs.metaid.io/about-metaid/history-about-metaid.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.
