System Architecture
High-Level Diagram
┌──────────────────────────────────────────────────────────────────────────────┐
│ User-facing Surface │
│ Wallet, dApp, Admin Dashboard, External AMM Integrations │
└──────────────────────────────────────────────────────────────────────────────┘
│ │
│ Holds PP / claims redemption │ Holds xSPCX / pSPCX
│ │ KYC users redeem via Bridge
▼ ▼
┌─────────────────────────────────┐ ┌────────────────────────────────────────┐
│ Product Line A │ │ Product Line B │
│ Paimon Prime (PP) │ │ Pre-IPO SPV Tokens (pSPCX/xSPCX) │
│ │ │ │
│ ┌──────────────────────────┐ │ │ ┌─────────────────────────────────┐ │
│ │ PPT Vault (ERC-4626) │ │ │ │ EIP3643Token (pSPCX) │ │
│ │ • Deposit / Mint │ │ │ │ • KYC-gated transfer │ │
│ │ • NAV per share │ │ │ │ • Agent: freeze / forced │ │
│ │ • Locked-share ledger │ │ │ └────────────┬────────────────────┘ │
│ └──────┬───────────────────┘ │ │ │ │
│ │ │ │ TokenBridge │
│ ┌──────┴───────────────────┐ │ │ (1:N pSPCX↔xSPCX, │
│ │ RedemptionManager │ │ │ KYC-gated redeem) │
│ │ • Standard T+7 / 0.5 % │ │ │ │ │
│ │ • Emergency T+0 / 1.5 % │ │ │ ┌────────────┴────────────────────┐ │
│ │ • Approval workflow │ │ │ │ ShadowERC20 (xSPCX) │ │
│ │ • RedemptionVoucher │ │ │ │ • Plain ERC-20, free transfer │ │
│ └──────┬───────────────────┘ │ │ │ • Mint/burn only by Bridge │ │
│ │ │ │ └─────────────────────────────────┘ │
│ ┌──────┴───────────────────┐ │ │ │
│ │ AssetController │ │ └─────────────────────────────────────────┘
│ │ • L1 / L2 / L3 tiers │
│ │ • Adapter integrations │
│ └──────┬───────────────────┘
│ │
│ ┌──────┴───────────────────┐
│ │ External Adapters │
│ │ • CashPlusAdapter │
│ │ • Aave (planned) │
│ └──────────────────────────┘
└─────────────────────────────────┘
│ │
│ │
▼ ▼
┌──────────────────────────────────────────────────────────────────────────────┐
│ Shared Issuance + Reputation Layer │
│ │
│ LaunchpadDrop V4 (4-Layer Drop, points-gated) ──► PaimonTreasury │
│ │ │
│ ├─ deducts ─► PointsHubV2 ◄─── credits ─── StakingModule │
│ │ │ LPStakingModule │
│ └─ mints ─────► PaimonBadge (Soulbound) │
│ │
│ KYCAggregator ◄── SimpleKYCProvider (institutional whitelist) │
└──────────────────────────────────────────────────────────────────────────────┘
▲
│
│ Off-chain operations
│
┌──────────────────────────────────────────────────────────────────────────────┐
│ Off-chain operational backend (event-driven) │
│ • On-chain event ingestion with redundant transports + gap recovery │
│ • KEEPER / REBALANCER service accounts for chain ops │
│ • Off-chain RBAC for human-triggered operations │
│ • Rebalance engine, approval workflow, settlement automation │
└──────────────────────────────────────────────────────────────────────────────┘Layer Descriptions
Product Line A — Paimon Prime (PP)
Product Line B — Pre-IPO SPV Tokens
Shared — Launchpad + Points + Badges
Compliance Layer
Off-Chain Backend
What's Not in This Architecture (Yet)
Last updated