# How It Works

- [On-chain costs Prediction Markets](https://hedgehog-protocol.gitbook.io/main/how-it-works/on-chain-costs-prediction-markets.md)
- [Modular Synthetic Blockspace](https://hedgehog-protocol.gitbook.io/main/how-it-works/modular-synthetic-blockspace.md)
- [Minting](https://hedgehog-protocol.gitbook.io/main/how-it-works/minting.md): Initiating a Collateralized Debt Position (CDP)
- [Redemptions](https://hedgehog-protocol.gitbook.io/main/how-it-works/redemptions.md): Redemption of wstETH Collateral in Hedgehog Protocol
- [Liquidations](https://hedgehog-protocol.gitbook.io/main/how-it-works/liquidations.md): Liquidations in Hedgehog Protocol
- [Stability Pool](https://hedgehog-protocol.gitbook.io/main/how-it-works/stability-pool.md): Participation in the Stability Pool
- [Participation Markets](https://hedgehog-protocol.gitbook.io/main/how-it-works/participation-markets.md)
- [Protocol Fees](https://hedgehog-protocol.gitbook.io/main/how-it-works/protocol-fees.md)
- [Recovery Mode](https://hedgehog-protocol.gitbook.io/main/how-it-works/recovery-mode.md)
- [Dynamic Fees](https://hedgehog-protocol.gitbook.io/main/how-it-works/dynamic-fees.md)
- [FAQ](https://hedgehog-protocol.gitbook.io/main/how-it-works/faq.md)
- [B2B solutions](https://hedgehog-protocol.gitbook.io/main/how-it-works/b2b-solutions.md): Hedgehog v2 Gas Fees Hedging Architecture


---

# 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://hedgehog-protocol.gitbook.io/main/how-it-works.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.
