Knowledge Base
  • Introduction
  • SHIELDING
    • Shielded pools
    • Key generation process
    • Privacy best practices
  • Fraud protection
  • Web App – User Guide
  • SMART YIELD
    • How does Smart Yield work?
    • Governance Model
    • Shielding
  • COMMON ECONOMY
    • The Economy of Common
    • CMN Token
    • CMN Tokenomics and Vesting Schedules
    • CMN Airdrops
    • Shared Fees and Reward Economics of Common
  • Wallet (Extension)
    • Introduction
    • Getting Started
    • Usage
    • Settings
  • DEX and Bridge (Aleph Zero WASM layer 1)
    • Account
      • How to Connect Your Wallet
      • Video Guide: How to Connect Your Wallet
      • How to Check Your Balance
      • Video Guide: How to Check Your Balance
    • Swap
      • How to Swap Tokens
      • Video Guide: How to Swap Tokens
    • Farm
      • How to Farm
      • Video Guide: How to Farm
    • Pool
      • Explaining Liquidity Pools
      • Video guide: Explaining Liquidity Pools
      • Managing Liquidity Pools with Custom Tokens
      • Video Guide: Managing Liquidity Pools with Custom Tokens
    • Bridge
      • How to Bridge With Most
        • Ethereum to Aleph Zero WASM
        • Aleph Zero WASM to Aleph Zero EVM
      • Video Guide: How to Bridge With MOST?
      • Bridging 10,000+ AZERO from Aleph Zero WASM to EVM
  • Protocol Details
    • Shielder
    • Overview
    • Design Against Bad Actors
    • Preliminaries: ZK Relations
    • Notes and Accounts
    • ZK-ID and Registrars
    • Anonymity Revokers
    • PoW Anonymity Revoking
    • Relayers
    • Deterministic Secret Management
    • SNARK-friendly Symmetric Encryption
    • SNARK-friendly Asymmetric Encryption
    • Cryptography
    • Token Shortlist
    • User Wallet
    • Versioning
    • PoC
    • Version 0.1.0
    • Version 0.2.0
Powered by GitBook
On this page

Was this helpful?

  1. SMART YIELD

Shielding

PreviousGovernance ModelNextThe Economy of Common

Last updated 1 day ago

Was this helpful?

Privacy on Common is powered through the modular shielded pool framework, Shielder SDK. Here's a quick look at some of the highlights:

Shielded Pools

Common's privacy is ensured by shielded pools, a feature allowing users to deposit and withdraw assets, including ERC20 equivalents, in a non-transparency-assurance way. Inside the pools, user identities are cloaked with advanced cryptographic techniques.

Shielded Transfers

The shielded pool is private and secure with regards to on-chain transfers of assets. The system considers a settlement only when the recipient has claimed the transfer - eliminating most problems and losses arising due to incomplete transfers. Fraud Protection

Shielded pools are designed in a way that enhances compliance through the components below. Registrar: A trusted party or group responsible for registering new users by whitelisting their ZK-IDs. It adds an optional onboarding process.

Anonymity Revoker: Under extreme conditions, a trusted authority, or in some cases authorities, will deanonymize a given user if this is deemed necessary to achieve compliance with applicable regulations or rules.

Learn More

For detailed insight into the way Shielder works and the broader zkOS framework,

refer to the Protocol Details section of this documentation.