# Master Documentation Index **Last Updated**: 2026-04-12 **Project**: DeFi Oracle Meta Mainnet (ChainID 138) **Status**: Active - Primary Documentation Index This is the **master index** of all project documentation. Use this as your starting point to find any documentation in the project. > **Note**: This is the primary documentation index. For a simple entry point, see [README.md](README.md). --- ## ๐Ÿš€ Quick Start - **[README.md](../README.md)** - Project overview, features, and quick start guide - **[Getting Started](guides/GETTING_STARTED.md)** - Getting started guide for different user types - **[DEPLOYMENT_QUICK_START.md](DEPLOYMENT_QUICK_START.md)** - Fast deployment guide - **[MASTER_TASK_LIST.md](operations/tasks/MASTER_TASK_LIST.md)** - Active master task list - **[Documentation Review](DOCUMENTATION_REVIEW_AND_RECOMMENDATIONS.md)** - Comprehensive documentation review and recommendations - **[Quick Fixes](DOCUMENTATION_QUICK_FIXES.md)** - Critical fixes checklist --- ## ๐Ÿ“ Architecture & Design ### Core Architecture - **[ARCHITECTURE.md](architecture/ARCHITECTURE.md)** - System architecture overview - **[ARCHITECTURE_DIAGRAM.md](architecture/ARCHITECTURE_DIAGRAM.md)** - Visual architecture diagrams - **[SERVICES_ARCHITECTURE.md](architecture/SERVICES_ARCHITECTURE.md)** - Off-chain services architecture - **[NETWORK.md](architecture/NETWORK.md)** - Network topology and design - **[DOCKER_COMPOSE_GUIDE.md](DOCKER_COMPOSE_GUIDE.md)** - Docker Compose structure and usage ### Azure Infrastructure - **[MULTI_REGION_VALIDATOR_DEPLOYMENT.md](azure/MULTI_REGION_VALIDATOR_DEPLOYMENT.md)** - Multi-region deployment guide - **[GEO-AWARE-COMMITTEE-CONFIG.md](azure/GEO-AWARE-COMMITTEE-CONFIG.md)** - Geographic configuration - **[KUBERNETES-36REGION-MAPPING.md](azure/KUBERNETES-36REGION-MAPPING.md)** - Kubernetes region mapping - **[QUOTA_ISSUE_RESOLUTION.md](azure/QUOTA_ISSUE_RESOLUTION.md)** - Azure quota resolution --- ## โš™๏ธ Configuration ### Configuration Guides - **[Configuration Index](configuration/CONFIGURATION_INDEX.md)** - Which configuration guide to use - **[Network Configuration Guide](configuration/NETWORK_CONFIGURATION_GUIDE.md)** - Besu network configuration - **[Azure/Cloudflare Environment Setup](configuration/AZURE_CLOUDFLARE_ENV_SETUP.md)** - Azure and Cloudflare environment variables - **[Contract Deployment Environment Setup](configuration/CONTRACT_DEPLOYMENT_ENV_SETUP.md)** - Contract deployment environment variables - **[Azure Naming Convention (3 Char)](configuration/AZURE_NAMING_CONVENTION_3CHAR.md)** - Standard 3-character region codes - **[Azure Naming Convention (2-3 Char)](configuration/AZURE_NAMING_CONVENTION_2CHAR.md)** - Alternative 2-3 character region codes - **[CONFIGURATION_FIXES_APPLIED.md](configuration/CONFIGURATION_FIXES_APPLIED.md)** - Configuration fixes ### Consensus - **Current**: QBFT (Quorum Byzantine Fault Tolerance) - **Previous**: IBFT 2.0 (archived) - See [PROJECT_OPTIMIZATION_STATUS.md](PROJECT_OPTIMIZATION_STATUS.md) for migration details --- ## ๐Ÿšข Deployment ### Deployment Guides - **[Deployment Index](deployment/DEPLOYMENT_INDEX.md)** - Which deployment guide to use - **[DEPLOYMENT_CHECKLIST.md](deployment/DEPLOYMENT_CHECKLIST.md)** - Deployment checklist - **[DEPLOYMENT_STATUS_AND_NEXT_STEPS.md](DEPLOYMENT_STATUS_AND_NEXT_STEPS.md)** - Current deployment status - **[VM_DEPLOYMENT.md](deployment/VM_DEPLOYMENT.md)** - VM deployment guide - **[36-REGION-BLUEPRINT.md](deployment/36-REGION-BLUEPRINT.md)** - 36-region deployment blueprint - **[DEPLOYMENT_CONFIGURATION_AUDIT.md](deployment/DEPLOYMENT_CONFIGURATION_AUDIT.md)** - Configuration audit ### HYBX OMNL (reserves, compliance, CCIP mirror) - **[DEPLOYMENT_CHECKLIST.md](hybx-omnl/DEPLOYMENT_CHECKLIST.md)** โ€” OMNL deploy and token-aggregation checklist - **[OMNL_RECONCILE_CRON_AND_CI.md](hybx-omnl/OMNL_RECONCILE_CRON_AND_CI.md)** โ€” IPSAS/journal anchor: cron, artifact script, GitHub Actions - **[OPERATIONAL_COMPLIANCE.md](hybx-omnl/OPERATIONAL_COMPLIANCE.md)** โ€” Webhooks, retention, reconciliation anchors - **[OMNL_IPSAS_API.md](hybx-omnl/OMNL_IPSAS_API.md)** โ€” IPSAS / GL API surface - **[CCIP_MIRROR_FLOW.md](hybx-omnl/CCIP_MIRROR_FLOW.md)** โ€” CCIP mirror flow - **[HYBX_OMNL_POLICY_SPEC.md](hybx-omnl/HYBX_OMNL_POLICY_SPEC.md)** โ€” Policy parameters (M0/M1 rules) - **[EXTERNAL_AUDIT_CHECKLIST.md](hybx-omnl/EXTERNAL_AUDIT_CHECKLIST.md)** โ€” Third-party audit scope --- ## ๐Ÿ”ง Operations ### Runbooks - **[Runbooks Index](runbooks/RUNBOOKS_INDEX.md)** - Index of all operational runbooks - **[Runbooks](../runbooks/)** - Operational procedures and runbooks ### Status Reports - **[Status Reports Index](operations/status-reports/STATUS_REPORTS_INDEX.md)** - Active-vs-archive status navigation - **[Current Deployment Status](DEPLOYMENT_STATUS_AND_NEXT_STEPS.md)** - Current deployment posture - **[Current Routing & Service Status](STATUS_AND_TOKEN_ROUTING.md)** - Current routing, API, and service state ### Monitoring - **[Monitoring Setup Guide](operations/MONITORING_SETUP_GUIDE.md)** - Monitoring stack setup and configuration ### Integrations - **[Integrations Index](operations/integrations/INTEGRATIONS_INDEX.md)** - Index of all integrations - **[CCIP Integration](operations/integrations/CCIP_INTEGRATION.md)** - CCIP integration guide - **[MetaMask Integration](operations/integrations/METAMASK_INTEGRATION.md)** - MetaMask integration guide - **[Firefly Integration](operations/integrations/FIREFLY_INTEGRATION.md)** - Firefly integration - **[Cacti Integration](operations/integrations/CACTI_INTEGRATION.md)** - Cacti integration - **[METAMASK_BD.md](operations/integrations/METAMASK_BD.md)** - MetaMask integration details - **[Crypto.com OTC Integration](../../dbis_core/src/core/exchange/crypto-com-otc/README.md)** - Crypto.com OTC 2.0 API for institutional trading (DBIS Core) - **[Exchange Registry](../../dbis_core/src/core/exchange/)** - Multi-exchange price API (Binance, Kraken, Oanda, FXCM) - **[Ramp API](../../metamask-integration/src/ramps/)** - Fiat on/off-ramp session API (MoonPay, Ramp, Onramper, etc.) - **[DeFi Router](../../alltra-lifi-settlement/src/payments/)** - 1inch, ParaSwap, 0x DEX aggregator --- ## ๐Ÿ“š Guides - **[Getting Started](guides/GETTING_STARTED.md)** - Getting started for different user types - **[INTEGRATION_GUIDE.md](guides/INTEGRATION_GUIDE.md)** - Integration guide - **[TROUBLESHOOTING.md](guides/TROUBLESHOOTING.md)** - Troubleshooting guide - **[QUICKSTART.md](guides/QUICKSTART.md)** - Detailed quick start guide - **[Makefile Usage](guides/MAKEFILE_USAGE.md)** - Makefile usage guide - **[FAQ](guides/FAQ.md)** - Frequently asked questions - **[Best Practices](guides/BEST_PRACTICES.md)** - Best practices guide - **[Testing Guide](guides/TESTING_GUIDE.md)** - Testing infrastructure guide - **[Automated Link Checking](guides/AUTOMATED_LINK_CHECKING.md)** - Link checking guide ## ๐Ÿ“ก API Documentation - **[API Reference](api/API_REFERENCE.md)** - Complete JSON-RPC API reference - **[API.md](api/API.md)** - API overview - **[BLOCKSCOUT_API.md](api/BLOCKSCOUT_API.md)** - Blockscout API - **[TATUM_SDK.md](api/TATUM_SDK.md)** - Tatum SDK integration ### Templates - **[New Guide Template](templates/NEW_GUIDE_TEMPLATE.md)** - Template for new guides - **[Status Report Template](templates/STATUS_REPORT_TEMPLATE.md)** - Template for status reports - **[Deployment Guide Template](templates/DEPLOYMENT_GUIDE_TEMPLATE.md)** - Template for deployment guides - **[API Reference Template](templates/API_REFERENCE_TEMPLATE.md)** - Template for API references --- ## ๐Ÿงช Testing & Quality - **[TESTING_GUIDE.md](TESTING_GUIDE.md)** - Active testing guidance - **[COMPILATION_STATUS.md](deployment/COMPILATION_STATUS.md)** - Current compile and test caveats - **[Archived Status Reports](archive/status-reports/README.md)** - Historical testing and rollout reports --- ## ๐Ÿ›๏ธ Governance - **[CHANGELOG.md](governance/CHANGELOG.md)** - Project changelog - **[Documentation Style Guide](governance/DOCUMENTATION_STYLE_GUIDE.md)** - Documentation style guide - **[Documentation Review Schedule](governance/DOCUMENTATION_REVIEW_SCHEDULE.md)** - Review schedule and process - **[Documentation Metrics](governance/DOCUMENTATION_METRICS.md)** - Documentation metrics and tracking --- ## ๐Ÿงน Project Optimization ### Cleanup & Deduplication - **[PROJECT_OPTIMIZATION_STATUS.md](PROJECT_OPTIMIZATION_STATUS.md)** - Current optimization status - **[CLEANUP_PLAN.md](CLEANUP_PLAN.md)** - Cleanup and optimization plan - **[Archived Cleanup Reports](archive/status-reports/docs-root-legacy/)** - Historical cleanup, completion, and deduplication reports - **[CLEANUP_STATS.md](CLEANUP_STATS.md)** - Cleanup statistics --- ## ๐Ÿ“ฆ Archive - **[Archive README](archive/README.md)** - Archived files documentation - **[Archive Policy](archive/ARCHIVE_POLICY.md)** - Archive retention policy and process - **[Archive Status Reports](archive/status-reports/README.md)** - Historical status-report collections - **[Archive Old Configs](archive/old-configs/)** - Previous configuration structures --- ## ๐Ÿ“Š Status & Reports ### Current Status - **[STATUS_AND_TOKEN_ROUTING.md](STATUS_AND_TOKEN_ROUTING.md)** - Current service and routing status - **[DEPLOYMENT_STATUS_AND_NEXT_STEPS.md](DEPLOYMENT_STATUS_AND_NEXT_STEPS.md)** - Deployment status - **[COMPILATION_STATUS.md](deployment/COMPILATION_STATUS.md)** - Current compilation status ### Task Lists - **[MASTER_TASK_LIST.md](operations/tasks/MASTER_TASK_LIST.md)** - Active master task list - **[TODO.md](operations/tasks/TODO.md)** - Current TODO list --- ## ๐Ÿ” Finding Documentation ### By Topic **Deployment** - Quick Start: [DEPLOYMENT_QUICK_START.md](DEPLOYMENT_QUICK_START.md) - Checklist: [DEPLOYMENT_CHECKLIST.md](deployment/DEPLOYMENT_CHECKLIST.md) - Status: [DEPLOYMENT_STATUS_AND_NEXT_STEPS.md](DEPLOYMENT_STATUS_AND_NEXT_STEPS.md) **Configuration** - Index: [Configuration Index](configuration/CONFIGURATION_INDEX.md) - Network: [Network Configuration Guide](configuration/NETWORK_CONFIGURATION_GUIDE.md) - Azure/Cloudflare: [Azure/Cloudflare Environment Setup](configuration/AZURE_CLOUDFLARE_ENV_SETUP.md) - Contracts: [Contract Deployment Environment Setup](configuration/CONTRACT_DEPLOYMENT_ENV_SETUP.md) - Docker Compose: [DOCKER_COMPOSE_GUIDE.md](DOCKER_COMPOSE_GUIDE.md) **Architecture** - Overview: [ARCHITECTURE.md](architecture/ARCHITECTURE.md) - Network: [NETWORK.md](architecture/NETWORK.md) **Operations** - Runbooks: [../runbooks/](../runbooks/) - Status Reports: [operations/status-reports/STATUS_REPORTS_INDEX.md](operations/status-reports/STATUS_REPORTS_INDEX.md) **Troubleshooting** - Guide: [TROUBLESHOOTING.md](guides/TROUBLESHOOTING.md) - Integration: [INTEGRATION_GUIDE.md](guides/INTEGRATION_GUIDE.md) ### By File Type **Markdown Files**: All documentation is in Markdown format (.md) **Scripts**: See [docs/scripts/](scripts/) **Commands**: See deployment/runbook command examples and active task docs --- ## ๐Ÿ“ Documentation Standards - All documentation is in Markdown format - Documentation is organized by topic in subdirectories - Current status navigation lives in `docs/operations/status-reports/STATUS_REPORTS_INDEX.md`; historical status reports live in `docs/archive/status-reports/` - Archived documentation is in `docs/archive/` - Guides are in `docs/guides/` --- ## ๐Ÿ”„ Recent Updates **2025-01-27**: - Comprehensive documentation review completed - Fixed all broken links in README.md - Created Makefile usage guide - Created runbooks index - Created integrations index - Created security scanning guide - Created monitoring setup guide - Added Terraform and SDK documentation references - Added glossary and API reference - Added architecture diagrams - Created documentation templates - Established review schedule and archive policy - All critical, high, medium, and low priority items complete **2026-04-12**: - Archived legacy status-report piles from `docs/operations/status-reports/`, `docs/`, and the repository root - Reduced active status navigation to current runbooks, deployment docs, and reference pages - Added archive collection indexes for legacy report sets --- ## ๐Ÿ“ž Getting Help 1. **Quick Start**: See [README.md](../README.md) 2. **Deployment Issues**: See [DEPLOYMENT_QUICK_START.md](DEPLOYMENT_QUICK_START.md) 3. **Configuration**: See [Configuration Index](configuration/CONFIGURATION_INDEX.md) 4. **Troubleshooting**: See [TROUBLESHOOTING.md](guides/TROUBLESHOOTING.md) 5. **Operations**: See [runbooks/](../runbooks/) --- **Last Updated**: 2026-04-12 **Maintained By**: Project Team **Version**: 1.1 ## ๐Ÿ“‹ Documentation Review - **[Documentation Review & Recommendations](DOCUMENTATION_REVIEW_AND_RECOMMENDATIONS.md)** - Comprehensive documentation review - **[Documentation Quick Fixes](DOCUMENTATION_QUICK_FIXES.md)** - Critical fixes checklist - **[Documentation Gap Analysis](DOCUMENTATION_GAP_ANALYSIS.md)** - Gap analysis and recommendations - **[Final Gap Analysis and Fixes](FINAL_GAP_ANALYSIS_AND_FIXES.md)** - Final gap analysis summary - **[Comprehensive Documentation Review](COMPREHENSIVE_DOCUMENTATION_REVIEW.md)** - Complete review report - **[Archived Documentation Review Reports](archive/status-reports/docs-root-legacy/)** - Historical completion and follow-up reports - **[Implementation Summary](IMPLEMENTATION_SUMMARY.md)** - Implementation summary ## ๐Ÿ“– Reference - **[Glossary](GLOSSARY.md)** - Technical terms glossary - **[API Reference](api/API_REFERENCE.md)** - Complete API reference ## ๐Ÿ› ๏ธ Infrastructure ### Terraform - **[Terraform README](../terraform/README.md)** - Terraform documentation and usage ### SDK - **[SDK README](../sdk/README.md)** - Tatum SDK integration documentation