# Autonomint

## General Docs

- [About Nondollar.life](https://docs.nondollar.life/autonomint/about-nondollar.life.md): Hedge non-usd stablecoins at 0 cost
- [About Autonomint](https://docs.nondollar.life/autonomint/about-autonomint.md): On-chain hedge markets
- [The Problem](https://docs.nondollar.life/autonomint/general-docs-autonomint-mechanism/the-problem.md)
- [Our Solution](https://docs.nondollar.life/autonomint/general-docs-autonomint-mechanism/our-solution.md)
- [Introducing USDA+](https://docs.nondollar.life/autonomint/general-docs-autonomint-mechanism/introducing-usda+.md)
- [Earn high yields](https://docs.nondollar.life/autonomint/general-docs-autonomint-mechanism/earn-high-yields.md)
- [Working of the Protocol](https://docs.nondollar.life/autonomint/general-docs-autonomint-mechanism/working-of-the-protocol.md)
- [dCDS](https://docs.nondollar.life/autonomint/general-docs-autonomint-mechanism/dcds.md): We discuss about the dCDS concept and the user flow for participating in dCDS module.
- [Stablecoin Emission & Borrowing](https://docs.nondollar.life/autonomint/general-docs-autonomint-mechanism/stablecoin-emission-and-borrowing.md)
- [Stablecoin Peg stability](https://docs.nondollar.life/autonomint/general-docs-autonomint-mechanism/stablecoin-peg-stability.md)
- [ABOND](https://docs.nondollar.life/autonomint/general-docs-autonomint-mechanism/abond.md)
- [Options](https://docs.nondollar.life/autonomint/general-docs-autonomint-mechanism/options.md)
- [Liquidation Management](https://docs.nondollar.life/autonomint/general-docs-autonomint-mechanism/liquidation-management.md)
- [Smart Contracts flow](https://docs.nondollar.life/autonomint/technical-docs/smart-contracts-flow.md)
- [Audits & Contract Deployment](https://docs.nondollar.life/autonomint/technical-docs/audits-and-contract-deployment.md)
- [Simulation Testing](https://docs.nondollar.life/autonomint/crisis-management/simulation-testing.md)

## Blockchain Docs

- [GETTING STARTED](https://docs.nondollar.life/autonomint/blockchain-docs/getting-started.md)
- [Overview](https://docs.nondollar.life/autonomint/blockchain-docs/getting-started/overview.md)
- [Contracts Overview](https://docs.nondollar.life/autonomint/blockchain-docs/getting-started/contracts-overview.md): The Autonomint Protocol contracts are divided into two groups:
- [Core Contracts](https://docs.nondollar.life/autonomint/blockchain-docs/core-contracts.md): There are 7 core contracts in which all the user interaction functions are present.
- [Borrowing](https://docs.nondollar.life/autonomint/blockchain-docs/core-contracts/borrowing.md): The borrowing.sol is one of the main user facing contracts in the protocol. It exposes the way to add liquidity to the protocol.
- [CDS](https://docs.nondollar.life/autonomint/blockchain-docs/core-contracts/cds.md)
- [Treasury](https://docs.nondollar.life/autonomint/blockchain-docs/core-contracts/treasury.md): The Treasury / Vault is the main core contract in Autonomint. All the funds are transferred here, from Borrowing and CDS. External protocol deposits and yields are generated in treasury contract.
- [Options](https://docs.nondollar.life/autonomint/blockchain-docs/core-contracts/options.md): The options fees to deduct from user and call options gains are calculated here.
- [MultiSign](https://docs.nondollar.life/autonomint/blockchain-docs/core-contracts/multisign.md): To get permission from admins to set the required data and for pausing and unpausing specific function, entire module or protocol.
- [BorrowLiquidation](https://docs.nondollar.life/autonomint/blockchain-docs/core-contracts/borrowliquidation.md): The liquidation of borrower's positions are achieved in this contract.
- [GlobalVariables](https://docs.nondollar.life/autonomint/blockchain-docs/core-contracts/globalvariables.md): LayerZero(Cross Chain) transactions like data transfers and token transfers are performed in this contract.
- [Core Logics](https://docs.nondollar.life/autonomint/blockchain-docs/core-logics.md): Core logic
- [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.
- [Deployed Contracts Addresses](https://docs.nondollar.life/autonomint/blockchain-docs/deployed-contracts-addresses.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.nondollar.life/autonomint/about-nondollar.life.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.
