# Carbon DeFi Subgraph

The Carbon DeFi Subgraph enables lightning fast queries that can answer most, if not all, data-related questions for Carbon DeFi. The Carbon Defi Subgraph uses The Graph protocol, a decentralized data indexer, that enables rich queries that can be generated using their interactive UI.

The Subgraph can fetch details for:

* Strategies
* Trades
* Token pairs
* Users
* And more!&#x20;

See the following sections for more details about how to use the Subgraph:

* [Accessing the Subgraph](/developer-guides/carbon-defi-subgraph/accessing-the-subgraph.md)
* [Creating Subgraph Queries](/developer-guides/carbon-defi-subgraph/creating-subgraph-queries.md)
* [Subgraph Query in Python](/developer-guides/carbon-defi-subgraph/subgraph-query-in-python.md)
* [Sample Subgraph Queries](/developer-guides/carbon-defi-subgraph/sample-subgraph-queries.md)

### Carbon DeFi Subgraph Links

* [Carbon DeFi Subgraph](https://thegraph.com/explorer/subgraphs/3oYNFcwAGk5mVtzzMTDjanoMRsZRCGk88EFRn75dLRyp?view=Overview\&chain=arbitrum-one) hosted by The Graph.&#x20;
* [Carbon DeFi Subgraph on Github ](https://github.com/bancorprotocol/carbon-subgraph)


---

# 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.carbondefi.xyz/developer-guides/carbon-defi-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.
