# Offchain Service

#### **1. Order Signing & Validation**

* Users sign an EIP-712 order (Mint or Redeem).
* Validates that all dAssets minting orders are 1:1 with the collateral.
* Verifies the signature, expiry, and KYC/KYB status.
* Nonces and per-user limits are checked to prevent replay or double submissions.

#### **2. Transaction Submission**

* Verified orders are submitted on-chain by backend wallets holding the `MINTER` or `REDEEMER` role.
* All submissions are rate-limited and logged for observability.
* Custody routing ensures collateral only moves to pre-approved MPC custodian addresses.

#### **3. Observability & Monitoring**

* Monitors mint/redeem volumes, per-block limits, and contract events.
* Triggers automated alerts if anomalies or threshold breaches occur.


---

# 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/offchain-service.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.
