# 3.3 Monitoring Performance

#### The Dashboard

The Stratos Dashboard provides a real-time view of your capital's status and the protocol's actions.

Key Metrics Explained:

* **Total Balance:** The current USD value of your deposit, including principal and accrued yield.
* **Current State:** Indicates whether the vault is currently in Growth Mode (allocated to native assets) or Protection Mode (allocated to stablecoins).
* **Current Allocation:** A precise breakdown of the assets currently held by the strategy.
* **Lifetime Yield:** The total value generated by the strategy since your deposit began.

#### Activity Log

The Activity tab displays a chronological history of all protocol actions, including:

* **Rebalancing Events:** Times when the engine swapped between Growth and Protection.
* **Yield Compounds:** Records of yield being added to the pool.
* **User Interactions:** Your personal deposit and withdrawal history.


---

# 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/3-platform-guide/3.3-monitoring-performance.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.
