> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wavecentric.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Multimodal Chain Design (MCD)

> Engineering optimal logistics flows across rail and maritime networks.

Designing the physical and logical flow of goods requires a deep understanding of network capacity and terminal constraints.

### Trace Engineering

Defining the optimal rail path or maritime route based on:

* **Historical Performance**: Analyzing past transit times to establish realistic schedules.
* **Network Status**: Real-time traffic data from Infrastructure Managers.

### Composition Orchestration

Synchronizing the availability of physical assets:

* **Wagon Allocation**: Matching available fleet with pending bookings.
* **Power Planning**: Ensuring locomotive or vessel capacity is aligned with total train/cargo weight.

<Frame caption="Trace engineering and resource blueprinting.">
  <img src="https://mintcdn.com/wavecentric/jP_Od8F4bWMUOeMH/images/nuova_traccia.png?fit=max&auto=format&n=jP_Od8F4bWMUOeMH&q=85&s=d46c5b07b61d5e36e4c70670e23e5529" alt="Nuova Traccia" width="1515" height="698" data-path="images/nuova_traccia.png" />
</Frame>

### Variance Analysis

Real-time delta calculations between planned network schedules and actual asset movements. If a train is delayed at a border crossing, the system recalculates the impact on all downstream connections.

```mermaid theme={null}
graph TD
    MCD[Chain Design] -->|Network| TRC[Trace]
    MCD -->|Assets| WAG[Wagons]
    MCD -->|Power| LOC[Locomotive]
```
