Core Technical Mechanisms
MPC Computation Protocol
Supports protocols such as Open AI, Deepseek, and others
DID Binding
All calls must be bound to an on-chain identity for anti-spamming and permission control.
Task Distribution and Reputation System
Node scoring model: Includes task completion rate, response speed, and complaint records, which are used to select task nodes.
Model Management Contract
Model registration, version control, pricing mechanisms, and whitelist management for authorizations.
Invocation Logs and Result Certification
Full chain invocation process is written to contracts, creating a verifiable computation path (including ModelID, TaskID, node distribution, and result hash).
Data Compliance and Encryption Storage
Input data is distributed, encrypted, and stored. The storage address is bound to the on-chain CID.
Last updated