# Aegis

## Aegis

- [What is AEGIS?](https://docs.aegis.markets/part-1-start-here/what-is-aegis.md)
- [Why AEGIS Exists](https://docs.aegis.markets/part-1-start-here/why-aegis-exists.md)
- [What is AEGIS Engine?](https://docs.aegis.markets/part-2-core-engine-concepts/what-is-aegis-engine.md)
- [The Big Idea: Turning Liquidity Into Credit](https://docs.aegis.markets/part-2-core-engine-concepts/the-big-idea-turning-liquidity-into-credit.md)
- [How Borrowing Works](https://docs.aegis.markets/part-2-core-engine-concepts/how-borrowing-works.md)
- [The Safety Model](https://docs.aegis.markets/part-2-core-engine-concepts/the-safety-model.md)
- [Why AEGIS Engine Is Different](https://docs.aegis.markets/part-2-core-engine-concepts/why-aegis-engine-is-different.md)
- [Liquidations and Keepers](https://docs.aegis.markets/part-2-core-engine-concepts/liquidations-and-keepers.md)
- [AEGIS for Liquidity Providers](https://docs.aegis.markets/aegis-for-liquidity-providers.md)
- [AEGIS for Borrowers](https://docs.aegis.markets/aegis-for-borrowers.md)
- [Integrating AEGIS Engine](https://docs.aegis.markets/integrating-aegis-engine.md)
- [System Architecture and Contract Roles](https://docs.aegis.markets/part-4-system-structure/system-architecture-and-contract-roles.md)
- [What is AEGIS DFM?](https://docs.aegis.markets/part-5-dfm-dynamic-fee-mechanism/what-is-aegis-dfm.md)
- [How Dynamic Fees Work?](https://docs.aegis.markets/part-5-dfm-dynamic-fee-mechanism/how-dynamic-fees-work.md)
- [DFM for Liquidity Providers](https://docs.aegis.markets/part-5-dfm-dynamic-fee-mechanism/dfm-for-liquidity-providers.md)
- [Risk Overview](https://docs.aegis.markets/risk-overview.md)
- [Solvency and Liquidation](https://docs.aegis.markets/solvency-and-liquidation.md)
- [Technical Info](https://docs.aegis.markets/technical-info.md): Implementation reference and integration details for working with the Aegis DFM hook
- [Routers](https://docs.aegis.markets/technical-info/routers.md)
- [Stay In The Loop](https://docs.aegis.markets/stay-in-the-loop.md): Where to track rewards, get support, and stay updated on Aegis deployments and improvements
- [Deployed Contracts](https://docs.aegis.markets/deployed-contracts.md)
- [Audits](https://docs.aegis.markets/audits.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.aegis.markets/part-1-start-here/what-is-aegis.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.
