SUPER-S Platform
Full-stack digital capital markets operating system. 100+ modules, 13 blockchains, 22 categories, 16 build sessions. Not a product — an infrastructure operating system for tokenized financial instruments.
100+
Registered Modules
13
Blockchains
22
Module Categories
16
Build Sessions
3
System Modes
Three Hard-Boundary System Modes
The entire platform operates in three hard-boundary system modes, enforced by SystemModeGuard. No module can cross boundaries — enforced at runtime through code that blocks execution if a module attempts to operate outside its designated mode.
INFRA
Anchoring, verification, proof systems, cross-chain ops
Must never match orders or issue securities
ISSUER
Bond series, coupon engines, capital structures
Must never verify third-party infrastructure
VENUE
Order matching, execution, surveillance
Must never issue securities or anchor proofs
Runtime Enforcement: Before any module function runs, SystemModeGuard performs three checks: (1) mode match, (2) prohibited list, (3) chain set. All three must pass or execution is rejected with a structured violation record.
Thirteen Chains, Four Roles
Settlement
Stellar, Ethereum, Solana
3s — 15min · Money movement, USDC settlement
Anchor
Bitcoin, XRPL, Polygon
4s — 60min · Immutable proof, attestation. Bitcoin OP_RETURN is permanent.
Governance
Cardano
~5min · On-chain governance actions, 15 confirmations
EVM Smart Contracts
ETH, Polygon, Arbitrum, Avalanche, BSC, Base, Optimism, Tron
Varies · Token deployment, collateral, coupons, bond tokens
Core Platform Capabilities
VaultLedger
Append-only, cryptographically chained asset position ledger. Cannot edit history — only append.
Settlement Layer
StablecoinRail multi-chain movement, PaymentIntent deterministic lifecycle, SettlementRecorder across Stellar/ETH/XRPL.
Bond Lifecycle
7 states: Draft → Offered → Subscribing → Funded → Active → Maturing → Matured. XRPL linked-list anchoring.
Order Book
Price-time priority matching. ExecutionLockManager prevents double-reservation. Real-time surveillance.
FailureMatrix
Deterministic response for every possible failure mode. No undefined behavior — every failure has a defined response.
Distribution Engine
Scheduled payouts on Stellar — coupon payments, yield distributions, redemption payouts to investor wallets.
ETF Operations
CreationUnitPolicy and CreationRedemptionEngine. AuthorizedParticipantRegistry manages KYC.
Market Surveillance
Real-time detection of wash trading, spoofing, front-running. MarketStressSimulator models extreme scenarios.
Corporate Structure & Governance
| Entity | Code | Function |
|---|---|---|
| FutureTech Holding Company | FTHOLD | Parent holding — enterprise oversight, capital allocation, since 2005 |
| FTH Trading Inc. | FTHT | Primary operating subsidiary — all settlement and issuance |
| FTH Capital | FTHCAP | Structured products, yield operations, CPN-90 notes |
| FTH Custody | FTHCUS | Segregated accounts, escrow, custody orchestration |
| FTH Treasury | FTHTRS | Full reserve operations, collateral backstop, 1:1 backing |
FutureTech Holding Company has been investing in and operating businesses since 2005. Nearly two decades of active capital management — not a startup, not a fund cycle.
Wallet Architecture
FTH Trading
Settlement
FTH Capital
Products
FTH Custody
Segregated
FTH Treasury
Reserves
4
Operating Entities
12
Operational Sub-Wallets
16
Total XRPL Wallets
Settlement Tokens — Dual Chain Architecture
XRPL Tokens
Stellar Tokens
Twenty-Two Module Categories
| # | Category | Key Modules | Risk |
|---|---|---|---|
| 1 | Registry | ModuleRegistry, VaultLedgerSchema | LOW |
| 2 | Settlement | StablecoinRail, PaymentIntent, SettlementRecorder | HIGH |
| 3 | Compliance | SanctionsRefresher, AuthorizedParticipantRegistry | CRITICAL |
| 4 | Anchor | BondRegistryXRPL, BitcoinAnchor | MEDIUM |
| 5 | Venue | DeterministicOrderBook, ExecutionLockManager | HIGH |
| 6 | Surveillance | MarketSurveillance, MarketStressSimulator | HIGH |
| 7 | Risk | FailureMatrix, MarginTriggerEngine | CRITICAL |
| 8 | Governance | CardanoGovernance | MEDIUM |
| 9 | Guard | SystemModeGuard, NoCustodyGuards, TreasuryGuards | CRITICAL |
| 10 | Distribution | DistributionEngine, CouponDistributor | HIGH |
| 11 | Collateral | CollateralMachine, CustodyProofVerifier, LienPolicyEngine | CRITICAL |
| 12 | Custody | CustodyControlPlane, CustodyRegistry, PolicyEngine | CRITICAL |
| 13 | Wallet | WalletOrchestrator, MultiSignatureControl | HIGH |
| 14 | Escrow | EscrowWorkflowEngine | HIGH |
| 15 | Funding | FundingOrchestrator, FundingMachine, DepositArrivalDetector | HIGH |
| 16 | Yield | YieldStrategy, YieldOptimizer | MEDIUM |
| 17 | Readiness | CollateralReadinessEngine, DeploymentGates | LOW |
| 18 | EVM | EvmProviderFactory, BondTokenDeployer, CollateralContractManager | HIGH |
| 19 | Integration | FireblocksConfig, FireblocksJwt, FireblocksHttp | CRITICAL |
| 20 | Exchange | ExchangeAdapterRegistry, OTC Desks | HIGH |
| 21 | Security | FireblocksWebhookVerifier, HMAC-SHA-512 | CRITICAL |
| 22 | Routing | FundingRoutePlanner, StablecoinRail | HIGH |
Custody Architecture — No Operator Custody
FTH does not hold client funds. This is not a policy statement — it is enforced by NoCustodyGuards, a module providing runtime assertions that the platform never takes internal custody. Fund flow: Investor → Payment Partner → Issuer. Never through operator.
Fireblocks
Primary MPC
Institutional-grade MPC custody, threshold signing, no single key
Anchorage Digital
Secondary MPC
OCC-chartered digital asset bank, qualified custodian
BitGo
Third MPC
Qualified custodian, combined custody + exchange
Fireblocks MPC Integration
FireblocksConfig
Singleton configuration loader for API credentials and endpoints
FireblocksJwt
RS256 JWT generation — every API call gets a fresh, short-lived token
FireblocksHttp
HTTP wrapper with auto JWT signing, retry with exponential backoff
VaultTypes
Typed domain model for Fireblocks vault accounts
FireblocksVaultClient
CRUD operations via vault accounts API
FireblocksTransactionClient
Transaction submission and lifecycle tracking
Twelve Vault Roles
Naming: FTH-DEAL-ROLE-SEQUENCE. Idempotent provisioning — calling twice returns existing vault.
Multi-Signature Security — 3-of-5
Primary
Daily operations
Secure device
Secondary
CFO approval
Separate device
Compliance
Compliance gate
Compliance officer
Recovery
Key recovery
Bank vault (2nd city)
Emergency
Emergency access
Legal escrow (diff. jurisdiction)
Exchange Connections & Bank Rails
10 Exchange Connections
Tier 1 — Institutional
Coinbase Prime, Kraken, Binance US, Bitstamp, Gemini
Tier 2 — Custody+Exchange
BitGo, Anchorage
Tier 3 — OTC Desks
Galaxy Trading, Wintermute, Cumberland
Partner Banks & Settlement Rails
Five Rail Types
Treasury Guards — Hard Limits
$10M
Maximum per single transfer
$50M
Maximum daily aggregate
Every movement requires one of 10 defined reason codes: Hedge Funding, Collateral Lock, Coupon Liquidity, Rebalance, Liquidation Prep, Fee Payment, Yield Harvesting, Settlement, Redemption Funding, or Reserve Management.
Three-Tier Immutable Proof Architecture
Bitcoin
Monthly · 6 confirmations (~60 min)
OP_RETURN — permanent, most secure chain in existence
XRPL
Daily · 1 confirmation (3-5 sec)
Running daily log of platform state
Polygon
Daily · 64 confirmations (~2 min)
Cost-effective EVM-chain verification
Compliance Framework
Physical Gold Custody Chain
APMEX
Precious Metals Acquisition
Largest online PM dealer in US. Net 30/60/90 broker credit. Bullion Club 5 tiers.
Citadel Global Depository
Secure Storage
APMEX subsidiary. Physical gold delivered here for storage.
Brink's Global Services USA
Physical Custody
Fully segregated vault storage. 55 bps annual storage fee.
Iron-Clad Invariant: AurumGramService enforces: circulating tokens × grams-per-token ≤ total reserve grams. Physical gold must be acquired, delivered, confirmed, and reserve ledger updated before mint. No fractional reserve. No pre-minting. Stale audit (>90 days) blocks minting.
16 Build Sessions
| Sessions | Focus | Key Modules |
|---|---|---|
| 1–4 | Core Infrastructure | VaultLedger, Legal, Gold, Stellar Gate, Cross-Border |
| 5 | Settlement & Distribution | StablecoinRail, PaymentIntent, DistributionEngine |
| 6 | ETF-Style Operations | CreationUnitPolicy, CreationRedemptionEngine |
| 7–8 | Bond & Risk | BondSeries, CouponEngine, FailureMatrix |
| 9 | Custody Control Plane | CustodyRegistry, PolicyEngine, ApprovalWorkflow |
| 10 | EVM Execution | EvmProviderFactory, BondTokenDeployer |
| 11–12 | Fireblocks Integration | MPC, 12 vault roles, webhook verification |
| 13 | Exchange Connectivity | 10 exchanges, TreasuryGuards |
| 14 | Multi-Chain Stablecoins | 7 stablecoins, cross-chain bridges |
| 15–16 | Deterministic Funding | FundingOrchestrator, 6 onramp partners |
FTH Trading Inc. · A subsidiary of FutureTech Holding Company · Atlanta, GA · Since 2005