Listen to this page
Legacy Voice Guide powered by Grok + Deepgram
TROPTIONS · Control Hub
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.
Governance Scope
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
All high-authority actions in TROPTIONS-powered Legacy have explicit approval requirements. Nothing that requires Control Hub approval can be executed unilaterally.
Stablecoin Issuance
BLOCKEDLegal + issuer + governance approvals required. Simulation-gated in Troptions-L1.
Live XRPL Bridge Enable
BLOCKEDbridge-xrpl crate is simulation-only until operator keys and live RPC are configured.
Live Stellar Bridge Enable
BLOCKEDbridge-stellar crate is simulation-only until operator keys and Horizon RPC are configured.
Executor Release Override
POLICY_GATEDHigh-authority action requiring all standard release conditions plus manual Control Hub review.
Validator Onboarding
FUTURETroptions-L1 production validators require TSN node onboarding and governance approval.
Production Chain Activation
FUTURELive chain activation requires validator quorum, full compliance review, and governance ratification.
Namespace Lock / Unlock
ADAPTERNamespace lock/unlock model is implemented — live chain enforcement requires production L1.
Cross-chain Settlement Approval
PRODUCTION_REQUIREDRequires live x402 gateway, TSN validators, and active bridge operators.
Simulation 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 crateSIMULATION_GATE flag + reserve proof + permitted issuer check + Control Hub approval
Live bridge execution
bridge-xrpl / bridge-stellarSimulation adapter mode — no live network calls until operator keys are provisioned
Production chain
consensus / proposerSimulation proposer runs on test data — no live validator network
Compliance enforcement
compliance crateCompliance runtime model implemented — production requires regulatory sign-off
Governance execution
governance / agoraGovernance model implemented — on-chain voting requires live validator network
Audit Events