5. Technical Architecture

5.1 System Overview

┌─────────────────────────────────────────────────────────────────────────┐
│                         NONTERRITORIAL CHAIN                            │
│                                                                         │
│  ┌─────────────────────────────────────────────────────────────────┐   │
│  │                      APPLICATION MODULES                         │   │
│  │                                                                  │   │
│  │  ┌──────────────┐ ┌──────────────┐ ┌──────────────┐            │   │
│  │  │  Exhibition  │ │   License    │ │   Payment    │            │   │
│  │  │    Module    │ │    Module    │ │    Module    │            │   │
│  │  └──────────────┘ └──────────────┘ └──────────────┘            │   │
│  │                                                                  │   │
│  │  ┌──────────────┐ ┌──────────────┐ ┌──────────────┐            │   │
│  │  │  Governance  │ │  Provenance  │ │     IBC      │            │   │
│  │  │    Module    │ │    Module    │ │   Gateway    │            │   │
│  │  └──────────────┘ └──────────────┘ └──────────────┘            │   │
│  │                                                                  │   │
│  └─────────────────────────────────────────────────────────────────┘   │
│                                                                         │
│  ┌─────────────────────────────────────────────────────────────────┐   │
│  │                      COSMOS SDK CORE                             │   │
│  │  Bank │ Staking │ Slashing │ Distribution │ Auth │ Params      │   │
│  └─────────────────────────────────────────────────────────────────┘   │
│                                                                         │
│  ┌─────────────────────────────────────────────────────────────────┐   │
│  │                      CONSENSUS LAYER                             │   │
│  │                    CometBFT (Tendermint)                         │   │
│  └─────────────────────────────────────────────────────────────────┘   │
│                                                                         │
└─────────────────────────────────────────────────────────────────────────┘

                                    │ IBC Protocol

┌─────────────────────────────────────────────────────────────────────────┐
│                      COSMOS ECOSYSTEM                                    │
│                                                                         │
│  ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐  │
│  │   Cosmos     │ │   Osmosis    │ │    Future    │ │    Future    │  │
│  │     Hub      │ │     DEX      │ │  Music Chain │ │ Archive Chain│  │
│  └──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘  │
│                                                                         │
└─────────────────────────────────────────────────────────────────────────┘

5.2 Chain Parameters

Parameter
Value
Rationale

Block Time

5 seconds

Balance between finality and throughput

Validators

50-100

Sufficient decentralization, manageable coordination

Bonding Period

21 days

Standard Cosmos parameter, security consideration

Governance Voting

14 days

Allow global participation across timezones

Slashing (Double Sign)

5%

Standard security parameter

Slashing (Downtime)

0.01%

Forgiving of temporary issues

5.3 Token Economics

Native Token: UNT (Unit of Nonterritorial)

  • Utility: License fees, governance, staking

  • Supply: 1,000,000,000 UNT genesis supply

  • Inflation: 0% (deflationary through commission fund lock)

  • Distribution: See Section 9

Token Flow

5.4 Data Architecture

On-Chain State

  • Exhibition registry (ownership, status, metadata hash)

  • License records (host, duration, payment, status)

  • Payment distributions (immutable history)

  • Governance proposals and votes

  • Provenance chains

Off-Chain Storage (IPFS)

  • Exhibition media files (Cinematic Previews)

  • Metadata documents

  • Curatorial essays

  • Technical specifications

  • Marketing materials

Verification

Content hashes stored on-chain; IPFS provides content addressing. Any modification detectable through hash mismatch.

Last updated