> For the complete documentation index, see [llms.txt](https://candora.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://candora.gitbook.io/whitepaper/candora-grid.md).

# Candora Grid

Candora Grid is a distributed exchange infrastructure framework designed to coordinate execution, market-state propagation, pricing, risk management, custody, settlement, connectivity, and computational intelligence across a unified operating environment.

Rather than functioning as a monolithic exchange engine, the Grid is organized as a collection of specialized infrastructure domains that operate independently while maintaining synchronized awareness of market and system conditions. Each domain is responsible for a specific operational function while contributing to a shared exchange environment through coordinated state propagation and common infrastructure rules.

The architecture is designed around deterministic behavior, fault isolation, and separation of responsibility. No single subsystem independently controls execution, pricing, risk, or settlement. Instead, system behavior emerges through the interaction of specialized infrastructure layers operating within clearly defined boundaries.

Candora Grid exists to provide a common coordination framework for the exchange. By maintaining synchronized market-state awareness across all infrastructure domains, the Grid enables consistent execution behavior, auditable system activity, resilient recovery, and operational continuity across distributed deployment environments.

### Architectural Overview

Modern exchange infrastructure must remain operational under conditions of extreme volatility, fragmented liquidity, infrastructure degradation, and rapidly changing market conditions. Traditional architectures often concentrate critical responsibilities within tightly coupled services, allowing failures or instability in one operational area to propagate throughout the broader system.

Candora Grid addresses this challenge by separating exchange functionality into independent infrastructure domains responsible for execution, synchronization, valuation, solvency, custody, connectivity, and intelligence. Each domain maintains its own operational boundary while participating in a shared infrastructure fabric that preserves coordinated system behavior.

Rather than relying on direct cross-service state mutation, subsystems communicate through synchronized event propagation. This approach allows execution systems, pricing systems, risk systems, settlement systems, and connectivity services to remain operationally independent while maintaining a consistent interpretation of market and infrastructure conditions.

The Grid is designed around three core architectural principles:

* Separation of responsibility
* Deterministic system behavior
* Coordinated state synchronization

Together, these principles allow infrastructure components to scale, recover, and evolve independently without introducing centralized operational dependencies or systemic execution bottlenecks.

> The architecture supports isolated execution domains that allow markets and infrastructure workloads to scale independently while limiting the impact of localized failures or service degradation. Subsystems remain operationally bounded and coordinate through synchronized state propagation rather than direct control over one another's internal state.

Internally, Candora Grid operates as a distributed infrastructure environment composed of specialized domains that collectively maintain execution integrity, market-state consistency, financial correctness, and operational resilience.

The primary infrastructure domains are:

* [**Pulse**](/whitepaper/candora-grid/pulse.md) — Market-state propagation and synchronization
* [**Orbit**](/whitepaper/candora-grid/orbit.md) — Matching, execution, and order lifecycle management
* [**Oracle**](/whitepaper/candora-grid/oracle.md) — Pricing integrity and valuation coordination
* [**Risk Engine**](/whitepaper/candora-grid/risk-engine.md) — Solvency, exposure, and stability management
* [**Vault**](/whitepaper/candora-grid/vault.md) — Custody, ledger, and settlement infrastructure
* [**Connect**](/whitepaper/candora-grid/connect.md) — External connectivity and gateway infrastructure
* [**Cortex**](/whitepaper/candora-grid/cortex.md) — Analytics, intelligence, and computational coordination

Built on top of these core domains are higher-level systems including Liquidity Mirror, Anti-Spoof, Order Shield, Slippage Protection, and the Panic Button. These systems consume synchronized infrastructure state to provide market protection, behavioral analysis, execution safeguards, and stabilization capabilities while remaining separate from the core execution path.

Candora Grid is therefore not simply an exchange engine. It is a coordinated infrastructure framework designed to maintain market-state integrity, execution consistency, financial stability, and operational continuity across the entire exchange environment.

For the shared operating logic governing stress activation, participation controls, custody workflows, withdrawals, and abuse safeguards, see [Operational Model](/whitepaper/candora-grid/operational-model.md).
