# LEVERAGE & RISK

- [Levered Exposure](https://docs.dimes.fi/leverage-and-risk/synthetic-exposure.md): How collateral and hedging combine to form each position.
- [Contract-for-Difference](https://docs.dimes.fi/leverage-and-risk/contract-for-difference.md): Why CFDs are the right instrument for leveraged prediction market exposure.
- [Leverage Decay (J-factor)](https://docs.dimes.fi/leverage-and-risk/leverage-decay-j-factor.md): Automated exposure reduction driven by market microstructure.
- [Margin Requirement](https://docs.dimes.fi/leverage-and-risk/margin-requirement.md): Enforcing safe leverage by tying position size to posted collateral.
- [Liquidation Proofs](https://docs.dimes.fi/leverage-and-risk/liquidation-proofs.md): Onchain proofs that each liquidation followed the engine's rules.
- [Liquidation Trigger](https://docs.dimes.fi/leverage-and-risk/liquidation-trigger.md): When collateral, leverage, and market conditions no longer support the open position.


---

# 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.dimes.fi/leverage-and-risk.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.
