๐Ÿ‘ฉโ€๐Ÿ’ป
Galactica Network Dev Documentation
  • ๐Ÿ“™Galactica Network Overview
  • ๐ŸงฌGalactica Concepts
    • โ›“๏ธBlockchain Base
    • ๐ŸงพZero-Knowledge KYC
      • Holder Commitment
      • DApp specific HumanID
      • Verification SBT
      • KYC Guardian
      • Galactica Investigation Module
      • Privacy Precautions
    • ๐ŸŒŸReputation
    • ๐Ÿ›‚Contingent Transactions
  • โš™๏ธGalactica Components
    • ๐ŸฆŠGalactica Snap for Metamask
    • ๐ŸŒณRoot Contracts
  • ๐Ÿ—๏ธBuilding a Galactica DApp
    • Example DApps
      • Compliant ERC20
      • Cypherbook
      • Compliant DEX
      • Sybil resistant airdrop
    • Front End
      • Guided Example
        • Connect to Galactica Snap
        • Prepare ZK proof generation
        • Generate and submit ZK proof
        • Handle Verification SBTs
      • Galactica Snap JSON-RPC API
    • Smart Contracts
    • Custom Zero Knowledge Disclosures
  • ๐Ÿ“Guardian Guide
    • Setup to become a Guardian
    • Create and issue ZK certificate
      • ๐ŸชชzkKYC (GIP-1)
      • Arbitrary ZK data certificate (GIP-2)
      • X/Twitter ZK certificate (GIP-3)
      • REY X/Twitter Score ZK certificate (GIP-4)
      • Decentralised Exchange (DEX) ZK certificate (GIP-5)
      • Centralised Exchange (CEX) ZK certificate (GIP-6)
      • Telegram ZK certificate (GIP-7)
  • โ›๏ธValidator Guide
    • ๐Ÿ”งInstallation
    • ๐Ÿ”—Become a Validator
    • ๐Ÿš€galacticad CLI Usage Cheat Sheet
    • ๐Ÿ”’Security Best Practices
  • ๐ŸงชTestNet: Reticulum
    • Release Notes
  • ๐ŸงชDevNet: Andromeda
    • Release Notes
  • ๐Ÿ“ŽChangelog
Powered by GitBook
On this page

Was this helpful?

Galactica Network Overview

What is Galactica Network?

Galactica Network is a layer 1 blockchain providing the core technology for compliant privacy in decentralized society (DeSoc) and finance (DeFi).

It is built on the CosmosSDK, CometBFT proof of stake consensus and smart contracts using the Ehereum virtual machine (EVM). Core aspects of Galactica are:

  • ZK Certificates: On-chain attestations in the form of non-transferable NFTs to verify zero-knowledge proofs of statements about personal data. For example zkKYC is a zkCertificate attesting that the user has completed the know-your-customer process at a guardian.

  • Reputation: A system to convert on-chain data and the transaction history (someone's Web3 footprint) into a reputation score according to a customizable function.

  • Contingent transaction: A dynamic requirement system for smart contract interactions and fund transfers to check if users have enough reputation and satisfy compliance statements, such as being >= 18 years old, residing in a valid jurisdiction and not being on a sanction list.

With this technology stack, Galactica is the right platform for use cases, such as:

  • DeFi projects complying with upcoming regulation while preserving user privacy

  • DeSoc projects built on authentic of user identification, privacy and decentralization

  • DAOs, network states and parallel institutions leveraging zkKYC to identify users for human centric voting while preserving user privacy

NextGalactica Concepts

Last updated 1 year ago

Was this helpful?

๐Ÿ“™