# Discover Existing Strategies

> **The "Strategies" page displays a real-time ranking of the top-performing strategies. To achieve this, we've developed a robust data infrastructure that enables us to scan, store, and analyze on-chain data from six different blockchains and six different protocols**.

You can access the Strategies page via the "Strategies" tab on the Navigation bar. The Strategies page provides an overview of your wallet summary, Krystal’s performance, and highlighted on-chain LP strategies:

<figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(81).png" alt=""><figcaption></figcaption></figure>

**Your Wallet Summary:** Located at the top left corner, showing your total LP value and earnings in USD across 8 protocols and 9 chains.

<figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(82).png" alt=""><figcaption></figcaption></figure>

**Krystal’s Performance Summary:** Located at the top right corner, displaying Krystal’s assets under management (AUM), transaction volume through Krystal’s Smart Contract, and fees generated by positions opened on Krystal.

<figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(83).png" alt=""><figcaption></figcaption></figure>

**Highlighted LP Strategies:** Can be filtered in three ways:

<figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(84).png" alt=""><figcaption></figcaption></figure>

1. Strategy types (at the top right):

   * **All:** All on-chain strategies on protocols and chains by Krystal.
   * **Automated:** Strategies with Automation setup (such as Auto-Rebalance)
   * **New Strategies:** Strategies opened within the last 7 days
   * **High Value:** Strategies with ≥$100k liquidity
   * **Low Value:** Strategies with <$10k liquidity

   <figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(86).png" alt=""><figcaption></figcaption></figure>
2. Token name/address, chains, and protocols

   <figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(90).png" alt=""><figcaption></figcaption></figure>
3. Strategies’ LP values, Fee generated, PnL, and 7d APR.

   <figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(91).png" alt=""><figcaption></figcaption></figure>


---

# 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.krystal.app/products/liquidity-management/strategies.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.
