# 🔐 On-Chain Governance & Security

QCDT’s smart contract ecosystem is built on Ethereum and tailored for real-world asset tokenization. The governance framework enforces strict controls to comply with regulations and protect investors. Key aspects of on-chain governance and security include multi-signature controls, wallet whitelisting, compliance enforcement features, and emergency safeguards.

## Access Control and Governance

**Multi-Signature Authorization**\
Critical smart contract functions—such as minting (token issuance) and burning (token redemption)—require coordinated approval.

Prior to any minting or burning of tokens, the token holder is required to initiate this request on the platform and receive approval from the fund administrator. This ensures that token issuance cannot proceed without direct investor authorization and validation.

## Wallet Whitelisting & KYC Enforcement

**Authorized Wallets Only** \
QCDT employs strict wallet whitelisting. Only wallets that have successfully completed KYC verification and been approved are allowed to hold or transact QCDT tokens. The smart contract is programmed to reject transfers of QCDT to or from any address not on this authorized list.<br>

**Continuous Monitoring**\
All whitelisted wallets are subject to ongoing monitoring for compliance purposes. DMZ Finance integrates blockchain analytics tools to observe all QCDT-related wallet activity in real time. If a previously approved wallet later exhibits suspicious behavior – such as transacting with blacklisted addresses, showing abnormal transaction patterns, or being flagged for sanctions – the system will raise an alert

## Compliance Enforcement & Emergency Tools

\
The QCDT token architecture also includes compliance features to support regulatory enforcement and risk mitigation.

**Forced Transfer Capability**\
In cases where legal or regulatory action is required, the Tokenization Service Provider can execute forced transfers between whitelisted wallets. This ensures QCDT remains compliant with obligations such as sanctions enforcement or court orders, while preserving system integrity.

**System Halt Function**\
To address potential threats or suspicious activity, DMZ Finance may temporarily halt token transactions across the Allowlist. During a halt, all transfers are paused until the issue is reviewed and resolved. Normal wallet activity resumes once the system is deemed secure.


---

# 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.dmz.finance/on-chain-governance-and-security.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.
