Model Registration (One-Time)
Last updated
Last updated
Before an AI model can be used within the Hubic network, it must be registered through a one-time process that cryptographically anchors its identity, verification logic, and metadata to Ethereum smart contracts.
This ensures:
Immutable model identity
Proof compatibility enforcement
Optional RWA token linkage
🧾 Registration Workflow:
Model developer compiles the model into a zero-knowledge circuit.
A unique hash (e.g. SHA-256 of the zk-circuit) is generated.
Metadata is prepared (e.g. zk format, version, license terms).
Developer submits to the zkRegistry
via ModelSubmission
contract.
📦 On-Chain Structure (Simplified):
🧠 Off-Chain Metadata Example:
🌍 RWA Integration:
Ownership Tokenization: The owner
address can be a smart contract that manages revenue splits to ERC-20 or NFT holders.
Governance-Scoped Models: DAOs can submit models and bind them to governance logic or yield policy.
Usage Metering: All inference calls are logged and traceable for performance-based monetization.
Once registered, the model becomes a verifiable, composable, and revenue-capable digital asset — optionally wrapped into an RWA token.