> For the complete documentation index, see [llms.txt](https://docs.carbondefi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carbondefi.xyz/developer-guides/carbon-defi-subgraph.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.carbondefi.xyz/developer-guides/carbon-defi-subgraph.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
