# Case Studies

We have indexed multiple top protocols on Solana, but now what? How does that translate into value for the developers. To answer this question and to demonstrate the power of our <mark style="color:yellow;">Super Indexers</mark>, we are building protocol specific case studies.

The aim is to target top problem statements and guide developers through how they can solve them using GraphQL APIs.

#### Summary of what we do behind the scenes

* Map IDL to a DB schema.
* Backfill all the program accounts.
* Use our real-time infra layer to keep DB state in-sync with on-chain state.
* Expose the data through GraphQL APIs.
* Make sure its always in sync with on-chain.


---

# 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.shyft.to/solana-indexers/case-studies.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.
