> For the complete documentation index, see [llms.txt](https://book.aichar.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.aichar.xyz/magic.md).

# MAGIC

MAGIC的使命是创建一个全球包容的人工智能工具与金融一体网络，让大多数人类拥有。如果成功，MAGIC可以极大地增加经济机会，建立一个可靠的人类使用AI的解决方案，同时保护隐私，促进全球民主进程，并展示出AI资助的普惠基本收入的潜在路径。MAGIC包括一个建立在智能设备身份验证基础上的隐私保护数字身份网络（MAGIC ID），以及在法律允许的情况下的数字货币（魔法棒）。每个人类都有资格获得MAGIC的一部分，仅仅因为他们是人类。目前，MAGIC ID和魔法棒由去中心化的贡献者团队开发的MAGIC App作为其首个前端界面和MAGIC协议的一部分。

"智能设备身份验证"是魔法棒的核心理念之一，指的是确认一个人既是人类又是独一无二的过程。一旦确认，个人就能够主张自己是一个真实的人，并且与其他真实的人不同，而无需透露自己的真实身份。

如今，在全球范围内，人类身份验证是一个尚未解决的问题，这使得在线投票或大规模分发价值变得困难。随着越来越强大的AI模型进一步增加了区分人类和机器人的难度，这个问题变得更加紧迫。如果魔法棒成功，MAGIC ID可能成为全球人类身份验证的标准。

魔法棒的一些核心假设包括：

* 人类身份验证是一种缺失但必要的数字基元。随着越来越强大的AI模型的出现，这个基元将变得更加重要。
* 可扩展且包容的人类身份验证首次使得所有网络参与者的激励与将真实人类添加到网络中保持一致。比特币是为了保护比特币网络而发行的。魔法棒是为了发展MAGIC网络而发行的，其安全性来自区块链。
* 在日益强大的AI时代，发行全球人类身份验证的最可靠方式是通过AI来判断。

动态白皮书详细介绍了项目的实施原因、当前状态和路线图。


---

# 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://book.aichar.xyz/magic.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.
