# Smart Contracts

Protocol which controls and manages the on-chain components of collateralized debt positions, vault management, creation and annhilation of debt, minting and burning of the stablecoins and our "Silurian" stability module.

&#x20;

Rules Based Smart Contracts Azos modules are smart contracts that are capable of autonomously managing protocol resources and debt. At all times, they must abide by two simple rules: 2.3.1. Azos modules must take actions that close the spread between market price and redemption price. 2.3.2. Azos modules must take actions that increase the total equity of system resources.

<br>


---

# 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://avano.gitbook.io/azos/software-components/smart-contracts.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.
