This Trust Center describes controls implemented in the current authenticated paper environment. It does not claim regulatory authorization, custody, penetration-test results, or third-party certification.
01 / CONTROL ARCHITECTURE
Four boundaries. No invisible handoffs.
Select a layer to inspect how a request moves from identity to an auditable financial record.
01 / IDENTITY BOUNDARY
Identity is verified at the edge.
Protected routes require an authenticated platform identity before account-scoped data is read or changed.
01User identity→
02Server verification→
03Account scope→
04Authorized action
✓Authenticated-user headers are resolved server-side
✓Account ownership is derived from the signed-in identity
✓Sensitive account records are never selected by email alone
02 / IMPLEMENTED SAFEGUARDS
Security that shows its working.
Concrete controls already present in the platform’s paper-trading architecture.
01◉
Session boundaries
Authentication is resolved server-side on every protected request. Missing identity never falls through to an anonymous portfolio.
IMPLEMENTED02⌁
Order idempotency
Client order identifiers make retried order submissions safe and return the existing result instead of duplicating exposure.
IMPLEMENTED03◇
Double-entry ledger
Every paper execution posts balanced debits and credits, keeping cash, position cost, and realized P&L reconcilable.
IMPLEMENTED04◎
Account ownership
Orders, copy relationships, and Smart Portfolio positions are selected and changed only within the authenticated account.
IMPLEMENTED05↻
Controlled transitions
Pending orders, copy relationships, and portfolio mandates can move only through allowed states with conflict responses for invalid actions.
IMPLEMENTED06≡
Audit trail
Material actions record the actor, entity, event type, timestamp, and relevant non-secret context for operational review.
IMPLEMENTED
03 / SECURE EXECUTION FLOW
Before, during, and after every order.
Critical financial actions are treated as workflows—not button clicks.
BEFORE01
Authenticate & validate
Resolve identity, account scope, order parameters, available cash, and position limits.
Authenticated account
Validated amount and side
Duplicate-request check
DURING02
Record state explicitly
Create the order, determine whether it is pending or filled, and preserve the execution reference.
Immutable order ID
Explicit fill status
Execution timestamp
AFTER03
Reconcile & audit
Update the position, post balanced ledger entries, and record the actor and action.
Position update
Balanced journal
Audit event
◇
04 / SHARED RESPONSIBILITY
The platform protects the boundary. You protect your access.
Never share sign-in access, recovery codes, wallet seed phrases, or one-time verification codes. Forex & Stock will never ask for a private key or seed phrase in chat, email, or support.
Production financial systems must earn trust through independent evidence. Before live brokerage or custody features are offered, this page should publish regulatory coverage, custody partners, encryption and key-management details, incident-response channels, penetration-test scope, and applicable third-party reports.