2PM.Network
WebsiteXDiscordLinkedinGithub
  • Overview
    • What is 2PM.Network
    • Architecture
    • FAQ
    • Official Social Channels
  • 2PM Data VSIES Service
    • What is Data VSIES and why is it important
    • [V] Data Validation (ZK)
    • [SI] Data Standardization and Index
    • [E] Data Encryption Client (FHE)
    • [S] Data Storage and Access
    • Data VSIES SDK
  • Node Framework
    • Modular Architecture
    • Federated Learning
      • Horizontal Federated Learning Task
      • Logistic Regression Task
      • On-chain Secure Aggregation
      • Typical Scenarios
    • FHE Machine Learning
      • Built-in Models
      • Deep Learning
      • Typical Scenarios
    • Task Submission
    • Running a 2PM Node
      • Installation
      • Chain Connector Configuration
      • Data Preparation
      • Joining a Subnet
  • Security and Verification
    • Node Staking and Slash Mechanism
    • Running Verification Client
      • EigenLayer
      • Mind Network
    • Restaking and Delegation
  • Model Inference
    • 2PM Node Inference API
    • Posting Request to a Subnet Model
    • Getting Inference Results on Chain
      • Oracle Adapters
  • Monetization and Incentives
    • AI Model IP Assets
    • Distribution Algorithm
  • 2PM DAO
    • Build Subnets
      • Establishing New Subnets
      • General Requirements
      • Data Schema Definition
      • Model Selection
      • Task Implementation
    • $DMP Token
  • Deployed Smart Contracts
    • Subnets on Testnets
    • Local Deployment Guideline
  • Ecosystem
    • Partners
    • Use Cases
      • Private Personalized Recommendation
Powered by GitBook
On this page
  • Schema Development
  • Data Source Validation and Label Contribution through TransGate
  1. 2PM Data VSIES Service

[V] Data Validation (ZK)

PreviousWhat is Data VSIES and why is it importantNext[SI] Data Standardization and Index

Last updated 10 months ago

2PM.Network employs zkPass for data validation to ensure the authenticity and integrity of private data label. zkPass is an innovative oracle protocol that leverages zero-knowledge proof technology to enable the verification of private internet data directly on-chain without exposing sensitive details.

By integrating zkPass, 2PM.Network ensures that data from HTTPS websites can be verified without the need for OAuth APIs, making the data validation process seamless and secure. This approach enhances the trustworthiness of data sources in 2PM.Network’s ecosystem, crucial for training effective AI models and enabling distributed data contributions while protecting user privacy.

Schema Development

[For Dataset Developers] Please follow for creating custom schema to collect private data labels from users. After that, please submit all schema for the dataset to 2PM DAO.

Data Source Validation and Label Contribution through TransGate

TransGate is a foundational product that incorporates three key technologies: zkPass , an MPC network, an Interactive Zero-knowledge proof system, a 3-party TLS protocol, and a front-end Google Extension. The TransGate enables the seamless transfer of private data from the web2 realm to any other world, be it web2 or web3.

To validate private data contributed to 2PM.Network, you need to install the TransGate extension in Google Chrome, please follow the steps below:

  1. Install the on Google Extension Store

  1. Generating ZK-Proof via third party website

  1. Go back to 2PM.Network and you are done.

Go to to select specific dataset / model you want to contribute.

2PM.Network
ZKPass Developer Guide
TransGate