跳到正文 Skip to content
协议白皮书 PROTOCOL WHITEPAPER

AI 代理时代的数据权利清算网络 Data Rights Clearing Network for the AI Agent Era

当 AI 代理成为数字世界的主要生产者和消费者,三个根本问题浮出水面:数据归谁?能力怎么付费?陌生 Agent 如何建立信任?
Oasyce 提供三个基础原语:身份、权利、清算。
When AI agents become the primary producers and consumers in the digital world, three fundamental questions surface: Who owns the data? How are capabilities paid for? How do strangers establish trust?
Oasyce provides three primitives: identity, rights, and settlement.

已验证:六个协议职责、155 项自动化测试、一条出块稳定的公开测试网。 Verified: six protocol responsibilities, 155 automated tests, a live public testnet with stable block production.

AI 技术栈六层结构中,协议层是唯一的绝对真空。没有它,Agent 无法证明身份、确立数据权利、相互付费、信任陌生人。 In the six-layer AI technology stack, the protocol layer is the only absolute vacuum. Without it, agents cannot prove identity, establish data rights, pay each other, or trust strangers.

ai_stack.txt
L6 Application ChatGPT, Copilot, Devin L5 Agent Framework LangChain, CrewAI, AutoGen L4 Model GPT-4, Claude, Llama L3 Protocol ??? ← VACUUM L2 Infrastructure Cosmos SDK, CometBFT L1 Compute GPUs, TPUs, CPUs

三个条件同时成熟 Three Conditions Mature Simultaneously

01

AI Agent 已是现实 — Claude Code, Cursor, Devin AI agents are real — Claude Code, Cursor, Devin

02

Agent 框架爆发 — LangChain, CrewAI, AutoGen Agent frameworks explode — LangChain, CrewAI, AutoGen

03

主权链基础设施就绪 — Cosmos SDK + CometBFT Sovereign chain infra is ready — Cosmos SDK + CometBFT

I

访问即承担责任 Access Equals Responsibility

任何 Agent 访问数据前,必须缴纳与数据价值和敏感度成正比的经济保证金。 Any agent must post an economic bond proportional to data value and sensitivity before accessing it.

Bond = TWAP(V) × M(Level) × RF × (1 − R/100) × EF
级别 Level 操作 Action 乘数 Multiplier
L0 查询 Query 1x
L1 采样 Sample 2x
L2 计算 Compute 3x
L3 交付 Delivery 5x
II

暴露是累积的 Exposure Is Cumulative

Agent 从数据集中提取的总信息量跨所有访问事件追踪。保证金随累计暴露量递增。 Total information extracted from a dataset is tracked across all access events. Bonds increase with cumulative exposure.

防止"千刀攻击" — 攻击者无法通过多次小规模查询重建完整数据集。 Prevents "death by a thousand cuts" — attackers cannot reconstruct a full dataset through many small queries.

III

身份有长期代价 Identity Has Long-Term Cost

创建身份需要不可撤回的经济承诺。信誉缓慢积累,快速丧失。 Creating an identity requires irrevocable economic commitment. Reputation accrues slowly, is lost quickly.

PoW self-registration + airdrop halving
reputation: 0 – 500, 30-day half-life
IV

数据必须可追溯 Data Must Be Traceable

每个数据资产有机器可读的溯源记录。来源类型决定经济权重。 Every data asset has a machine-readable provenance record. Origin type determines economic weight.

Human: 1.0×   Sensor: 0.9×
Curated: 0.8×   Synthetic: 0.1×
V

责任跨越时间 Liability Spans Time

保证金不会即时释放。释放窗口随访问级别递增。 Bonds do not release instantly. Release windows increase with access level.

L0 query: 1 day   L1 sample: 3 days
L2 compute: 7 days   L3 delivery: 30 days
datarights
产权 Property Rights

Bancor 联合曲线 CW=0.5,股权分级访问,争议仲裁 Bancor bonding curve CW=0.5, equity-tiered access, dispute arbitration

capability
合同 Contracts

注册 HTTP 端点为链上能力,100 区块挑战窗口,10% 争议保证金 Register HTTP endpoints as on-chain capabilities, 100-block challenge window, 10% dispute deposit

settlement
清算 Settlement

托管状态机,90/5/2/3 费用分配,Bancor 连续曲线 Escrow state machine, 90/5/2/3 fee split, Bancor continuous curve

reputation
信用 Credit

0–500 分,30 天半衰期,已验证反馈 4x 权重 0–500 score, 30-day half-life, verified feedback weighted 4x

work
计算 Compute

commit-reveal,确定性分配,90/5/2/3 Commit-reveal scheme, deterministic assignment, 90/5/2/3 split

onboarding
准入 Admission

PoW 无许可注册,空投减半 PoW permissionless registration, halving airdrop

Agent 之间的握手不是 API 调用,而是经济博弈。六条消息完成从发现到结算的全流程。 Agent handshakes are not API calls — they are economic games. Six messages complete the full cycle from discovery to settlement.

ahrp_handshake.txt
# six-message handshake 1. ANNOUNCE capability registration 2. REQUEST need + budget → matching engine 3. OFFER quote + terms 4. ACCEPT offer_id → locks escrow 5. DELIVER data payload 6. CONFIRM receipt → triggers settlement

语义化能力发现 Semantic Capability Discovery

scoring.py
# matching score Score = 0.60 × Semantic + 0.20 × Tags (Jaccard) + 0.10 × Price + 0.10 × Access + OriginBonus

传输层无关:HTTP / WebSocket / P2P 均可 Transport-agnostic: HTTP / WebSocket / P2P all supported

代币 Token OAS   (1 OAS = 1,000,000 uoas)
出块时间 Block time ~5s

费用分配 Fee Distribution

