# Gradient Docs

## Gradient Docs

- [Introduction](https://docs.gradient.trade/discover-the-gradient/introduction.md): An introduction to Gradient
- [Pitch Deck](https://docs.gradient.trade/pitch-decks/pitch-deck.md): The official Gradient pitch deck
- [Partner Deck](https://docs.gradient.trade/pitch-decks/partner-deck.md): The official Gradient partner deck
- [Go To Market Deck](https://docs.gradient.trade/pitch-decks/go-to-market-deck.md): The official adoption & rollout deck.
- [Verified MM Deck](https://docs.gradient.trade/pitch-decks/verified-mm-deck.md): Verified market maker deck
- [The CORE](https://docs.gradient.trade/how-it-works/the-core.md): Gradient's proprietary Coordinated Order Routing Engine
- [Gradient's Layers](https://docs.gradient.trade/how-it-works/gradients-layers.md): Gradient is composed of 3 trading layers — modular by design, but unified in purpose: to power efficient, price-impact free trading.
- [The Flash Layer](https://docs.gradient.trade/how-it-works/gradients-layers/the-flash-layer.md): Gradient's dedicated layer for instant order fulfillment
- [The Matching Layer](https://docs.gradient.trade/how-it-works/gradients-layers/the-matching-layer.md): Gradient’s dynamic peer-matching layer
- [The Fallback Layer](https://docs.gradient.trade/how-it-works/gradients-layers/the-fallback-layer.md): Gradient’s final routing layer for constraint-respecting AMM execution
- [Who Benefits?](https://docs.gradient.trade/how-it-works/who-benefits.md): A breakdown of how gradient creates value for every participant
- [Overview](https://docs.gradient.trade/fees-and-distribution/overview.md): An an overview of Gradient's fee model
- [Market Maker Earnings](https://docs.gradient.trade/market-maker-earnings.md): A breakdown of Market Maker (MM) earnings
- [Platform Earnings](https://docs.gradient.trade/platform-earnings.md): A breakdown of platform earnings
- [Partner Benefits](https://docs.gradient.trade/partner-benefits.md): A breakdown of how Gradient partners earn.
- [What is $GRAY?](https://docs.gradient.trade/the-usdgray-token/what-is-usdgray.md): An introduction to Gradient's native token
- [Driving Participation](https://docs.gradient.trade/the-usdgray-token/driving-participation.md): How $GRAY promotes participation within the Gradient ecosystem
- [Value Routing](https://docs.gradient.trade/the-usdgray-token/value-routing.md): How value is routed within the $GRAY ecosystem
- [Tokenomics](https://docs.gradient.trade/the-usdgray-token/tokenomics.md): An overview of tokenomics & supply distribution
- [Conclusion](https://docs.gradient.trade/the-usdgray-token/conclusion.md): A recap of the $GRAY token's role within the Gradient protocol
- [API documentations](https://docs.gradient.trade/gradient-api/api-documentations.md): Native Gradient APIs used to fetch real-time platform data.
- [Overview](https://docs.gradient.trade/beta-program/overview.md): An overview of the beta program.
- [Events](https://docs.gradient.trade/beta-program/events.md): Event schedules and details.
- [Initializing the Gradient](https://docs.gradient.trade/roadmap/initializing-the-gradient.md): The first phase of Gradient's roadmap.
- [Launching the Gradient](https://docs.gradient.trade/roadmap/launching-the-gradient.md): The second phase of Gradient's roadmap.
- [On-Boarding to the Gradient](https://docs.gradient.trade/roadmap/on-boarding-to-the-gradient.md): The third phase of Gradient's roadmap.
- [v1.1 Update](https://docs.gradient.trade/roadmap/v1.1-update.md): The Gradient's first platform update.
- [Growing the Gradient](https://docs.gradient.trade/roadmap/growing-the-gradient.md): Gradient's 4th Roadmap Phase.
- [-](https://docs.gradient.trade/gradient-user-guide/undefined.md)
- [Terms](https://docs.gradient.trade/terms-and-disclaimers/terms.md): Gradient & $GRAY terms of use
- [Disclaimers](https://docs.gradient.trade/terms-and-disclaimers/disclaimers.md): Gradient & $GRAY disclaimers


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.gradient.trade/discover-the-gradient/introduction.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.
