Skip to content

Zent corridor operations

Model Zent digital finance corridor workflows with provider visibility, mobile-money payout state, customer controls, and evidence exports.

SandboxUpdated May 28, 2026
SandboxUpdated May 28, 2026

Scope

Mozaca does not position itself as a digital-asset issuer or asset custodian. Zent makes approved providers, asset metadata, mobile-money rail state, policy, counterparty review, and evidence visible.

Zent is for operators that need to review how approved digital-asset routes connect to payout corridors, which client controls apply, what provider assumptions exist, and what evidence is exported.

Corridor policy

Policy objects describe client roles, approval thresholds, asset limits, corridor rules, provider assumptions, mobile-money payout paths, and exception handling.

Policy examplejson
{
  "policyId": "pol_treasury_2of3",
  "assetGroup": "approved_digital_assets",
  "threshold": {
    "amount": "250000.00",
    "currency": "USD"
  },
  "approvals": {
    "required": 2,
    "eligibleRoles": ["finance_admin", "risk_reviewer", "director"]
  }
}

Providers and counterparties

Provider and counterparty checks attach review state to a destination, customer, settlement path, and mobile-money route before approval. This helps operators see whether a movement is allowlisted, under review, settling, failed, or blocked.

Evidence exports

Evidence exports connect operator action, policy state, provider events, rail callbacks, counterparty review, and movement history for board, auditor, regulator, or partner review.

Related docs