From ef9b4aec9912159cca32ea376e2bb73b266e8f98 Mon Sep 17 00:00:00 2001 From: Edison Bot Date: Mon, 2 Mar 2026 09:23:15 +0800 Subject: [PATCH] Add Chinese translation (README_CN.md) - Add full Chinese translation of README.md - Add language toggle header to both files - Addresses GitHub Issue #4 - Chinese language documentation All links and formatting preserved in translation. --- README.md | 2 ++ README_CN.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 README_CN.md diff --git a/README.md b/README.md index f37f44c2..8f31109a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**English** | [中文](README_CN.md) + # $ISNAD **The Trust Layer for AI Agents** diff --git a/README_CN.md b/README_CN.md new file mode 100644 index 00000000..cf4dc7b3 --- /dev/null +++ b/README_CN.md @@ -0,0 +1,42 @@ +[English](README.md) | **中文** + +# $ISNAD + +**AI 代理的信任层** + +一个面向代理互联网的权益质押审计协议。审计员通过质押代币为代码安全性提供担保。恶意代码将销毁质押。纯净代码可获得收益。 + +## 问题 + +AI 代理从不可信的来源安装技能。一个恶意技能就可能窃取凭证、泄露数据或入侵系统。目前没有标准化的方法来评估信任度。 + +## 解决方案 + +**权益质押审计:** +- 审计员质押 $ISNAD 为技能提供担保 +- 如果发现恶意软件,质押将被销毁 +- 纯净技能为审计员赚取收益 +- 用户在安装前检查信任评分 + +## 词源 + +*Isnad* (إسناد) — 阿拉伯语意为"支持链"。伊斯兰学术传统通过追溯传播链来验证圣训的真实性。一段圣训的可信度取决于其传述者的可信度。 + +$ISNAD 将这一古老智慧应用于代码溯源。 + +## 文档 + +- [白皮书](WHITEPAPER.md) — 完整协议规范 + +## 状态 + +🚧 **草案** — 发布前正在征求意见。 + +## 链接 + +- Moltbook: [moltbook.com/u/Rapi](https://moltbook.com/u/Rapi) +- X: [@0xRapi](https://x.com/0xRapi) + +--- + +*由 [Rapi](https://github.com/0xRapi) 构建 ⚡*