TROPTIONSFTH Trading
← Investor home

TROPTIONS · Operator

Command Center

Single hub for ports, health checks, activation scripts, and cross-links. Revenue and Telegram replies are labeled PIPELINE or PROJECTION until MSB and bank rails are live.

Honesty: PROVEN = code or ledger verified in repo/docs. PIPELINE = configured but stubs or operator-dependent. PROJECTION = modeled dollars, not bank deposits. Do not cite PROJECTION as realized revenue.

Live surfaces

Service map (PM2 / AWS)

Canonical ports from ecosystem.config.js and AWS runbook. BaaS API is :8097, not dashboard :4029.

ServicePortPathStatusNote
troptions-l1-node9944l1-node/PROVENRust L1 RPC — local/operator
donk-ai-tutor8090backends/donk/PROVENAcademy AI backend
fth-backend8091backends/fth/PROVENExchange OS extract backend
ttn-launcher8092backends/ttn/PROVENSports / TTN
dao-service8093dao/PROVENGovernance API
x402-gateway (monorepo)4020x402/PIPELINELocal sidecar — public mesh is AWS/UnyKorn
baas-api8097fiat-rails/baas-api/PIPELINEAgents, pools, billing stubs until MSB live
x402-us4030fiat-rails/x402-gateway/PIPELINERegional US gateway
x402-eu4034fiat-rails/x402-gateway-eu/PIPELINEEU gateway — not :4031
x402-jp4035fiat-rails/x402-gateway-jp/PIPELINEJP gateway
agent-orchestrator4100agents/orchestrator/PIPELINEAWS canonical orchestrator
mcp-server4101agents/mcp-server/PIPELINEMCP stub — not EU x402
usdc-base-relay4040services/usdc-base-relay/PIPELINEBase → XRPL bridge stub
telegram-bot8443services/telegram-bot/PIPELINEOperator bot — token required

Institutional partner rails

Fiat settlement requires MSB program + institutional partner BIC and nostro. Software stubs are PIPELINE until the bank is wired.

Site map (operator routes + docs)

GitHub Pages base: https://fthtrading.github.io/Troptions-full-pack

RouteTitleLabel
/command-center/Command CenterPROVEN
/overview/What you can do NOWPROVEN
/swift/Institutional railsPROVEN
/revenue/Revenue enginePROVEN
/telegram/Telegram operatorPROVEN
/ecosystem/Ecosystem statusPROVEN
/dao/Sovereign DAOPROVEN
/technical/index.htmlTechnical docs hubPROVEN

Activation (operator)

  1. 1.Clone & envPROVEN
    git clone https://github.com/FTHTrading/Troptions-full-pack.git && cd Troptions-full-pack && cp config/multi-gateway.env.template .env
  2. 2.PM2 floor (no secrets in repo)PIPELINE
    pm2 start ecosystem.config.js --only payment-orchestrator,compliance-engine,baas-api,x402-us,agent-orchestrator,usdc-base-relay
  3. 3.Revenue activation scriptPIPELINE
    ./scripts/activate-revenue.sh
  4. 4.Telegram bot (after TELEGRAM_BOT_TOKEN in .env)PIPELINE
    pm2 start ecosystem.config.js --only telegram-bot --update-env

Documentation