# I. Module Mechanism Explanation

After the EM module calculates the daily issuance amount, MCL will determine whether it remains within the "mintable cap" based on the Treasury's current net assets and preset minting conditions:

```
Max Mintable Supply = Treasury Assets / Backing per ARK
```

| **Element**     | **Definition**                                           |
| --------------- | -------------------------------------------------------- |
| Treasury Assets | Treasury net assets - A reserve that can support minting |
| Backing per ARK | Required backing per ARK - Default is 1.0 U              |

* If post-issuance remains below Max Mintable Supply → Approve and execute minting
* If approaching or exceeding the limit → Suspend or restrict, forcibly reducing the daily issuance amount


---

# 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://ark-defai.gitbook.io/ark/4.-layer-1-or-economic-laws-of-ark-defai/4.2-five-regulation-modules/4.2.4-mcl-module-or-minting-cap-limit/i.-module-mechanism-explanation.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.
