# Dune Analytics

Data from Maverick's smart contracts is available on [Dune](https://dune.com/).

Use the following steps to run a query against Maverick contracts:

1. Navigate to [Dune](https://dune.com/) and either login or create an account.
2. Go to [Dune's Queries page](https://dune.com/browse/queries).
3. Select **New Query**.
4. On the next page, select **Decoded Projects**.
5. Look for `maverick_v1` on Ethereum.

<figure><img src="/files/3gDnt8NzHcmd0JWqD71Q" alt=""><figcaption></figcaption></figure>

Additionally, a Maverick user has made a [Dune dashboard](https://dune.com/mati/maverick-protocol) that tracks some of the larger statistics for Maverick. **This dashboard is not maintained by the project and is presented here for informational purposes only.**


---

# 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.mav.xyz/further-information/dune-analytics.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.
