# Subgraph

## The Flaunch Subgraph

Flaunch uses subgraphs for indexing and organizing data from the Flaunch smart contracts. These subgraphs are hosted on The Graph decentralised service and can be used to query Flaunch data.

### Versions and Production Endpoints <a href="#versions-and-production-endpoints" id="versions-and-production-endpoints"></a>

Flaunch has its own dedicated subgraph for each chain it has been deployed on.

Each subgraph has a dedicated endpoint for querying data, as well as a page on [The Graph explorer](https://thegraph.com/explorer?search=flaunch) that exposes the schema and available fields to query.

**Base Mainnet**

* [Subgraph](https://thegraph.com/explorer/subgraphs/bbWLZuPrmoskDaU64xycxZFE6EvSkMQALKkDpsz5ifF?view=Indexers\&chain=arbitrum-one)
* Graphql Endpoint: `https://gateway.thegraph.com/api/<YOUR_API_KEY_HERE>/subgraphs/id/5zvR82QoaXYFyDEKLZ9t6v9adgnptxYpKpSbxtgVENF`

**Base Sepolia**

* [Subgraph](https://thegraph.com/explorer/subgraphs/9EWUonPMbQVTeXMUZXhEmcvJYmQ95uLe4ggNCKdEhxrw?view=Query\&chain=arbitrum-one)
* Graphql Endpoint: `https://gateway.thegraph.com/api/{api-key}/subgraphs/id/9EWUonPMbQVTeXMUZXhEmcvJYmQ95uLe4ggNCKdEhxrw`


---

# 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.flaunch.gg/references/subgraph.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.
