# Developer Resources

- [BounceBit Mainnet Node Setup](https://docs.bouncebit.io/developer-resources/bouncebit-mainnet-node-setup.md)
- [Cosmovisor](https://docs.bouncebit.io/developer-resources/bouncebit-mainnet-node-setup/cosmovisor.md)
- [Chain Info](https://docs.bouncebit.io/developer-resources/chain-info.md)
- [RPC Support](https://docs.bouncebit.io/developer-resources/rpc-support.md): Our partner Blockvision provides high-quality private RPCs at an affordable price. You can read more about it here: https://docs.blockvision.org/reference/rate-limits-and-compute-units
- [How to Verify Smart Contracts](https://docs.bouncebit.io/developer-resources/how-to-verify-smart-contracts.md)
- [How to Withdraw Validator Commission](https://docs.bouncebit.io/developer-resources/how-to-withdraw-validator-commission.md)


---

# 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://docs.bouncebit.io/developer-resources.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.
