# Core Logics

- [Borrowing Logics](https://docs.nondollar.life/autonomint/blockchain-docs/core-logics/borrowing-logics.md): Here the logics used in Borrowing contract and BorrowLib are explained.
- [CDS Logics](https://docs.nondollar.life/autonomint/blockchain-docs/core-logics/cds-logics.md): Here the logics used in CDS contract and CDSLib are explained.
- [Treasury Logics](https://docs.nondollar.life/autonomint/blockchain-docs/core-logics/treasury-logics.md): Here the logics used in Treasury contract are explained.
- [Options Logics](https://docs.nondollar.life/autonomint/blockchain-docs/core-logics/options-logics.md): Here the logics used in options contract are explained.
- [BorrowLiquidation Logics](https://docs.nondollar.life/autonomint/blockchain-docs/core-logics/borrowliquidation-logics.md): Here the logics used in Borrow Liquidation contract and BorrowLib are explained.


---

# 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.nondollar.life/autonomint/blockchain-docs/core-logics.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.
