🆔
MetaID
English
English
  • ℹ️Overview
    • Overview
    • Terms
  • 📑MetaID Specification
    • Protocol Spec
    • MetaID Tree
      • MetaID Tree
      • Info Node
      • File Node
      • FT Node
      • NFT Node
      • Protocols Node
      • Follow Node
    • MetaID Envelope
    • Privacy Model
    • About PIN
    • About PoP
    • Host
    • MetaAccess
    • MetaName
    • Examples
  • 💻MetaID App Node
    • Introduction
    • Compile and Run
    • JSON API
    • Browser
    • MetaID PIN Conventions
    • PIN Data Structure
  • ⚙️MetaID SDK
    • Get Started
    • Core API
    • Quick Example
  • ⛓️Cross-chain
    • Cross-chain
    • Unified UTXO Chain
  • 🪪About MetaID
    • History About MetaID
    • FAQ
    • MetaID Philosophy
    • MetaID Resources
  • 📃FT & NFT Protocols
    • MRC-20
    • MRC-721
Powered by GitBook
On this page
  1. MetaID Specification
  2. MetaID Tree

MetaID Tree

PreviousMetaID TreeNextInfo Node

Last updated 12 months ago

Overview

User data and operations are stored on the blockchain in the form of PINs. The MetaID tree of each user can be constructed through the path in the PINs, forming an interconnected, directed acyclic data structure used for organizing and managing user data and operations on the blockchain.

Default Reserved Nodes in the MetaID Tree

The MetaID tree retains default paths for info, protocols, file, nft, ft, and follow.

  • /info: Path for storing user personal information.

  • /protocols: Path for storing user application protocol information.

  • /file: Path for storing user files.

  • /ft: Path for storing user fungible token (FT) asset behaviors.

  • /nft: Path for storing user non-fungible token (NFT) asset behaviors.

  • /follow: Path for storing user follow behaviors.

📑