# 2.4 Zero-Liquidation Mechanics

#### Spot-Based Architecture

A common misconception in DeFi is equating "automated management" with "algorithmic trading bots" that use leverage. Stratos is fundamentally different.

Stratos utilizes 100% Spot Execution.

* **No Leverage:** The protocol never borrows funds to increase position size.
* **No Margin:** There are no maintenance margin requirements.
* **No Debt:** The protocol cannot become insolvent due to price action.

#### Rebalancing vs. Liquidation

In leveraged protocols, if the market moves against you, your position is "liquidated"—seized by the protocol to pay back debt. You lose your principal.

In Stratos, if the market moves against you, your position is "rebalanced."

* **Liquidation:** Your equity goes to zero.
* **Rebalancing:** Your asset changes form. You still own the underlying value.

This architecture ensures that a user can never be "wiped out" by a sudden wick or manipulation event. The worst-case scenario in Stratos is a swap execution at a sub-optimal price, but the capital itself remains intact and in the user's possession.


---

# 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.4-zero-liquidation-mechanics.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.
