# Qwertycoin Documentation

## Qwertycoin Documentation

- [Introduction to Qwertycoin](https://docs.qwertycoin.org/master.md): Special thanks to one of our developers, blockinator. His previous contribution to Qwertycoin documentation made this transition seamless.
- [Terminology](https://docs.qwertycoin.org/getting-started/terminology.md)
- [Simple Steps](https://docs.qwertycoin.org/getting-started/simple-steps.md)
- [Types of Wallet](https://docs.qwertycoin.org/wallet/types-of-wallet.md)
- [Paper Wallet](https://docs.qwertycoin.org/wallet/paper-wallet.md)
- [CLI Wallet](https://docs.qwertycoin.org/wallet/cli-wallet.md)
- [GUI Wallet](https://docs.qwertycoin.org/wallet/gui-wallet.md)
- [Zero Wallet](https://docs.qwertycoin.org/wallet/zero-wallet.md)
- [Mobile Wallet](https://docs.qwertycoin.org/wallet/mobile-wallet.md)
- [Web Wallet](https://docs.qwertycoin.org/wallet/web-wallet.md)
- [RPC Wallet](https://docs.qwertycoin.org/wallet/using-rpc-wallet.md)
- [Wallet Backup](https://docs.qwertycoin.org/wallet/wallet-backup.md)
- [Wallet Recovery](https://docs.qwertycoin.org/wallet/wallet-recovery.md)
- [Wallet Update](https://docs.qwertycoin.org/wallet/wallet-update.md)
- [Sign and Verify Messages](https://docs.qwertycoin.org/wallet/sign-and-verify-messages.md)
- [Mining Options](https://docs.qwertycoin.org/mining/mining-options.md)
- [Cloud Mining](https://docs.qwertycoin.org/mining/cloud-mining.md)
- [Creating a Mining Pool](https://docs.qwertycoin.org/mining/creating-a-mining-pool.md)
- [Mining With SBC](https://docs.qwertycoin.org/mining/mining-with-sbc.md)
- [Mobile Mining](https://docs.qwertycoin.org/mining/mobile-mining.md)
- [Using a Mining Pool](https://docs.qwertycoin.org/mining/using-a-mining-pool.md)
- [XMR-Stak](https://docs.qwertycoin.org/mining/xmr-stak.md)
- [XMR-Stak Linux](https://docs.qwertycoin.org/mining/xmr-stak-linux.md)
- [XMRIG](https://docs.qwertycoin.org/mining/xmrig.md)
- [Configuration](https://docs.qwertycoin.org/node/config.md)
- [Fix Sync Issues](https://docs.qwertycoin.org/node/fix-sync-issues.md)
- [Load Checkpoints](https://docs.qwertycoin.org/node/load-checkpoints.md)
- [Start Masternode](https://docs.qwertycoin.org/node/start-masternode.md)
- [Exchanges](https://docs.qwertycoin.org/trading/exchanges.md)
- [How to Trade on BISQ](https://docs.qwertycoin.org/trading/how-to-trade-on-bisq.md)
- [How to Trade on CREX24](https://docs.qwertycoin.org/trading/how-to-trade-on-crex24.md)
- [Compiling Daemon from Source](https://docs.qwertycoin.org/developer/compiling-from-source.md)
- [MacOS QT Install](https://docs.qwertycoin.org/developer/compiling-from-source/macos-qt-install.md)
- [Install Cmake 3.14](https://docs.qwertycoin.org/developer/compiling-from-source/untitled.md)
- [Forking Qwertycoin](https://docs.qwertycoin.org/developer/forking-qwertycoin.md)
- [Google Breakpad Integration](https://docs.qwertycoin.org/developer/google-breakpad-integration.md)
- [Hosting Block Explorer](https://docs.qwertycoin.org/developer/hosting-block-explorer.md)
- [Hosting Web Wallet](https://docs.qwertycoin.org/developer/hosting-web-wallet.md)
- [Hosting Faucet](https://docs.qwertycoin.org/developer/hosting-faucet.md)
- [Local Testnet](https://docs.qwertycoin.org/developer/local-testnet.md)
- [Resources](https://docs.qwertycoin.org/developer/resources.md)
- [Daemon HTTP RPC Commands](https://docs.qwertycoin.org/api/untitled-1.md)
- [Daemon JSON RPC API](https://docs.qwertycoin.org/api/untitled-1-1.md)
- [Wallet RPC API](https://docs.qwertycoin.org/api/untitled-2.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.qwertycoin.org/master.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.
