# Decentralized Mining Pools

## Decentralized Mining Pools

- [Main Page](https://docs.degenlab.io/decentralized-mining-pool/main-page.md)
- [Flow diagrams](https://docs.degenlab.io/decentralized-mining-pool/flow-diagrams.md)
- [Sandbox BTCDEB](https://docs.degenlab.io/decentralized-mining-pool/sandbox-btcdeb.md)
- [Bitcoin version, RPC, explorer](https://docs.degenlab.io/decentralized-mining-pool/bitcoin-version-rpc-explorer.md)
- [Run clarinet integrate with bitcoin regtest v24.0](https://docs.degenlab.io/decentralized-mining-pool/bitcoin-version-rpc-explorer/run-clarinet-integrate-with-bitcoin-regtest-v24.0.md)
- [Custom docker image regtest 24.0.1](https://docs.degenlab.io/decentralized-mining-pool/bitcoin-version-rpc-explorer/custom-docker-image-regtest-24.0.1.md)
- [RPC Browser and transactions legacy](https://docs.degenlab.io/decentralized-mining-pool/bitcoin-version-rpc-explorer/rpc-browser-and-transactions-legacy.md)
- [Block commit](https://docs.degenlab.io/decentralized-mining-pool/block-commit.md)
- [Multiple miners interacting in the same network](https://docs.degenlab.io/decentralized-mining-pool/multiple-miners-interacting-in-the-same-network.md)
- [Rust Taproot Transactions](https://docs.degenlab.io/decentralized-mining-pool/rust-taproot-transactions.md)
- [Dependencies](https://docs.degenlab.io/decentralized-mining-pool/rust-taproot-transactions/dependencies.md)
- [Overall explanations](https://docs.degenlab.io/decentralized-mining-pool/smart-contract/overall-explanations.md)
- [Election System](https://docs.degenlab.io/decentralized-mining-pool/smart-contract/election-system.md)
- [Add new miner](https://docs.degenlab.io/decentralized-mining-pool/smart-contract/election-system/add-new-miner.md)
- [Remove Miner](https://docs.degenlab.io/decentralized-mining-pool/smart-contract/election-system/remove-miner.md)
- [Update Notifier](https://docs.degenlab.io/decentralized-mining-pool/smart-contract/election-system/update-notifier.md)
- [Funds System](https://docs.degenlab.io/decentralized-mining-pool/smart-contract/funds-system.md)
- [Overall](https://docs.degenlab.io/decentralized-mining-pool/front-end/overall.md)
- [UI display usecases](https://docs.degenlab.io/decentralized-mining-pool/front-end/ui-display-usecases.md)
- [How to link it to the sc](https://docs.degenlab.io/decentralized-mining-pool/front-end/how-to-link-it-to-the-sc.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, 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.degenlab.io/decentralized-mining-pool/main-page.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.
