> For the complete documentation index, see [llms.txt](https://d8x.gitbook.io/d8x/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://d8x.gitbook.io/d8x/contribute-and-earn.md).

# Contribute & Earn

- [White-label D8X](https://d8x.gitbook.io/d8x/contribute-and-earn/white-label-d8x.md)
- [Traders](https://d8x.gitbook.io/d8x/contribute-and-earn/traders.md)
- [Liquidity Providers](https://d8x.gitbook.io/d8x/contribute-and-earn/liquidity-providers.md)
- [Refer Traders](https://d8x.gitbook.io/d8x/contribute-and-earn/refer-traders.md)
- [Order Executors](https://d8x.gitbook.io/d8x/contribute-and-earn/order-executors.md)
- [Liquidators](https://d8x.gitbook.io/d8x/contribute-and-earn/liquidators.md)
- [Governors](https://d8x.gitbook.io/d8x/contribute-and-earn/governors.md)
- [D8X Trading Competition](https://d8x.gitbook.io/d8x/contribute-and-earn/d8x-trading-competition.md)
- [Week 1: 16th March 2025](https://d8x.gitbook.io/d8x/contribute-and-earn/d8x-trading-competition/week-1-16th-march-2025.md)
- [Week 2: 23rd March 2025](https://d8x.gitbook.io/d8x/contribute-and-earn/d8x-trading-competition/week-2-23rd-march-2025.md)
- [Week 3: 30th of March 2025](https://d8x.gitbook.io/d8x/contribute-and-earn/d8x-trading-competition/week-3-30th-of-march-2025.md)
- [Week 4: 6th of April](https://d8x.gitbook.io/d8x/contribute-and-earn/d8x-trading-competition/week-4-6th-of-april.md)
- [Week 5: 13th of April](https://d8x.gitbook.io/d8x/contribute-and-earn/d8x-trading-competition/week-5-13th-of-april.md)
- [Week 6: 20th of April](https://d8x.gitbook.io/d8x/contribute-and-earn/d8x-trading-competition/week-6-20th-of-april.md)


---

# 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://d8x.gitbook.io/d8x/contribute-and-earn.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.
