Demo Mode Active — explore a live example vault · No account required

Listen to this page

Legacy Voice Guide · TROPTIONS + Deepgram

TROPTIONS · Control Hub

Control Hub
Governance & Approval Surface

The Control Hub is the governance approval surface for high-authority TROPTIONS-powered Legacy actions. It enforces simulation gates, manages approval queues, and coordinates multi-sig governance decisions before production capabilities are enabled.

Simulation GatesMulti-sig ApprovalGovernance GatedLegal Review

Governance Scope

Actions requiring Control Hub approval

Stablecoin Issuance

USDF, FTHX, FTHG issuance blocked until legal, reserve, issuer, and governance criteria are met.

Live Bridge Enable

XRPL and Stellar bridge execution requires 2-of-3 Control Hub approval plus operator key setup.

Executor Override

Release policy override for high-authority executor actions requires manual Control Hub review.

Validator Onboarding

TSN validator registration requires governance vote, node verification, and test-net validation.

Namespace Lock/Unlock

Namespace administrative lock/unlock operations require owner proof and Control Hub acknowledgment.

Production Activation

Full live chain activation requires validator quorum, legal sign-off, and 3-of-5 multi-sig governance.

Approval Queue

Current Action Status

All high-authority actions in TROPTIONS-powered Legacy have explicit approval requirements. Nothing that requires Control Hub approval can be executed unilaterally.

Stablecoin Issuance

BLOCKED

Legal + issuer + governance approvals required. Simulation-gated in Troptions-L1.

Legal counsel sign-offReserve proofPermitted issuer registryGovernance vote

Live XRPL Bridge Enable

BLOCKED

bridge-xrpl crate is simulation-only until operator keys and live RPC are configured.

Operator key configurationXRPL RPC endpointTrustline setupControl Hub 2-of-3 approval

Live Stellar Bridge Enable

BLOCKED

bridge-stellar crate is simulation-only until operator keys and Horizon RPC are configured.

Operator key configurationHorizon RPC endpointAsset authorizationControl Hub 2-of-3 approval

Executor Release Override

POLICY_GATED

High-authority action requiring all standard release conditions plus manual Control Hub review.

Executor identity verificationAttorney attestationGuardian quorumWaiting period

Validator Onboarding

FUTURE

Troptions-L1 production validators require TSN node onboarding and governance approval.

Node hardware verificationGovernance voteTSN registrationTest-net validation

Production Chain Activation

FUTURE

Live chain activation requires validator quorum, full compliance review, and governance ratification.

Validator quorumLegal sign-offControl Hub 3-of-5 multi-sigAudit review

Namespace Lock / Unlock

ADAPTER

Namespace lock/unlock model is implemented — live chain enforcement requires production L1.

Owner identity proofEstate counselControl Hub acknowledgment

Cross-chain Settlement Approval

PRODUCTION_REQUIRED

Requires live x402 gateway, TSN validators, and active bridge operators.

TROPTIONS x402 payment proofRelayer node consensusControl Hub event log

Simulation Gates

Troptions-L1 hard gates

The Troptions-L1 Rust codebase enforces simulation gates that block production execution until explicit requirements are met. These are not soft labels — they are code-enforced guards in the relevant crates.

Stablecoin issuance

stablecoin crate

SIMULATION_GATE flag + reserve proof + permitted issuer check + Control Hub approval

Live bridge execution

bridge-xrpl / bridge-stellar

Simulation adapter mode — no live network calls until operator keys are provisioned

Production chain

consensus / proposer

Simulation proposer runs on test data — no live validator network

Compliance enforcement

compliance crate

Compliance runtime model implemented — production requires regulatory sign-off

Governance execution

governance / agora

Governance model implemented — on-chain voting requires live validator network

Audit Events

Every Control Hub action is logged

00:00:00OKCONTROL_HUB_INITControl Hub governance surface initialized (simulation mode)
00:00:01LOCKEDSIMULATION_GATE_ACTIVEstablecoin::issuance gate: SIMULATION_ONLY — legal + issuer required
00:00:02LOCKEDBRIDGE_GATE_ACTIVEbridge-xrpl: simulation adapter mode — operator keys not provisioned
00:00:03LOCKEDBRIDGE_GATE_ACTIVEbridge-stellar: simulation adapter mode — Horizon RPC not configured
00:00:04PENDINGVALIDATOR_STATUSTSN validator nodes: 0 active — production chain not yet enabled