Files
smom-dbis-138/docs/hybx-omnl
defiQUG c336809676
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m3s
CI/CD Pipeline / Security Scanning (push) Successful in 2m18s
CI/CD Pipeline / Lint and Format (push) Failing after 34s
CI/CD Pipeline / Terraform Validation (push) Failing after 20s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 22s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 40s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 49s
OMNL reconcile anchor / Run omnl:reconcile and upload artifacts (push) Failing after 21s
Validation / validate-genesis (push) Successful in 25s
Validation / validate-terraform (push) Failing after 21s
Validation / validate-kubernetes (push) Failing after 8s
Validation / validate-smart-contracts (push) Failing after 8s
Validation / validate-security (push) Failing after 1m11s
Validation / validate-documentation (push) Failing after 14s
Verify Deployment / Verify Deployment (push) Failing after 45s
Add mainnet checkpoint stack: ISO attestation, participant Etherscan surface, and services.
Ship AddressActivityRegistry V1/V2, ISO20022IntakeGateway, Chain138ParticipantSurface,
checkpoint hub contracts, checkpoint-core package, aggregator/indexer/sdk services,
relay profile guards, M00 diamond bridge facet, and OMNL compliance contracts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-25 00:30:45 -07:00
..

HYBX OMNL documentation

Multi-chain instrument registry, reserve commitments, compliance core, IPSAS-aligned GL reporting, and optional CCIP mirror to ALL Mainnet (651940).

Document Purpose
HYBX_OMNL_POLICY_SPEC.md On-chain policy math (1.2× M0, 5× M1) and limits
DEPLOYMENT_CHECKLIST.md Contracts, env, API, verification
CCIP_MIRROR_FLOW.md Primary → mirror CCIP payload and roles
OMNL_IPSAS_API.md REST routes for compliance + IPSAS / Fineract GL
OMNL_RECONCILE_CRON_AND_CI.md Anchor hash: cron, omnl-reconcile-artifact.sh, CI artifacts
EXTERNAL_AUDIT_CHECKLIST.md Third-party audit scope checklist
OPERATIONAL_COMPLIANCE.md Webhooks, logs, break-glass, data minimization
RUNBOOK_CIRCUIT_BREAKERS.md Circuit breaker operations
SECURITY_THREAT_MODEL.md Threat notes
ZK_INTEGRATION.md Optional ZK reserve proof verifier hook

Configuration: config/hybx-omnl-policy.json, config/hybx-omnl-cross-chain-lines.json, config/omnl-ipsas-gl-registry.json, config/omnl-journal-matrix.json, config/deployment-omnl.example.env.

Contracts: contracts/hybx-omnl/. Tests: pnpm run forge:test:omnl or bash scripts/forge/scope.sh test hybx-omnl. Full check: pnpm run omnl:verify (repo root). Anchor files: pnpm run omnl:reconcile:artifact.

GitHub Actions: .github/workflows/hybx-omnl-ts.yml (TypeScript build + anchor on PR/push), .github/workflows/omnl-reconcile.yml (weekly anchor + CI meta); both support workflow_dispatch. Publish snapshot smom-dbis-138-publish/ uses the same workflows; Forge-heavy checks run in the main repo only (pnpm run omnl:verify).

Scripts: bash scripts/hybx-omnl/sync-to-publish.sh (mirror OMNL paths to publish tree), node scripts/hybx-omnl/validate-cross-chain-config.mjs (JSON shape + addresses for hybx-omnl-cross-chain-lines.json).