# Stake and Trade

- [About DX DPoS](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/about-dx-dpos.md)
- [How to Earn DX](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/how-to-earn-dx.md)
- [Stake on DxChain](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/stake-on-dxchain.md)
- [Wallet](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/stake-on-dxchain/wallet.md)
- [Consensus](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/stake-on-dxchain/consensus.md)
- [How to Stake](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/stake-on-dxchain/how-to-stake.md)
- [Develop on DxChain](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain.md)
- [Compile and Run](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/compile-and-run.md)
- [On-chain Interaction](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/on-chain-interaction.md)
- [DPoS API](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/on-chain-interaction/dpos-api.md): Console API and JSON-RPC API related to DxChain3.0 system contract
- [Smart Contract](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/smart-contract.md): DxChain 3.0 is fully compatible with smart contract technologies that run on Ethereum.
- [Private Chain Construction](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/private-chain-construction.md)
- [Genesis Block](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/genesis-block.md)
- [Parameters Table](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/parameters-table.md)
- [Mainnet](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/mainnet.md)
- [Testnet](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/testnet.md)
- [Participate as Validator](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/participate-as-validator.md)
- [Trade on DxChain](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/trade-on-dxchain.md): Sending DX Assets Among DxChain, ETH and BSC


---

# 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://dxchain.gitbook.io/dxchain-wiki/stake-and-trade.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.
