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

Listen to this page

Legacy Voice Guide · TROPTIONS + Deepgram

Settlement Infrastructure

Troptions-L1 Rust Network

The Troptions Settlement Network (TSN) — a compliance-native Rust Layer-1 scaffold. All modules are simulation-only. No live chain, live settlement, live banking, or live token issuance is enabled.

24 Rust Crates 22 Tests Passing0 Compile Errors

Workspace

TSN Rust crate matrix

CrateRoleTestsStatus
tsn-nodeNode binary — devnet startup banner and boot sequence Needs Validators
tsn-consensusBFT consensus constants — MIN=4 validators, MAX=21, FINALITY=67% Needs Validators
tsn-runtimeDevnet runtime orchestration stub Needs Validators
tsn-stateCore protocol types and all TSN structs, AuditEvent system2 Scaffold
tsn-cryptoSHA-256, evidence hashing (Ed25519 signing in next phase) Scaffold
tsn-pq-cryptoPost-quantum key profile types (NIST FIPS 203/204/205) — profiles only, no live impl2 Scaffold
tsn-assetsAsset creation and registration — gated by simulation flag Simulation Only
tsn-trustlinesTrustline simulation: create, freeze, unfreeze — issuer compliance required for live2 Simulation Only
tsn-stablecoinStablecoin issuance runtime — GENIUS Act gated, platform simulation gate active3 Legal Required
tsn-rwaReal World Asset registration with evidence hashing — simulation only1 Simulation Only
tsn-nftNFT credential issuance simulation Simulation Only
tsn-ammAMM/DEX constant-product pool simulation — ATS registration required for live4 Live Disabled
tsn-complianceTCSA compliance engine: KYC/AML, sanctions screening (OFAC), travel rule4 Scaffold
tsn-governanceOn-chain governance proposal stub1 Scaffold
tsn-control-hubControl Hub governance bridge — camelCase TS-compatible JSON output2 Scaffold
tsn-bridge-xrplXRPL cross-rail adapter — simulation-only, no live bridge transactions1 Simulation Only
tsn-bridge-stellarStellar cross-rail adapter — simulation-only, no live bridge transactions Simulation Only
tsn-rlnRegulated Liability Network adapter — central bank participation required Live Disabled
tsn-agoraAgorá-style wholesale settlement stub — BIS/central bank access required Live Disabled
tsn-mbridgemBridge FX routing stub — BIS participation required Live Disabled
tsn-rpcRPC interface placeholder — Axum/gRPC in next phase Needs Validators
tsn-telemetryTelemetry/tracing placeholder — OpenTelemetry wiring in next phase Needs Validators
tsn-sdkTSN SDK placeholder for third-party integrators Needs Validators
tsn-cliCLI binary — 6 simulation commands: init, status, transfer, mint, compliance, shutdown Scaffold

Safety Gates

Enforced defaults across all crates

simulation_only

true — on all structs

live_execution_enabled

false — on all assets

issuance_enabled

false — on all stablecoins

required_approvals

["control_hub_approval"] minimum

Private keys / seeds

None present in any crate

Guaranteed yield claims

None present

AMM risk disclosure

Required before any liquidity call

AuditEvent.simulation_only

true — all events tagged

Production Requirements

What remains blocked

Live chain execution

No validator set deployed, no genesis block produced

Live settlement

Requires banking relationships, master accounts, legal licenses

Stablecoin issuance

Requires OCC/Fed permitting under GENIUS Act

XRPL/Stellar live bridge txs

Requires licensed bridge operator and live keys/RPC

RLN integration

Central bank participation required

Agorá/mBridge integration

BIS/central bank access required

Live AMM trading

Requires ATS/broker-dealer registration

Trustline live activation

Requires issuer compliance certification

Validator onboarding

Staking contract audit + legal review required

Post-quantum crypto (NIST)

FIPS 203/204/205 Rust implementations not yet production-stable