Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.72 KB

introduction.md

File metadata and controls

21 lines (15 loc) · 1.72 KB
description
Overview of the Verida Private Data Data Bridge

Introduction

{% hint style="warning" %} The Verida Private Data Bridge is currently in private alpha to early builders. {% endhint %}

The Verida Private Data Bridge is a collection of technologies and infrastructure that enable end users to extract their data from existing centralized platforms (ie: Google, Apple, Telegram, Discord), store it encrypted on the Verida Network and then authorize their data to be used with AI and other third party applications.

Verida Data Bridge: Flow of user data from existing platforms to users to third party applications

The Verida Private Data Bridge consists of:

  1. verida-vault.md: Web interface for end users to connect and extract their data from centralized platforms
  2. private-data-apis.md: A collection of APIs for developers to authorize, authenticate, query and run AI prompts against private user data.
  3. data-connections.md: A framework for writing standardized code, with unit tests, for each connector. These data connectors are responsible for authenticating, authorizing and syncronizing user data from centralized platforms.
  4. data-bridge-server.md: Backend server, running on Verida's Confidential Compute infrastructure, that facilitates data connections and syncronization of data for end users
  5. blockchain-bridge.md: A set of smart contracts and client side libraries that enable user data to be submitted on-chain and verified.