> For the complete documentation index, see [llms.txt](https://docs.dydx.community/dydx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dydx.community/dydx/modules.md).

# Modules

- [Staking](https://docs.dydx.community/dydx/modules/staking.md): An overview of the Staking Module.
- [Distribution](https://docs.dydx.community/dydx/modules/distribution.md): An overview of the Distribution Module.
- [Protocol Revenue Sharing](https://docs.dydx.community/dydx/modules/distribution/protocol-revenue-sharing.md)
- [Governance](https://docs.dydx.community/dydx/modules/governance.md): An overview of the Governance module.
- [Proposal Lifecycle](https://docs.dydx.community/dydx/modules/governance/proposal-lifecycle.md)
- [Governance Adjustable Parameters](https://docs.dydx.community/dydx/modules/governance/governance-adjustable-parameters.md): An overview of parameters that are not covered in other sections of the   governance documentation and are adjustable through a dYdX Chain governance   Parameter Change Proposals.
- [Trading Stats](https://docs.dydx.community/dydx/modules/governance/governance-adjustable-parameters/trading-stats.md)
- [Fee Tiers](https://docs.dydx.community/dydx/modules/governance/governance-adjustable-parameters/fee-tiers.md)
- [Trading Core](https://docs.dydx.community/dydx/modules/governance/governance-adjustable-parameters/trading-core.md)
- [Safety](https://docs.dydx.community/dydx/modules/governance/governance-adjustable-parameters/safety.md)
- [Perpetual](https://docs.dydx.community/dydx/modules/governance/governance-adjustable-parameters/perpetual.md)
- [Markets](https://docs.dydx.community/dydx/modules/governance/governance-adjustable-parameters/markets.md)
- [CLOB](https://docs.dydx.community/dydx/modules/governance/governance-adjustable-parameters/clob.md)
- [Updating Live Market](https://docs.dydx.community/dydx/modules/governance/governance-adjustable-parameters/updating-live-market.md)
- [Instant Market Listings Deposit](https://docs.dydx.community/dydx/modules/governance/governance-adjustable-parameters/instant-market-listings-deposit.md)
- [Order Router Rev Share](https://docs.dydx.community/dydx/modules/governance/governance-adjustable-parameters/order-router-rev-share.md)
- [Community Treasury](https://docs.dydx.community/dydx/modules/community-treasury.md): An overview of the dYdX Chain Community Treasury.
- [Trading Rewards](https://docs.dydx.community/dydx/modules/trading-rewards.md): An overview of Trading Rewards and the Rewards Module.
- [Copy of Trading Rewards and Rewards Module](https://docs.dydx.community/dydx/modules/copy-of-trading-rewards-and-rewards-module.md): An overview of Trading Rewards and the Rewards Module.
- [Slashing](https://docs.dydx.community/dydx/modules/slashing.md): An overview of the slashing module.


---

# 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.dydx.community/dydx/modules.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.
