> For the complete documentation index, see [llms.txt](https://docs.matrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.matrix.io/faq-of-matrix-ai-network/1.-why-does-matrix-exist.md).

# 1.	Why does MATRIX exist?

The development of blockchain is held back by three obstacles:

**a)    Slowness:** Take Bitcoin for example. An average transaction takes over an hour to verify. This is a hurdle to the promotion of blockchain;

**)    Security issues:** Whether it’s the DAO attack on Ethereum or the many security issues plaguing DeFi projects, tens of thousands of dollars could be at stake. If security should be an issue for crypto assets, then there is no point investing in them.

**c)    Impact on environment:** Take Bitcoin for example. PoW of Bitcoin is nothing but meaningless hash computing that creates no real value for society. According to statistics, 70% of the world’s computing power is consumed to mine cryptos, which is a million times Google’s computing power. Bitcoin mining also consumed more power each year than 260 countries of the world, creating a huge waste.


---

# 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:

```
GET https://docs.matrix.io/faq-of-matrix-ai-network/1.-why-does-matrix-exist.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.
