# 2.3 Protection Mode

#### The Flight to Stability

Protection Mode is the protocol's defensive state. It is activated when the Engine detects market conditions that threaten capital preservation, such as flash crashes or prolonged bearish trends.

#### Asset Composition

Upon activation, the protocol swaps the underlying volatile assets into high-liquidity Stablecoins (e.g., USDC or USDT).

* **Preservation:** By holding stablecoins, the portfolio's dollar value remains constant, effectively "locking in" the value at the time of the swap.
* **Decoupling:** As the market continues to fall, the user's deposit decouples from the crash.

#### Re-entry Logic

The protocol does not remain in stablecoins indefinitely. The Engine continues to monitor volatility. Once stability returns and positive momentum indicators are confirmed, the protocol executes a "Buy Back," converting the stablecoins back into the native asset.

If the market has dropped significantly during the Protection period, this Buy Back often results in acquiring more units of the native asset than were originally held, effectively increasing the user's position size.


---

# 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://docs.strtcoin.xyz/2.-the-stratos-engine/2.3-protection-mode.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.
