# Under the hood

- [Use Cases](https://docs.equilibrium.io/under-the-hood/use-cases.md): This page gives a detailed overview of services and capabilities that will be available to crypto users within the Equilibrium parachain.
- [Assets and Balances](https://docs.equilibrium.io/under-the-hood/assets-model.md): This section describes how user assets, or rather portfolios of assets, are organised within Equilibrium.
- [Risk model](https://docs.equilibrium.io/under-the-hood/risk-modeling.md): This page describes Equilibrium's approach on assessing system risk.
- [Interest rates model](https://docs.equilibrium.io/under-the-hood/interest-rate-model.md): This page describes how Equilibrium calculates interest rates on the loans in the system.
- [Margining](https://docs.equilibrium.io/under-the-hood/margining.md): This section explains how equilibrium calculates margin for user accounts when they borrow and trade on the DEX
- [Market maker pools](https://docs.equilibrium.io/under-the-hood/market-maker-pools.md): An overview of the liquidity staking for market makers


---

# 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.equilibrium.io/under-the-hood.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.
