← 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
- x402 public healthPROVEN
- Investor site (Pages)PROVEN
- Ecosystem status hubPROVEN
- GitHub monorepoPROVEN
Service map (PM2 / AWS)
Canonical ports from ecosystem.config.js and AWS runbook. BaaS API is :8097, not dashboard :4029.
| Service | Port | Path | Status | Note |
|---|---|---|---|---|
| troptions-l1-node | 9944 | l1-node/ | PROVEN | Rust L1 RPC — local/operator |
| donk-ai-tutor | 8090 | backends/donk/ | PROVEN | Academy AI backend |
| fth-backend | 8091 | backends/fth/ | PROVEN | Exchange OS extract backend |
| ttn-launcher | 8092 | backends/ttn/ | PROVEN | Sports / TTN |
| dao-service | 8093 | dao/ | PROVEN | Governance API |
| x402-gateway (monorepo) | 4020 | x402/ | PIPELINE | Local sidecar — public mesh is AWS/UnyKorn |
| baas-api | 8097 | fiat-rails/baas-api/ | PIPELINE | Agents, pools, billing stubs until MSB live |
| x402-us | 4030 | fiat-rails/x402-gateway/ | PIPELINE | Regional US gateway |
| x402-eu | 4034 | fiat-rails/x402-gateway-eu/ | PIPELINE | EU gateway — not :4031 |
| x402-jp | 4035 | fiat-rails/x402-gateway-jp/ | PIPELINE | JP gateway |
| agent-orchestrator | 4100 | agents/orchestrator/ | PIPELINE | AWS canonical orchestrator |
| mcp-server | 4101 | agents/mcp-server/ | PIPELINE | MCP stub — not EU x402 |
| usdc-base-relay | 4040 | services/usdc-base-relay/ | PIPELINE | Base → XRPL bridge stub |
| telegram-bot | 8443 | services/telegram-bot/ | PIPELINE | Operator 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
| Route | Title | Label |
|---|---|---|
| /command-center/ | Command Center | PROVEN |
| /overview/ | What you can do NOW | PROVEN |
| /swift/ | Institutional rails | PROVEN |
| /revenue/ | Revenue engine | PROVEN |
| /telegram/ | Telegram operator | PROVEN |
| /ecosystem/ | Ecosystem status | PROVEN |
| /dao/ | Sovereign DAO | PROVEN |
| /technical/index.html | Technical docs hub | PROVEN |
Activation (operator)
- 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.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.Revenue activation scriptPIPELINE
./scripts/activate-revenue.sh
- 4.Telegram bot (after TELEGRAM_BOT_TOKEN in .env)PIPELINE
pm2 start ecosystem.config.js --only telegram-bot --update-env
Documentation
- What you can do NOW (overview) →
- Institutional rails (SWIFT / FedWire) →
- Operator seed + partner (no secrets) →
- AWS activation runbook →
- x402 global mesh →
- MSB fiat rails →
- Partner bank mesh →
- BaaS batch pools →
- What you can do NOW (technical doc) →
- Telegram setup →
- Telegram operator (token security) →
- ACTIVATE_NOW.md →
- Revenue engine summary →