# Dive into the yield ecosystem

Stazys provides tools to test, analyze, and optimize your strategies before deploying real capital.

### Testing Your Strategies

<details>

<summary><strong>Demo Mode</strong></summary>

Runs your strategies with virtual funds using live market data. Create a demo vault with virtual capital (default $10,000) and watch your strategy execute in real-time without risking actual funds. Demos run continuously, showing how your strategy allocates funds, responds to market conditions, and performs over time.

</details>

<details>

<summary>Backtests</summary>

Simulate how your strategy would have performed during a specific historical period. Choose a date range to see metrics like total return, APY, and allocation changes. Use backtests to understand how your strategy handles different market conditions before going live.

</details>

***

### Vault Dashboard

The **Vault Dashboard** shows detailed performance metrics for a specific vault (demo or live). Access it by clicking on any vault from your Hub. It displays key metrics like TVL, P\&L, APY, Price Per Share, and Volume, along with performance charts, strategy breakdowns, recent activity, and allocation views. Use it to monitor your vault's performance and make data-driven adjustments.

***

### Analytics Dashboard

The **Analytics Dashboard** provides a comprehensive view of all protocols and yield opportunities on Solana. Browse protocols by category, search and filter by yield or risk, and click any protocol to view its historical performance. Find also a risk section showing audit information, exploit history, and risk scores for each protocol. Use advanced filters to find protocols that match your security standards and risk tolerance, helping you make informed decisions when building strategies.


---

# 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://stazys.gitbook.io/stazys-docs/getting-started/dive-into-the-yield-ecosystem.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.
