2026-03-02 11:37:34 -08:00
# Documentation — Master Index
2025-12-21 22:32:09 -08:00
chore: sync docs, config schemas, scripts, and meta task alignment
- Institutional / JVMTM / reserve-provenance / GRU transport + standards JSON
- Validation and verify scripts (Blockscout labels, x402, GRU preflight, P1 local path)
- Wormhole wiring in AGENTS, MCP_SETUP, MASTER_INDEX, 04-configuration README
- Meta docs, integration gaps, live verification log, architecture updates
- CI validate-config workflow updates
Operator/LAN items, submodule working trees, and public token-aggregation edge
routes remain follow-up (see TODOS_CONSOLIDATED P1).
Made-with: Cursor
2026-03-31 22:31:39 -07:00
**Last Updated:** 2026-03-31
2026-03-02 11:37:34 -08:00
**Purpose:** Single entry point for all project documentation. Use this index to find canonical sources and avoid deprecated or duplicate content.
2026-02-12 15:46:57 -08:00
chore: sync docs, config schemas, scripts, and meta task alignment
- Institutional / JVMTM / reserve-provenance / GRU transport + standards JSON
- Validation and verify scripts (Blockscout labels, x402, GRU preflight, P1 local path)
- Wormhole wiring in AGENTS, MCP_SETUP, MASTER_INDEX, 04-configuration README
- Meta docs, integration gaps, live verification log, architecture updates
- CI validate-config workflow updates
Operator/LAN items, submodule working trees, and public token-aggregation edge
routes remain follow-up (see TODOS_CONSOLIDATED P1).
Made-with: Cursor
2026-03-31 22:31:39 -07:00
**Status:** Preflight and Chain 138 next steps completed (**64/64** on-chain per [check-contracts-on-chain-138.sh ](../../scripts/verify/check-contracts-on-chain-138.sh ) when LAN RPC reachable; includes **ISO20022Router ** , canonical + legacy CCIP router/WETH9 bridge, `config/smart-contracts-master.json` ). **2026-03-30: ** Live verification — [LIVE_VERIFICATION_LOG_2026-03-30.md ](00-meta/LIVE_VERIFICATION_LOG_2026-03-30.md ) (public + private E2E **Failed: 0 ** , config validation, `run-all-validation.sh --skip-genesis` ). **2026-03-06: ** Prior doc pass referred to 59 addresses; script list grew through **61 ** → **62 ** → **64 ** (PMM, vault/reserve, CompliantFiatTokens, ISO router, CCIP legacy pair). **2026-03-04: ** Celo CCIP bridges deployed; Phase A– D tracked in [03-deployment/REMAINING_DEPLOYMENTS_FOR_FULL_NETWORK_COVERAGE.md ](03-deployment/REMAINING_DEPLOYMENTS_FOR_FULL_NETWORK_COVERAGE.md ). Phase C: [PHASE_C_CW_AND_EDGE_POOLS_RUNBOOK.md ](03-deployment/PHASE_C_CW_AND_EDGE_POOLS_RUNBOOK.md ); Phase D: [PHASE_D_OPTIONAL_CHECKLIST.md ](03-deployment/PHASE_D_OPTIONAL_CHECKLIST.md ). **On-chain verification: ** DODOPMMIntegration canonical cUSDT/cUSDC — [EXPLORER_TOKEN_LIST_CROSSCHECK ](11-references/EXPLORER_TOKEN_LIST_CROSSCHECK.md ) §8. **Remaining: ** Wemix 0.4 WEMIX, LINK fund, cW* + edge pools — see [00-meta/TODOS_CONSOLIDATED.md ](00-meta/TODOS_CONSOLIDATED.md ).
2026-03-04 02:03:08 -08:00
chore: sync docs, config schemas, scripts, and meta task alignment
- Institutional / JVMTM / reserve-provenance / GRU transport + standards JSON
- Validation and verify scripts (Blockscout labels, x402, GRU preflight, P1 local path)
- Wormhole wiring in AGENTS, MCP_SETUP, MASTER_INDEX, 04-configuration README
- Meta docs, integration gaps, live verification log, architecture updates
- CI validate-config workflow updates
Operator/LAN items, submodule working trees, and public token-aggregation edge
routes remain follow-up (see TODOS_CONSOLIDATED P1).
Made-with: Cursor
2026-03-31 22:31:39 -07:00
**Continue and complete (operator/LAN):** (1) `./scripts/run-completable-tasks-from-anywhere.sh` then (2) `./scripts/run-all-operator-tasks-from-lan.sh` (use `--skip-backup` if `NPM_PASSWORD` not set; add `--deploy` or `--create-vms` as needed). Operator scripts load dotenv from repo `.env` and `smom-dbis-138/.env` automatically. **P1 local slice: ** `bash scripts/verify/run-p1-local-verification.sh` (`--with-iru-tests` optional); full P1 IDs in [TODOS_CONSOLIDATED.md ](00-meta/TODOS_CONSOLIDATED.md#p1--merged-backlog-2026-03-30 ).
2025-12-21 22:32:09 -08:00
---
2026-03-02 11:37:34 -08:00
## Start here
2025-12-21 22:32:09 -08:00
2026-03-02 11:37:34 -08:00
| Purpose | Document |
|--------|----------|
2026-03-27 18:50:37 -07:00
| **Agent / IDE instructions ** | [AGENTS.md ](../AGENTS.md ) (repo root) |
chore: sync docs, config schemas, scripts, and meta task alignment
- Institutional / JVMTM / reserve-provenance / GRU transport + standards JSON
- Validation and verify scripts (Blockscout labels, x402, GRU preflight, P1 local path)
- Wormhole wiring in AGENTS, MCP_SETUP, MASTER_INDEX, 04-configuration README
- Meta docs, integration gaps, live verification log, architecture updates
- CI validate-config workflow updates
Operator/LAN items, submodule working trees, and public token-aggregation edge
routes remain follow-up (see TODOS_CONSOLIDATED P1).
Made-with: Cursor
2026-03-31 22:31:39 -07:00
| **Local green-path tests ** | Root `pnpm test` → [`scripts/verify/run-repo-green-test-path.sh` ](../scripts/verify/run-repo-green-test-path.sh ) |
2026-03-27 22:12:46 -07:00
| **Git submodule hygiene + explorer remotes ** | [00-meta/SUBMODULE_HYGIENE.md ](00-meta/SUBMODULE_HYGIENE.md ) — detached HEAD, push order, Gitea/GitHub, `submodules-clean.sh` |
2026-03-02 11:37:34 -08:00
| **What to do next ** | [00-meta/NEXT_STEPS_INDEX.md ](00-meta/NEXT_STEPS_INDEX.md ) — ordered actions, by audience, execution plan |
chore: sync docs, config schemas, scripts, and meta task alignment
- Institutional / JVMTM / reserve-provenance / GRU transport + standards JSON
- Validation and verify scripts (Blockscout labels, x402, GRU preflight, P1 local path)
- Wormhole wiring in AGENTS, MCP_SETUP, MASTER_INDEX, 04-configuration README
- Meta docs, integration gaps, live verification log, architecture updates
- CI validate-config workflow updates
Operator/LAN items, submodule working trees, and public token-aggregation edge
routes remain follow-up (see TODOS_CONSOLIDATED P1).
Made-with: Cursor
2026-03-31 22:31:39 -07:00
| **Live verification evidence (dated) ** | [00-meta/LIVE_VERIFICATION_LOG_2026-03-30.md ](00-meta/LIVE_VERIFICATION_LOG_2026-03-30.md ) |
2026-03-02 11:37:34 -08:00
| **Your personal checklist ** | [00-meta/NEXT_STEPS_FOR_YOU.md ](00-meta/NEXT_STEPS_FOR_YOU.md ) |
| **Operator runbook (LAN/creds) ** | [00-meta/NEXT_STEPS_OPERATOR.md ](00-meta/NEXT_STEPS_OPERATOR.md ) |
2026-03-04 02:03:08 -08:00
| **Operator copy-paste commands ** | [00-meta/OPERATOR_READY_CHECKLIST.md ](00-meta/OPERATOR_READY_CHECKLIST.md ) — exact commands for Blockscout, NPMplus, CCIP, 502 fix, backup, deploy |
2026-03-02 11:37:34 -08:00
| **Required / optional / recommended (full plan) ** | [00-meta/COMPLETE_REQUIRED_OPTIONAL_RECOMMENDED_INDEX.md ](00-meta/COMPLETE_REQUIRED_OPTIONAL_RECOMMENDED_INDEX.md ) |
| **Single task list ** | [00-meta/TODOS_CONSOLIDATED.md ](00-meta/TODOS_CONSOLIDATED.md ) |
docs: update master documentation and push to Gitea (2026-03-06)
- MASTER_INDEX: Last Updated 2026-03-06; status 59/59 contracts; add NEXT_STEPS_LIST, CONTRACT_NEXT_STEPS_LIST
- docs/README, NEXT_STEPS_INDEX, 06-besu/MASTER_INDEX: Last Updated 2026-03-06
- Contract check script: 59 addresses (PMM, vault/reserve, CompliantFiatTokens); canonical CCIP/router
- New docs: EXECUTION_CHECKLIST, NEXT_STEPS_LIST, DOTENV_AUDIT, ADDITIONAL_PATHS, deployer gas runbook, WEMIX_ACQUISITION_TABLED, etc.
- Config: deployer-gas-routes, cro-wemix-swap-routes, routing-registry, token-mapping
- Scripts: check-contracts-on-chain-138, check-pmm-pool-balances-chain138, deployer-gas-auto-route, acquire-cro-and-wemix-gas
- Operator rule: operator-lan-access-check.mdc
Made-with: Cursor
2026-03-06 19:11:25 -08:00
| **Execution: multiple routes + liquidity (all + optional, suggested order) ** | [00-meta/EXECUTION_CHECKLIST_MULTIPLE_ROUTES_AND_LIQUIDITY.md ](00-meta/EXECUTION_CHECKLIST_MULTIPLE_ROUTES_AND_LIQUIDITY.md ) |
| **All additional recommendations (table) ** | [00-meta/ADDITIONAL_RECOMMENDATIONS_TABLE.md ](00-meta/ADDITIONAL_RECOMMENDATIONS_TABLE.md ) — consolidated table of every recommendation with description and command/doc |
| **Dotenv & markdown audit (gaps + recommendations) ** | [00-meta/DOTENV_AND_MARKDOWN_AUDIT_GAPS_AND_RECOMMENDATIONS.md ](00-meta/DOTENV_AND_MARKDOWN_AUDIT_GAPS_AND_RECOMMENDATIONS.md ) — required env/markdown info, run results, gaps, recommendations |
| **Next steps (concise) ** | [00-meta/NEXT_STEPS_LIST.md ](00-meta/NEXT_STEPS_LIST.md ) — bridge/swap/Phase C status, quick commands |
2026-03-02 11:37:34 -08:00
| **Still not done (operator/external) ** | [00-meta/STILL_NOT_DONE_EXECUTION_CHECKLIST.md ](00-meta/STILL_NOT_DONE_EXECUTION_CHECKLIST.md ) |
| **Remaining tasks (one page) ** | [00-meta/REMAINING_TASKS.md ](00-meta/REMAINING_TASKS.md ) |
chore: sync docs, config schemas, scripts, and meta task alignment
- Institutional / JVMTM / reserve-provenance / GRU transport + standards JSON
- Validation and verify scripts (Blockscout labels, x402, GRU preflight, P1 local path)
- Wormhole wiring in AGENTS, MCP_SETUP, MASTER_INDEX, 04-configuration README
- Meta docs, integration gaps, live verification log, architecture updates
- CI validate-config workflow updates
Operator/LAN items, submodule working trees, and public token-aggregation edge
routes remain follow-up (see TODOS_CONSOLIDATED P1).
Made-with: Cursor
2026-03-31 22:31:39 -07:00
| **Contract next steps (Chain 138) ** | [11-references/CONTRACT_NEXT_STEPS_LIST.md ](11-references/CONTRACT_NEXT_STEPS_LIST.md ) — on-chain check (64 addr), Blockscout, env |
| **Integration gaps (OMNL / Core / RTGS / ISO) ** | [00-meta/INTEGRATION_GAPS_AND_NEXT_STEPS_2026-03-30.md ](00-meta/INTEGRATION_GAPS_AND_NEXT_STEPS_2026-03-30.md ) |
2026-03-02 11:37:34 -08:00
| **Task check report (verify before completing) ** | [00-meta/TASK_CHECK_REPORT.md ](00-meta/TASK_CHECK_REPORT.md ) |
| **Gaps status (all gap sources + fixes) ** | [00-meta/GAPS_STATUS.md ](00-meta/GAPS_STATUS.md ) |
2025-12-21 22:32:09 -08:00
---
2026-03-02 11:37:34 -08:00
## Master lists (canonical)
2025-12-21 22:32:09 -08:00
2026-03-02 11:37:34 -08:00
| Topic | Canonical document | Do not use (deprecated/superseded) |
|-------|--------------------|-------------------------------------|
| Next steps | [00-meta/NEXT_STEPS_INDEX.md ](00-meta/NEXT_STEPS_INDEX.md ), [00-meta/NEXT_STEPS_AND_REMAINING_TODOS.md ](00-meta/NEXT_STEPS_AND_REMAINING_TODOS.md ) | — |
| Recommendations (139+ items) | [00-meta/ALL_RECOMMENDATIONS_AND_IMPROVEMENTS_LIST.md ](00-meta/ALL_RECOMMENDATIONS_AND_IMPROVEMENTS_LIST.md ) | [ALL_IMPROVEMENTS_AND_GAPS_INDEX.md ](ALL_IMPROVEMENTS_AND_GAPS_INDEX.md ) — superseded; redirect only |
| Optional / recommendations index | [OPTIONAL_RECOMMENDATIONS_INDEX.md ](OPTIONAL_RECOMMENDATIONS_INDEX.md ) | — |
| Task list | [00-meta/TODO_TASK_LIST_MASTER.md ](00-meta/TODO_TASK_LIST_MASTER.md ), [00-meta/TODOS_CONSOLIDATED.md ](00-meta/TODOS_CONSOLIDATED.md ) | — |
2026-03-04 02:03:08 -08:00
| Deployment order | [03-deployment/DEPLOYMENT_ORDER_OF_OPERATIONS.md ](03-deployment/DEPLOYMENT_ORDER_OF_OPERATIONS.md ), [03-deployment/REMAINING_DEPLOYMENTS_FOR_FULL_NETWORK_COVERAGE.md ](03-deployment/REMAINING_DEPLOYMENTS_FOR_FULL_NETWORK_COVERAGE.md ) (Phases A– D) | — |
| Phase C (cW* + edge pools) | [03-deployment/PHASE_C_CW_AND_EDGE_POOLS_RUNBOOK.md ](03-deployment/PHASE_C_CW_AND_EDGE_POOLS_RUNBOOK.md ) | — |
| Phase D (optional XAU/vaults/trustless) | [03-deployment/PHASE_D_OPTIONAL_CHECKLIST.md ](03-deployment/PHASE_D_OPTIONAL_CHECKLIST.md ) | — |
chore: sync docs, config schemas, scripts, and meta task alignment
- Institutional / JVMTM / reserve-provenance / GRU transport + standards JSON
- Validation and verify scripts (Blockscout labels, x402, GRU preflight, P1 local path)
- Wormhole wiring in AGENTS, MCP_SETUP, MASTER_INDEX, 04-configuration README
- Meta docs, integration gaps, live verification log, architecture updates
- CI validate-config workflow updates
Operator/LAN items, submodule working trees, and public token-aggregation edge
routes remain follow-up (see TODOS_CONSOLIDATED P1).
Made-with: Cursor
2026-03-31 22:31:39 -07:00
| **OMNL + DBIS Core + Chain 138 + Smart Vault + external RTGS ** | [03-deployment/OMNL_DBIS_CORE_CHAIN138_SMART_VAULT_RTGS_RUNBOOK.md ](03-deployment/OMNL_DBIS_CORE_CHAIN138_SMART_VAULT_RTGS_RUNBOOK.md ) | — |
| **Chain 138 as SWIFT-replacement rail (UETR vs on-chain ids, audit scope) ** | [03-deployment/OJK_BI_AUDIT_JVMTM_REMEDIATION_AND_UETR_POLICY.md ](03-deployment/OJK_BI_AUDIT_JVMTM_REMEDIATION_AND_UETR_POLICY.md ) | — |
| **JVMTM / regulatory closure JSON (3-way recon, prefunding, ACK, exceptions, KYT/BCP/DR templates) ** | [`config/jvmtm-regulatory-closure/README.md` ](../config/jvmtm-regulatory-closure/README.md ), [`INAAUDJVMTM_2025_AUDIT_CLOSURE_MATRIX.md` ](../config/jvmtm-regulatory-closure/INAAUDJVMTM_2025_AUDIT_CLOSURE_MATRIX.md ) (Tables B/C/D vs archive), `scripts/validation/validate-jvmtm-regulatory-closure-schemas.sh` , `scripts/omnl/build-omnl-e2e-settlement-audit-archive.sh` (`JVMTM_CLOSURE_DIR` ) | — |
| **Reserve provenance / funding attestation (3FR staged package) ** | [`config/reserve-provenance-package/README.md` ](../config/reserve-provenance-package/README.md ), `scripts/validation/validate-reserve-provenance-package.sh` | — |
| **DBIS institutional JSON (settlement, registry, trust/governance/policy) ** | [`config/dbis-institutional/README.md` ](../config/dbis-institutional/README.md ), `scripts/validation/validate-dbis-institutional-schemas.sh` , `scripts/verify/sync-blockscout-address-labels-from-registry.sh` | — |
| **ISO-20022 → on-chain (methodology + multi-network intake) ** | [04-configuration/SMART_CONTRACTS_ISO20022_FIN_METHODOLOGY.md ](04-configuration/SMART_CONTRACTS_ISO20022_FIN_METHODOLOGY.md ), [04-configuration/ISO20022_INTAKE_GATEWAY_CONTRACT_MULTI_NETWORK.md ](04-configuration/ISO20022_INTAKE_GATEWAY_CONTRACT_MULTI_NETWORK.md ); Rail: [dbis-rail/ISO_GATEWAY_AND_RELAYER_SPEC.md ](dbis-rail/ISO_GATEWAY_AND_RELAYER_SPEC.md ) | — |
2026-03-31 22:52:53 -07:00
| **Token / bridge naming (UTRNF + DBIS / Chain 138 mapping) ** | [04-configuration/naming-conventions/README.md ](04-configuration/naming-conventions/README.md ) | — |
chore: sync docs, config schemas, scripts, and meta task alignment
- Institutional / JVMTM / reserve-provenance / GRU transport + standards JSON
- Validation and verify scripts (Blockscout labels, x402, GRU preflight, P1 local path)
- Wormhole wiring in AGENTS, MCP_SETUP, MASTER_INDEX, 04-configuration README
- Meta docs, integration gaps, live verification log, architecture updates
- CI validate-config workflow updates
Operator/LAN items, submodule working trees, and public token-aggregation edge
routes remain follow-up (see TODOS_CONSOLIDATED P1).
Made-with: Cursor
2026-03-31 22:31:39 -07:00
| **GRU c* V2 standards and implementation plan ** | [04-configuration/GRU_C_STAR_V2_STANDARDS_MATRIX_AND_IMPLEMENTATION_PLAN.md ](04-configuration/GRU_C_STAR_V2_STANDARDS_MATRIX_AND_IMPLEMENTATION_PLAN.md ) | — |
| **GRU standards profile ** | [04-configuration/GRU_STANDARDS_PROFILE.md ](04-configuration/GRU_STANDARDS_PROFILE.md ), [`../config/gru-standards-profile.json` ](../config/gru-standards-profile.json ) | — |
| **GRU FX onboarding checklist ** | [04-configuration/GRU_FX_CURRENCY_ONBOARDING_CHECKLIST.md ](04-configuration/GRU_FX_CURRENCY_ONBOARDING_CHECKLIST.md ) | — |
| **GRU ISO-4217 currency manifest ** | [`../config/gru-iso4217-currency-manifest.json` ](../config/gru-iso4217-currency-manifest.json ) | — |
2026-03-31 22:52:53 -07:00
| **UTRNF / naming (symbols, registries) ** | [04-configuration/naming-conventions/ ](04-configuration/naming-conventions/ ) (`01` – `04` ) | Complements GRU `c* V2` matrix |
2026-03-02 11:37:34 -08:00
| Operational runbooks | [03-deployment/OPERATIONAL_RUNBOOKS.md ](03-deployment/OPERATIONAL_RUNBOOKS.md ) | RUNBOOKS_MASTER_INDEX.md — use OPERATIONAL_RUNBOOKS as single source |
chore: sync docs, config schemas, scripts, and meta task alignment
- Institutional / JVMTM / reserve-provenance / GRU transport + standards JSON
- Validation and verify scripts (Blockscout labels, x402, GRU preflight, P1 local path)
- Wormhole wiring in AGENTS, MCP_SETUP, MASTER_INDEX, 04-configuration README
- Meta docs, integration gaps, live verification log, architecture updates
- CI validate-config workflow updates
Operator/LAN items, submodule working trees, and public token-aggregation edge
routes remain follow-up (see TODOS_CONSOLIDATED P1).
Made-with: Cursor
2026-03-31 22:31:39 -07:00
| Contract / address status | [11-references/ADDRESS_MATRIX_AND_STATUS.md ](11-references/ADDRESS_MATRIX_AND_STATUS.md ), [11-references/CONTRACT_ADDRESSES_REFERENCE.md ](11-references/CONTRACT_ADDRESSES_REFERENCE.md ), [11-references/CONTRACT_NEXT_STEPS_LIST.md ](11-references/CONTRACT_NEXT_STEPS_LIST.md ) (64-addr check) | CONTRACT_INVENTORY_AND_VERIFICATION (deleted) |
| **Proxmox VMIDs, LAN IPs, NPM targets ** | [04-configuration/ALL_VMIDS_ENDPOINTS.md ](04-configuration/ALL_VMIDS_ENDPOINTS.md ) (includes **Proxmox Mail Proxy ** VMID 100 / `192.168.11.32` ), [`config/ip-addresses.conf` ](../config/ip-addresses.conf ), [11-references/NETWORK_CONFIGURATION_MASTER.md ](11-references/NETWORK_CONFIGURATION_MASTER.md ), [`config/proxmox-operational-template.json` ](../config/proxmox-operational-template.json ) | Dated inventories under `docs/archive/` (paths on disk only) |
2026-03-27 18:50:37 -07:00
| **FQDN → expected content (web / API / RPC) ** | [04-configuration/FQDN_EXPECTED_CONTENT.md ](04-configuration/FQDN_EXPECTED_CONTENT.md ) | — |
2026-03-29 13:41:02 -07:00
| **Sankofa / Phoenix public vs portal vs admin endpoints (fix list) ** | [03-deployment/SANKOFA_PHOENIX_PUBLIC_PORTAL_ADMIN_ENDPOINT_CORRECTION_TASKS.md ](03-deployment/SANKOFA_PHOENIX_PUBLIC_PORTAL_ADMIN_ENDPOINT_CORRECTION_TASKS.md ) | — |
chore: sync docs, config schemas, scripts, and meta task alignment
- Institutional / JVMTM / reserve-provenance / GRU transport + standards JSON
- Validation and verify scripts (Blockscout labels, x402, GRU preflight, P1 local path)
- Wormhole wiring in AGENTS, MCP_SETUP, MASTER_INDEX, 04-configuration README
- Meta docs, integration gaps, live verification log, architecture updates
- CI validate-config workflow updates
Operator/LAN items, submodule working trees, and public token-aggregation edge
routes remain follow-up (see TODOS_CONSOLIDATED P1).
Made-with: Cursor
2026-03-31 22:31:39 -07:00
| **Sankofa marketplace surfaces ** (native vs partner offerings; IRU catalog vs portal SSO vs Studio landing) | [03-deployment/SANKOFA_MARKETPLACE_SURFACES.md ](03-deployment/SANKOFA_MARKETPLACE_SURFACES.md ) | — |
2026-03-27 18:50:37 -07:00
| **IP conflict resolutions ** | [reports/status/IP_CONFLICTS_RESOLUTION_COMPLETE.md ](../reports/status/IP_CONFLICTS_RESOLUTION_COMPLETE.md ), `scripts/resolve-ip-conflicts.sh` | — |
chore: sync docs, config schemas, scripts, and meta task alignment
- Institutional / JVMTM / reserve-provenance / GRU transport + standards JSON
- Validation and verify scripts (Blockscout labels, x402, GRU preflight, P1 local path)
- Wormhole wiring in AGENTS, MCP_SETUP, MASTER_INDEX, 04-configuration README
- Meta docs, integration gaps, live verification log, architecture updates
- CI validate-config workflow updates
Operator/LAN items, submodule working trees, and public token-aggregation edge
routes remain follow-up (see TODOS_CONSOLIDATED P1).
Made-with: Cursor
2026-03-31 22:31:39 -07:00
| **Wormhole AI docs (LLM / MCP / RAG) ** | [04-configuration/WORMHOLE_AI_RESOURCES_LLM_PLAYBOOK.md ](04-configuration/WORMHOLE_AI_RESOURCES_LLM_PLAYBOOK.md ), [04-configuration/WORMHOLE_AI_RESOURCES_RAG.md ](04-configuration/WORMHOLE_AI_RESOURCES_RAG.md ), `scripts/doc/sync-wormhole-ai-resources.sh` , `scripts/verify/verify-wormhole-ai-docs-setup.sh` , [`mcp-wormhole-docs/` ](../mcp-wormhole-docs/ ) | Wormhole protocol reference only — not Chain 138 canonical addresses (use [11-references/EXPLORER_TOKEN_LIST_CROSSCHECK.md ](11-references/EXPLORER_TOKEN_LIST_CROSSCHECK.md ), CCIP runbooks for 138) |
2025-12-21 22:32:09 -08:00
---
2026-03-02 11:37:34 -08:00
## By area
2025-12-21 22:32:09 -08:00
2026-03-02 11:37:34 -08:00
| Area | Index / key doc |
|------|-----------------|
| **00-meta ** (tasks, next steps, phases) | [00-meta/NEXT_STEPS_INDEX.md ](00-meta/NEXT_STEPS_INDEX.md ), [00-meta/PHASES_AND_TASKS_MASTER.md ](00-meta/PHASES_AND_TASKS_MASTER.md ) |
chore: sync docs, config schemas, scripts, and meta task alignment
- Institutional / JVMTM / reserve-provenance / GRU transport + standards JSON
- Validation and verify scripts (Blockscout labels, x402, GRU preflight, P1 local path)
- Wormhole wiring in AGENTS, MCP_SETUP, MASTER_INDEX, 04-configuration README
- Meta docs, integration gaps, live verification log, architecture updates
- CI validate-config workflow updates
Operator/LAN items, submodule working trees, and public token-aggregation edge
routes remain follow-up (see TODOS_CONSOLIDATED P1).
Made-with: Cursor
2026-03-31 22:31:39 -07:00
| **02-architecture ** | [02-architecture/ ](02-architecture/ ) — **Public sector + Phoenix catalog baseline ** (Sankofa **native vs partner ** marketplace: [03-deployment/SANKOFA_MARKETPLACE_SURFACES.md ](03-deployment/SANKOFA_MARKETPLACE_SURFACES.md )): [02-architecture/PUBLIC_SECTOR_TENANCY_MARKETPLACE_AND_DEPLOYMENT_BASELINE.md ](02-architecture/PUBLIC_SECTOR_TENANCY_MARKETPLACE_AND_DEPLOYMENT_BASELINE.md ); **canonical Sankofa / Phoenix boundaries and taxonomy: ** [02-architecture/SANKOFA_PHOENIX_CANONICAL_BOUNDARIES_AND_TAXONOMY.md ](02-architecture/SANKOFA_PHOENIX_CANONICAL_BOUNDARIES_AND_TAXONOMY.md ); **current remaining-task tracker: ** [02-architecture/SANKOFA_PHOENIX_REMAINING_TASKS.md ](02-architecture/SANKOFA_PHOENIX_REMAINING_TASKS.md ); **Phase 4 migration runbook: ** [02-architecture/SANKOFA_PHOENIX_PHASE4_MIGRATION_RUNBOOK.md ](02-architecture/SANKOFA_PHOENIX_PHASE4_MIGRATION_RUNBOOK.md ); **complete Sankofa / Phoenix phased execution plan: ** [02-architecture/SANKOFA_PHOENIX_COMPLETE_PHASED_EXECUTION_PLAN.md ](02-architecture/SANKOFA_PHOENIX_COMPLETE_PHASED_EXECUTION_PLAN.md ); **non-goals (incl. catalog vs marketing §9): ** [02-architecture/NON_GOALS.md ](02-architecture/NON_GOALS.md ); **DBIS Chain 138: ** [dbis_chain_138_technical_master_plan.md ](../dbis_chain_138_technical_master_plan.md ), [02-architecture/DBIS_NODE_ROLE_MATRIX.md ](02-architecture/DBIS_NODE_ROLE_MATRIX.md ), [02-architecture/DBIS_PHASE2_PROXMOX_SOVEREIGNIZATION_ROADMAP.md ](02-architecture/DBIS_PHASE2_PROXMOX_SOVEREIGNIZATION_ROADMAP.md ); **DBIS web / d-bis.org institutional blueprint: ** [02-architecture/DBIS_WEB_AND_INSTITUTION_MASTER_BLUEPRINT.md ](02-architecture/DBIS_WEB_AND_INSTITUTION_MASTER_BLUEPRINT.md ) |
| **03-deployment ** | [03-deployment/OPERATIONAL_RUNBOOKS.md ](03-deployment/OPERATIONAL_RUNBOOKS.md ), [03-deployment/DEPLOYMENT_ORDER_OF_OPERATIONS.md ](03-deployment/DEPLOYMENT_ORDER_OF_OPERATIONS.md ), **Public sector live checklist: ** [03-deployment/PUBLIC_SECTOR_LIVE_DEPLOYMENT_CHECKLIST.md ](03-deployment/PUBLIC_SECTOR_LIVE_DEPLOYMENT_CHECKLIST.md ), **Proxmox VE ops template: ** [03-deployment/PROXMOX_VE_OPERATIONAL_DEPLOYMENT_TEMPLATE.md ](03-deployment/PROXMOX_VE_OPERATIONAL_DEPLOYMENT_TEMPLATE.md ) · [`config/proxmox-operational-template.json` ](config/proxmox-operational-template.json ); **DBIS Phase 1– 3: ** [03-deployment/PHASE1_DISCOVERY_RUNBOOK.md ](03-deployment/PHASE1_DISCOVERY_RUNBOOK.md ), [03-deployment/DBIS_PHASE3_E2E_PRODUCTION_SIMULATION_RUNBOOK.md ](03-deployment/DBIS_PHASE3_E2E_PRODUCTION_SIMULATION_RUNBOOK.md ), [03-deployment/CALIPER_CHAIN138_PERF_HOOK.md ](03-deployment/CALIPER_CHAIN138_PERF_HOOK.md ), [03-deployment/DBIS_HYPERLEDGER_RUNTIME_STATUS.md ](03-deployment/DBIS_HYPERLEDGER_RUNTIME_STATUS.md ), [03-deployment/DBIS_PHASES_1_TO_3_PRODUCTION_GATE.md ](03-deployment/DBIS_PHASES_1_TO_3_PRODUCTION_GATE.md ), **RTGS canonical production checklist and institutional-finance layers: ** [03-deployment/DBIS_RTGS_E2E_REQUIREMENTS_MATRIX.md ](03-deployment/DBIS_RTGS_E2E_REQUIREMENTS_MATRIX.md ), [03-deployment/DBIS_RTGS_FX_TRANSACTION_CATALOG.md ](03-deployment/DBIS_RTGS_FX_TRANSACTION_CATALOG.md ), [03-deployment/OMNL_DBIS_CORE_CHAIN138_SMART_VAULT_RTGS_RUNBOOK.md ](03-deployment/OMNL_DBIS_CORE_CHAIN138_SMART_VAULT_RTGS_RUNBOOK.md ), [03-deployment/DBIS_RTGS_DEPOSITORY_AND_CUSTODY_OPERATING_MODEL.md ](03-deployment/DBIS_RTGS_DEPOSITORY_AND_CUSTODY_OPERATING_MODEL.md ), [03-deployment/DBIS_RTGS_FX_AND_LIQUIDITY_OPERATING_MODEL.md ](03-deployment/DBIS_RTGS_FX_AND_LIQUIDITY_OPERATING_MODEL.md ), [03-deployment/DBIS_RTGS_CONTROL_PLANE_DEPLOYMENT_CHECKLIST.md ](03-deployment/DBIS_RTGS_CONTROL_PLANE_DEPLOYMENT_CHECKLIST.md ), [03-deployment/DBIS_RTGS_LATER_PHASE_SIDECARS_DEPLOYMENT_CHECKLIST.md ](03-deployment/DBIS_RTGS_LATER_PHASE_SIDECARS_DEPLOYMENT_CHECKLIST.md ), [03-deployment/DBIS_OMNL_INDONESIA_BNI_E2E_INTEGRATION_BLUEPRINT.md ](03-deployment/DBIS_OMNL_INDONESIA_BNI_E2E_INTEGRATION_BLUEPRINT.md ), [03-deployment/DBIS_OMNL_INDONESIA_BNI_E2E_EXECUTABLE_TASK_LIST.md ](03-deployment/DBIS_OMNL_INDONESIA_BNI_E2E_EXECUTABLE_TASK_LIST.md ), [03-deployment/DBIS_OMNL_INDONESIA_BNI_E2E_EXECUTION_STATUS_2026-03-29.md ](03-deployment/DBIS_OMNL_INDONESIA_BNI_E2E_EXECUTION_STATUS_2026-03-29.md ), [03-deployment/DBIS_RTGS_FIRST_SLICE_ARCHITECTURE.md ](03-deployment/DBIS_RTGS_FIRST_SLICE_ARCHITECTURE.md ), [03-deployment/DBIS_RTGS_FIRST_SLICE_DEPLOYMENT_CHECKLIST.md ](03-deployment/DBIS_RTGS_FIRST_SLICE_DEPLOYMENT_CHECKLIST.md ), [03-deployment/DBIS_HYBX_SIDECAR_BOUNDARY_MATRIX.md ](03-deployment/DBIS_HYBX_SIDECAR_BOUNDARY_MATRIX.md ), [03-deployment/DBIS_MOJALOOP_INTEGRATION_STATUS.md ](03-deployment/DBIS_MOJALOOP_INTEGRATION_STATUS.md ), [03-deployment/DBIS_HYPERLEDGER_IDENTITY_STACK_DECISION.md ](03-deployment/DBIS_HYPERLEDGER_IDENTITY_STACK_DECISION.md ), [03-deployment/DBIS_IDENTITY_COMPLETION_PACKAGE_RUNBOOK.md ](03-deployment/DBIS_IDENTITY_COMPLETION_PACKAGE_RUNBOOK.md ), [03-deployment/DBIS_IDENTITY_ENDORSER_HANDSHAKE_RUNBOOK.md ](03-deployment/DBIS_IDENTITY_ENDORSER_HANDSHAKE_RUNBOOK.md ) |
2026-03-31 22:52:53 -07:00
| **04-configuration ** | [04-configuration/README.md ](04-configuration/README.md ), [04-configuration/naming-conventions/README.md ](04-configuration/naming-conventions/README.md ) (UTRNF + DBIS token/bridge naming), [04-configuration/ADDITIONAL_PATHS_AND_EXTENSIONS.md ](04-configuration/ADDITIONAL_PATHS_AND_EXTENSIONS.md ) (paths, registry, token-mapping, LiFi/Jumper), [04-configuration/GRU_C_STAR_V2_STANDARDS_MATRIX_AND_IMPLEMENTATION_PLAN.md ](04-configuration/GRU_C_STAR_V2_STANDARDS_MATRIX_AND_IMPLEMENTATION_PLAN.md ) (canonical `c* V2` standards, facet mapping, migration plan), [04-configuration/GRU_STANDARDS_PROFILE.md ](04-configuration/GRU_STANDARDS_PROFILE.md ) and [`../config/gru-standards-profile.json` ](../config/gru-standards-profile.json ) (machine-readable x402, EIP/ERC, transport, governance, and ISO-4217-plus standards profile), [04-configuration/GRU_STORAGE_GOVERNANCE_AND_SUPERVISION_STANDARD.md ](04-configuration/GRU_STORAGE_GOVERNANCE_AND_SUPERVISION_STANDARD.md ) and [`../config/gru-governance-supervision-profile.json` ](../config/gru-governance-supervision-profile.json ) (deterministic storage namespaces, jurisdiction-aware proposal review, supervision metadata, and upgrade notice periods), [04-configuration/GRU_FX_CURRENCY_ONBOARDING_CHECKLIST.md ](04-configuration/GRU_FX_CURRENCY_ONBOARDING_CHECKLIST.md ) (end-to-end FX currency attachment), [`../config/gru-iso4217-currency-manifest.json` ](../config/gru-iso4217-currency-manifest.json ) (machine-readable supported currency manifest); **info.defi-oracle.io (Chain 138 hub SPA): ** [04-configuration/INFO_DEFI_ORACLE_IO_DEPLOYMENT.md ](04-configuration/INFO_DEFI_ORACLE_IO_DEPLOYMENT.md ), app [info-defi-oracle-138/README.md ](../info-defi-oracle-138/README.md ); **Chain 138 wallets: ** [04-configuration/CHAIN138_WALLET_CONFIG_VALIDATION.md ](04-configuration/CHAIN138_WALLET_CONFIG_VALIDATION.md ); **Chain 2138 testnet wallets: ** [04-configuration/CHAIN2138_WALLET_CONFIG_VALIDATION.md ](04-configuration/CHAIN2138_WALLET_CONFIG_VALIDATION.md ); **OMNL Indonesia / HYBX-BATCH-001: ** [04-configuration/mifos-omnl-central-bank/HYBX_BATCH_001_OPERATOR_CHECKLIST.md ](04-configuration/mifos-omnl-central-bank/HYBX_BATCH_001_OPERATOR_CHECKLIST.md ), [04-configuration/mifos-omnl-central-bank/INDONESIA_PACKAGE_4_995_EVIDENCE_STANDARD.md ](04-configuration/mifos-omnl-central-bank/INDONESIA_PACKAGE_4_995_EVIDENCE_STANDARD.md ) |
2026-03-02 11:37:34 -08:00
| **06-besu ** | [06-besu/MASTER_INDEX.md ](06-besu/MASTER_INDEX.md ) |
2026-03-27 22:12:46 -07:00
| **Testnet (2138) ** | [testnet/DEFI_ORACLE_META_TESTNET_2138_RUNBOOK.md ](testnet/DEFI_ORACLE_META_TESTNET_2138_RUNBOOK.md ), [testnet/TESTNET_DEPLOYMENT.md ](testnet/TESTNET_DEPLOYMENT.md ) |
2026-03-31 23:10:36 -07:00
| **07-ccip ** | [07-ccip/ ](07-ccip/ ), Truth plan: [07-ccip/TRUTH_NETWORK_BRIDGE_SPEC.md ](07-ccip/TRUTH_NETWORK_BRIDGE_SPEC.md ), [00-meta/CW_BRIDGE_TASK_LIST.md ](00-meta/CW_BRIDGE_TASK_LIST.md ); **XDC Zero + Chain 138 (parallel to CCIP): ** [07-ccip/XDC_ZERO_CHAIN138.md ](07-ccip/XDC_ZERO_CHAIN138.md ) → [03-deployment/CHAIN138_XDC_ZERO_BRIDGE_RUNBOOK.md ](03-deployment/CHAIN138_XDC_ZERO_BRIDGE_RUNBOOK.md ), [`config/xdc-zero/` ](../config/xdc-zero/ ) |
chore: sync docs, config schemas, scripts, and meta task alignment
- Institutional / JVMTM / reserve-provenance / GRU transport + standards JSON
- Validation and verify scripts (Blockscout labels, x402, GRU preflight, P1 local path)
- Wormhole wiring in AGENTS, MCP_SETUP, MASTER_INDEX, 04-configuration README
- Meta docs, integration gaps, live verification log, architecture updates
- CI validate-config workflow updates
Operator/LAN items, submodule working trees, and public token-aggregation edge
routes remain follow-up (see TODOS_CONSOLIDATED P1).
Made-with: Cursor
2026-03-31 22:31:39 -07:00
| **11-references ** | [11-references/ADDRESS_MATRIX_AND_STATUS.md ](11-references/ADDRESS_MATRIX_AND_STATUS.md ), [11-references/CONTRACT_ADDRESSES_REFERENCE.md ](11-references/CONTRACT_ADDRESSES_REFERENCE.md ), [11-references/DEPLOYER_CONTRACTS_INVENTORY_AND_VERIFICATION_STATUS.md ](11-references/DEPLOYER_CONTRACTS_INVENTORY_AND_VERIFICATION_STATUS.md ) (all contracts by deployer wallet, network, verified/not), [11-references/DEPLOYED_TOKENS_BRIDGES_LPS_AND_ROUTING_STATUS.md ](11-references/DEPLOYED_TOKENS_BRIDGES_LPS_AND_ROUTING_STATUS.md ) (tokens, bridges, DODO/Uniswap LPs, full route map), [11-references/DEPLOYER_TO_PUBLIC_STABLECOIN_ROUTES.md ](11-references/DEPLOYER_TO_PUBLIC_STABLECOIN_ROUTES.md ) (deployer→public stablecoin routes), [11-references/ROUTES_NO_PREFUNDED_BRIDGE_REQUIRED.md ](11-references/ROUTES_NO_PREFUNDED_BRIDGE_REQUIRED.md ) (routes where bridge pre-fund not required), [11-references/CCIP_138_DESTINATION_RECEIVER_BY_CHAIN_AND_TOKEN.md ](11-references/CCIP_138_DESTINATION_RECEIVER_BY_CHAIN_AND_TOKEN.md ) (per-chain per-token: mint vs receive+forward vs release), [11-references/DEPLOYMENT_DATA_SOURCES_INDEX.md ](11-references/DEPLOYMENT_DATA_SOURCES_INDEX.md ) (dotenv and config files with contract deployments), [11-references/EXPLORER_TOKEN_LIST_CROSSCHECK.md ](11-references/EXPLORER_TOKEN_LIST_CROSSCHECK.md ) (Explorer /tokens vs repo token lists), [11-references/CW_STAR_CMC_COINGECKO_LISTING_STATUS.md ](11-references/CW_STAR_CMC_COINGECKO_LISTING_STATUS.md ) (cW* on CMC/CoinGecko), [11-references/COMPLETE_CREDENTIAL_EIDAS_PROGRAM_REPOS.md ](11-references/COMPLETE_CREDENTIAL_EIDAS_PROGRAM_REPOS.md ) (Complete Credential / eIDAS connector repo authority + manifest), [11-references/HARDWARE_INVENTORY_MASTER.md ](11-references/HARDWARE_INVENTORY_MASTER.md ), [11-references/13_NODE_NETWORK_AND_CABLING_CHECKLIST.md ](11-references/13_NODE_NETWORK_AND_CABLING_CHECKLIST.md ), [11-references/13_NODE_AND_ASSETS_BRING_ONLINE_CHECKLIST.md ](11-references/13_NODE_AND_ASSETS_BRING_ONLINE_CHECKLIST.md ) |
2026-03-04 02:03:08 -08:00
| **Hardware / 13-node ** | [11-references/HARDWARE_INVENTORY_MASTER.md ](11-references/HARDWARE_INVENTORY_MASTER.md ) (R630× 13, R750× 3, 7920× 2, UDM Pro× 2, XG× 2), [02-architecture/R630_13_NODE_DOD_HA_MASTER_PLAN.md ](02-architecture/R630_13_NODE_DOD_HA_MASTER_PLAN.md ), [11-references/13_NODE_NETWORK_AND_CABLING_CHECKLIST.md ](11-references/13_NODE_NETWORK_AND_CABLING_CHECKLIST.md ), [11-references/13_NODE_AND_ASSETS_BRING_ONLINE_CHECKLIST.md ](11-references/13_NODE_AND_ASSETS_BRING_ONLINE_CHECKLIST.md ) |
2026-03-02 11:37:34 -08:00
| **Runbooks ** | [03-deployment/OPERATIONAL_RUNBOOKS.md ](03-deployment/OPERATIONAL_RUNBOOKS.md ) |
2026-02-12 15:46:57 -08:00
---
2026-03-02 11:37:34 -08:00
## Deprecated / superseded (do not use as primary source)
2025-12-21 22:32:09 -08:00
2026-03-02 11:37:34 -08:00
| Document | Use instead |
|----------|-------------|
| [ALL_IMPROVEMENTS_AND_GAPS_INDEX.md ](ALL_IMPROVEMENTS_AND_GAPS_INDEX.md ) | [00-meta/ALL_RECOMMENDATIONS_AND_IMPROVEMENTS_LIST.md ](00-meta/ALL_RECOMMENDATIONS_AND_IMPROVEMENTS_LIST.md ) |
| CONTRACT_INVENTORY_AND_VERIFICATION, SMART_CONTRACTS_INVENTORY | [11-references/ADDRESS_MATRIX_AND_STATUS.md ](11-references/ADDRESS_MATRIX_AND_STATUS.md ) |
2026-03-27 18:50:37 -07:00
| Dated one-off reviews (e.g. DOCUMENTATION_REVIEW_20260216) | Superseded — use [00-meta/DOCUMENTATION_CONSOLIDATION_PLAN.md ](00-meta/DOCUMENTATION_CONSOLIDATION_PLAN.md ) and [00-meta/ARCHIVE_CANDIDATES.md ](00-meta/ARCHIVE_CANDIDATES.md ) (inventory only; do not link into `docs/archive/` from runbooks) |
2025-12-21 22:32:09 -08:00
---
2026-03-02 11:37:34 -08:00
## Consolidation and maintenance
2025-12-21 22:32:09 -08:00
2026-03-27 18:50:37 -07:00
- **Archive inventory (paths on disk; do not link into `docs/archive/` from runbooks):** [00-meta/ARCHIVE_CANDIDATES.md ](00-meta/ARCHIVE_CANDIDATES.md )
2026-03-02 11:37:34 -08:00
- **Consolidation plan:** [00-meta/DOCUMENTATION_CONSOLIDATION_PLAN.md ](00-meta/DOCUMENTATION_CONSOLIDATION_PLAN.md )
- **Task list review (deprecated/duplicates resolved):** [00-meta/TASK_LIST_REVIEW_2026_03_01.md ](00-meta/TASK_LIST_REVIEW_2026_03_01.md )