Skip to content

Symphony Documentation

Symphony is a decentralized privacy data platform. It enables large-scale private data ingestion, storage, governance, protected query, precision marketing, privacy-preserving computation, and model training — all without exposing user plaintext.

The platform is documented through two specification lines:

  • SCP (Symphony Core Protocol) — defines what the protocol means and requires
  • SCS (Symphony Core System) — defines how the system realizes and preserves the protocol

SCP: Protocol Specification

DocumentWhat It Covers
SCP Protocol OverviewEntry point. Architecture, task model, token economics, and how everything fits together
SCP Core SpecNormative rules. Task lifecycle, semantic model, data protection, execution, settlement
SCP Economics and GovernanceSYM token, task pricing, rewards, staking, penalties, governance

SCS: System Realization

DocumentWhat It Covers
SCS System ArchitectureDeployment topology, service architecture, data persistence, smart contracts, TEE integration, operations

Use Cases

DocumentScenario
Receipt Upload to Personal VaultUser uploads a receipt, data is parsed and stored in their Vault
Targeted Coupon CampaignBrand queries across Vaults to find eligible users for a marketing campaign
Consumer Behavior Model TrainingPrivacy-preserving model training across distributed user data

Reading Order

For a first-time reader:

  1. Start with SCP Protocol Overview — gives you the complete mental model
  2. Read SCP Core Spec — Part by Part, for the detailed rules
  3. Read SCP Economics and Governance — for token economics
  4. Read SCS System Architecture — for how it's built
  5. Read the use cases — for concrete end-to-end examples