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.
Verified orders are submitted on-chain by backend wallets holding the MINTER or REDEEMER role.
MINTER
REDEEMER
All submissions are rate-limited and logged for observability.
Custody routing ensures collateral only moves to pre-approved MPC custodian addresses.
Monitors mint/redeem volumes, per-block limits, and contract events.
Triggers automated alerts if anomalies or threshold breaches occur.
Last updated 4 months ago
Was this helpful?