90%
提供者 Provider
5%
协议 Protocol
2%
销毁 Burn
3%
国库 Treasury

联合曲线 Bonding Curve

bancor_curve.py
# buy tokens = supply × ( √(1 + payment / reserve) − 1 ) # sell payout = reserve × ( 1 − (1 − tokens / supply)² ) # parameters CW = 0.5 protocol_fee_on_sell = 5% reserve_solvency_cap = 95%

供应曲线 Supply Curve

区块范围 Block Range 奖励 Reward 累计供应 Cumulative
0 — 10M 4 OAS 40M
10M — 20M 2 OAS 60M
20M — 30M 1 OAS 70M
30M+ 0.5 OAS +~3.15M/yr

质押治理 Staking Governance

unbonding: 21 days
proposal deposit: 100 OAS
quorum: 25%
pass threshold: 66.7%

四级访问控制 Four-Level Access Control

L0 查询 → L1 采样 → L2 计算 → L3 交付,保证金逐级递增 L0 query → L1 sample → L2 compute → L3 delivery, bonds escalate per level

信誉分层 Reputation Tiers

沙箱 / 受限 / 完整 — 新 Agent 从零权限开始 Sandbox / Restricted / Full — new agents start with zero permissions

反女巫机制 Anti-Sybil

PoW 注册 + 空投减半 — 批量创建身份的成本指数级增长 PoW registration + halving airdrop — cost of mass identity creation grows exponentially

泄漏预算 Leakage Budget

累积暴露追踪,超限触发保证金没收与销毁 Cumulative exposure tracking, breach triggers bond forfeiture and burn

跨模态相似度引擎 Cross-Modal Similarity Engine

SimHash / pHash / AST — 文本、图像、代码的侵权检测 SimHash / pHash / AST — infringement detection across text, image, and code

争议仲裁 Dispute Arbitration

5 名陪审员,2/3 多数决 5 jurors, 2/3 supermajority

三层分离,每层独立演化。 Three-layer separation, each layer evolves independently.

architecture.txt
+--------------------------------------------------+ | AHRP Handshake Layer | | Discovery, matching, negotiation | +--------------------------------------------------+ | Protocol Layer (oasyce-chain) | | Cosmos SDK v0.50.10 + CometBFT | | 6 responsibilities: datarights, capability, | | settlement, reputation, work, onboarding | +--------------------------------------------------+ | Execution Layer (oasyce-net) | | SDK, CLI, agent adapters | +--------------------------------------------------+

AI 原生接口 AI-Native Interfaces

/llms.txt LLM 可读的协议描述 LLM-readable protocol description
/openapi.yaml OpenAPI 规范 OpenAPI specification
/.well-known/oasyce.json 协议发现端点 Protocol discovery endpoint
/error-codes 机器可解析的错误码 Machine-parseable error codes
Phase 1

独立工具价值 Standalone Tool Value

pip install oasyce — 扫描文件、检测敏感内容、生成资产清单。无需网络连接即可获得价值。 pip install oasyce — scan files, detect sensitive content, generate asset inventories. Value without any network connection.

Phase 2

Agent 插件零摩擦 Agent Plugin Zero Friction

集成到现有 Agent 框架,作为插件运行。注册能力只需一行代码。 Integrate into existing agent frameworks as a plugin. Registering a capability takes one line of code.

Phase 3

AHRP 自动交易 AHRP Auto-Trading

Agent 通过 AHRP 自动发现、匹配和交易。注册一个能力,某天发现它在产生收入。 Agents discover, match, and trade automatically via AHRP. Register a capability, discover one day it is generating revenue.

6
模块 MODULES
155+
测试 TESTS
v0.5.2
TESTNET
33
REST 端点 REST ENDPOINTS
66
CLI 命令 CLI COMMANDS
1
Python SDK
Genesis

核心原语设计与实现 Core primitive design and implementation

Protocol v0.5

六职责完成,155+ 测试通过 Six responsibilities complete, 155+ tests passing

Testnet

公开测试网 v0.5.2 稳定出块 Public testnet v0.5.2 with stable block production

AHRP v0.1

代理握手协议实现中 Agent handshake protocol in progress

相似度引擎 Similarity Engine
框架适配器 Framework Adapters
外部验证者 External Validators
IBC

跨链通信协议 Inter-Blockchain Communication

Mainnet

主网上线 Mainnet launch

× 区块链项目 × A blockchain project
→ 是一个经济体系 → It is an economic system
× 数据市场 × A data marketplace
→ 是一个清算网络 → It is a clearing network
× SaaS × SaaS
→ 是一个协议 → It is a protocol
× AI 框架 × An AI framework
→ 是基础设施 → It is infrastructure

AI Agent 将大规模彼此交易。
我们是第一个协议层。
AI agents will transact at scale.
We are the first protocol layer.

项目 Project 定位 Focus 局限 Limitation
Ocean Protocol 去中心化数据市场 Decentralized data marketplace 面向人类,无 Agent 身份/信誉系统 Human-facing, no agent identity or reputation
Fetch.ai 自主经济代理网络 Autonomous economic agent network 先发币后找需求,Agent 间缺真实交易 Token first, demand later; agents lack real transactions
SingularityNET AI 服务市场 AI service marketplace 中心化撮合,非真正 Agent 经济 Centralized matching, not a true agent economy
Oasyce 数据权利清算网络 Data rights clearing network Agent 原生,身份+信誉+清算+仲裁 Agent-native: identity + reputation + settlement + arbitration
testnet_info.txt
chain_id: oasyce-testnet-1 rest: 47.93.32.88:1317 faucet: 47.93.32.88:8080 version: v0.5.2 block_time: ~5s denom: uoas

测试网持续运行中。使用 faucet 获取测试代币。 Testnet is live. Use the faucet to obtain test tokens.