Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m12s
CI/CD Pipeline / Security Scanning (push) Successful in 2m21s
CI/CD Pipeline / Lint and Format (push) Failing after 36s
CI/CD Pipeline / Terraform Validation (push) Failing after 22s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 25s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 23s
Validation / validate-genesis (push) Successful in 26s
Validation / validate-terraform (push) Failing after 21s
Validation / validate-kubernetes (push) Failing after 9s
Validation / validate-smart-contracts (push) Failing after 8s
Validation / validate-security (push) Failing after 1m15s
Validation / validate-documentation (push) Failing after 15s
OMNL reconcile anchor / Run omnl:reconcile and upload artifacts (push) Failing after 26s
Verify Deployment / Verify Deployment (push) Failing after 56s
Add operator settlement terminal UI/API, swift-listener service, compliance idempotency gates, GRU reserve dashboards, and @dbis/integration-foundation for typed HYBX/ISO adapter contracts. Co-authored-by: Cursor <cursoragent@cursor.com>
75 lines
2.7 KiB
HTML
75 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="reserve-api-base" content="https://explorer.d-bis.org/api/v1" />
|
|
<title>OMNL Institutional Reserve Transparency</title>
|
|
<link rel="stylesheet" href="https://explorer.d-bis.org/reserve/static/reserve-dashboard.css" />
|
|
</head>
|
|
<body data-institutional="1">
|
|
<div class="wrap">
|
|
<div class="institutional-banner">
|
|
<strong>Institutional disclosure.</strong> Semi-public reserve capacity and multi-point cryptographic proof.
|
|
Full regulatory books and custodian detail available under NDA. Single source of truth:
|
|
<a href="https://explorer.d-bis.org/api/v1/reserve/capacity">explorer.d-bis.org API</a> (no duplicate math).
|
|
</div>
|
|
<header>
|
|
<div>
|
|
<h1>OMNL · GRU Reserve Transparency</h1>
|
|
<p class="sub">Defi Oracle Meta Mainnet (138) · HYBX institutional ledger cross-check · 99.999% SLA target</p>
|
|
</div>
|
|
<div class="toolbar">
|
|
<button type="button" class="primary" id="btn-refresh">Refresh</button>
|
|
<button type="button" id="btn-toggle-raw">Raw JSON</button>
|
|
<a class="btn" href="https://explorer.d-bis.org/reserve">Explorer dashboard</a>
|
|
<a class="btn" href="https://explorer.d-bis.org/omnl/compliance">Compliance console</a>
|
|
</div>
|
|
</header>
|
|
|
|
<div id="load-status" class="status-bar loading">Initializing…</div>
|
|
<p id="refreshed-at" class="sub"></p>
|
|
|
|
<section class="section">
|
|
<h2>Proof quorum</h2>
|
|
<div id="quorum-summary" class="grid card"></div>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<h2>Capacity (redacted semi-public)</h2>
|
|
<div id="metrics-grid" class="grid card"></div>
|
|
</section>
|
|
|
|
<section class="section card">
|
|
<h2>Independent proof points</h2>
|
|
<div id="proof-points"></div>
|
|
</section>
|
|
|
|
<div class="grid">
|
|
<section class="section card">
|
|
<h2>On-chain policy gate</h2>
|
|
<div id="gate-kv" class="grid"></div>
|
|
</section>
|
|
<section class="section card">
|
|
<h2>Triple-state reconcile</h2>
|
|
<div id="triple-kv" class="grid"></div>
|
|
</section>
|
|
</div>
|
|
|
|
<section id="raw-section" class="section hidden">
|
|
<h2>Full snapshot</h2>
|
|
<pre id="raw-json" class="raw">{}</pre>
|
|
</section>
|
|
|
|
<footer>
|
|
<p>
|
|
Contact: compliance@d-bis.org ·
|
|
API: <a href="https://explorer.d-bis.org/api/v1/reserve/capacity">/api/v1/reserve/capacity</a> ·
|
|
Auto-refresh 30s
|
|
</p>
|
|
</footer>
|
|
</div>
|
|
<script src="https://explorer.d-bis.org/reserve/static/reserve-dashboard.js"></script>
|
|
</body>
|
|
</html>
|