# TECHNICALS

- [Hashing](https://docs.xenblocks.io/technicals/hashing.md)
- [Merged mining](https://docs.xenblocks.io/technicals/hashing/merged-mining.md)
- [Self-custodial hashing](https://docs.xenblocks.io/technicals/hashing/self-custodial-hashing.md): Own your hash.
- [Fixed total hashrate](https://docs.xenblocks.io/technicals/fixed-total-hashrate.md): Scaling with constant energy expenditure and maintained security.
- [Argon2](https://docs.xenblocks.io/technicals/argon2.md): Argon2id is the cryptographic hashing algorithm used for mining XenBlocks.
- [Argon2 relating to memory and difficulty](https://docs.xenblocks.io/technicals/argon2/argon2-relating-to-memory-and-difficulty.md): Mining capacity bounded by the VRAM's speed.
- [Why not ASIC mining?](https://docs.xenblocks.io/technicals/argon2/why-not-asic-mining.md): The nature of memory being slow vs chips.
- [Argon2 and energy consumption](https://docs.xenblocks.io/technicals/argon2/argon2-and-energy-consumption.md)
- [Difficulty](https://docs.xenblocks.io/technicals/difficulty.md)
- [Difficulty adjustment mechanism](https://docs.xenblocks.io/technicals/difficulty/difficulty-adjustment-mechanism.md): Self-regulating difficulty mechanism.
- [Difficulty consensus](https://docs.xenblocks.io/technicals/difficulty/difficulty-consensus.md): How difficulty adjusts in the network with consensus.
- [XenBlocks/Bitcoin difficulty comparison](https://docs.xenblocks.io/technicals/difficulty/xenblocks-bitcoin-difficulty-comparison.md): How XenBlocks fundamentally differs from Bitcoin.


---

# 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.xenblocks.io/technicals.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.
