# 10.Safety and Risk Control

FX8 considers security the foundation of its entire system operation, not a secondary function.

The platform employs a multi-layered security architecture, establishing a comprehensive protection system from asset custody and system protection to risk management to reduce the impact of technical and operational risks on user assets.

FX8's security design is divided into three layers: "Asset Security, System Security, and Risk Control," ensuring stable operation even in high-load and high-volatility market environments.

Asset Security To protect user assets, FX8 employs a layered asset custody mechanism:

* **Cold and Hot Wallet Separation:** Most assets are stored in offline cold wallets, physically isolated from the network environment. Only necessary liquidity is retained in hot wallets to support daily withdrawals and transactions, reducing the risk of external attacks.
* **Multi-Signature Mechanism:** Asset transfers require multi-party authorization and signature processes, avoiding reliance on a single private key or a single operator, thus preventing single points of failure and unauthorized transfer risks.
* **Proof of Reserves:** The platform will regularly provide on-chain asset verification mechanisms, allowing users to confirm the platform's asset and liability status, enhancing transparency and trust.

System Security

FX8 establishes multi-layered technical protection for its infrastructure and blockchain applications:

• Smart Contract Audit: Audits and vulnerability checks are conducted by third-party security agencies before deployment to reduce contract logic risks.

• Access Control and Hierarchical Management: The system operates according to the Least Privilege Principle to prevent internal misoperations and abuse of permissions.

• Multi-Node and Distributed Deployment: Critical services are distributed across multiple regional nodes to prevent service interruptions due to single points of failure.

• Real-time Monitoring and Anomaly Detection: The system continuously monitors login behavior, transaction activity, and fund changes, and automatically issues warnings and restrictions for abnormal behavior.

Risk Control In addition to technical security, FX8 also establishes a market risk management mechanism:

• Withdrawal Risk Assessment and Delayed Confirmation Mechanism

• Abnormal Transaction Monitoring and Automatic Risk Control Restrictions

• Manual Review Process for Large Transfers

• Protective Measures Under High Volatility: The risk control system combines market data and behavioral models to reduce the impact of extreme market conditions on users and the platform.

Safety Philosophy

FX8's safety strategy is based on the principle of "prevention first": reducing risk before an incident occurs, rather than remediating after an incident happens.

***

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fx8-exchange.gitbook.io/fx8-exchange-docs/home/copy-of-documentation/10.safety-and-risk-control.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
