# Core Module

**DAII Minting and Burning Mechanism**: Implement a system to mint DAII on the Bitcoin blockchain and burn it for the redemption of ETH DAII via the multibit.exchange bridge.

**Collateral Management**: Include a mechanism to manage and track collateral assets used for minting DAII, ensuring over-collateralization to maintain stability.

**Staking Rewards Distribution**: Develop a process to distribute BSSB staking rewards to DAII stakers, possibly through periodic calculations and manual or semi-automated distribution, since smart contracts are not an option.

**Cross-Chain Bridge Monitoring**: Establish a monitoring system to oversee the cross-chain bridge operations, ensuring the 1:1 redemption process functions smoothly and securely.

**Governance Integration**: Enable governance decisions to influence core module operations, such as adjusting parameters for minting, burning, and staking, through a manual or semi-automated system, given the lack of smart contract functionality.


---

# 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.bitstable.finance/bitstable-protocol/core-module.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.
