# DebtMinter

[DebtMinter](https://github.com/zkBob/zkbob-contracts/blob/master/src/minters/DebtMinter.sol) smart contract manages the global CDP debt issuance limit.

## Key concepts

### Dynamic auto-adjusted limit

DebtMinter maintains a high enough hard cap on the allowed amount of minted BOB. In order to reduce risks associated with potential high instantaneous limit utilization, DebtMinter also limit the rate of debt limit increase over time. This is accomplished by maintaining the tentative dynamic debt limit. This limit is only allowed to increase once in a certain time period, and not by more than a configured amount.

## Methods

TBD


---

# 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://bob-docs.zkbob.com/bob-cdp/technical-docs/smart-contracts/debtminter.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.
