# Architecture

Deploy Finance’s backend integrates a mix of on-chain smart contracts, secure custody infrastructure, and off-chain coordination services.

\
The goal is to maintain full collateral *transparency* and strict operational controls while offering efficient minting and redemption for qualified users.

### **1. System Components**

<figure><img src="/files/wKAfs14WPsFDCzd7a2y6" alt=""><figcaption></figcaption></figure>

| Layer                      | Purpose                                                                                                          |
| -------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| **User Layer**             | Interfaces for verified users and partners to request mint/redeem operations.                                    |
| **Off-Chain Services**     | Handles pricing, quote generation, signature collection, validation, and submission of orders to the blockchain. |
| **On-Chain Contracts**     | Enforces mint/redeem rules, validates signatures, transfers to custodians, and issues or burns dAssets.          |
| **Custody Infrastructure** | MPC-secured wallets managed by institutional custodians holding all underlying collateral.                       |
| **Governance & Security**  | Multi-sig and role-based access control system (Admins, Gatekeepers, Minters, Redeemers).                        |


---

# 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.deploy.finance/system-setup/architecture.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.
