# TheDexer Data Warehouse (DDW)

The Dexer Data Warehouse (DDW) is a system that plays a crucial role in the functioning of Modules by providing them with external data inputs, specifically market data. Data warehouses are commonly used in businesses and organizations to facilitate data-driven decision-making.

The primary function of the Dexer Data Warehouse is to trigger the execution of Module logics. Modules rely on the Dexer Data Warehouse to obtain the necessary data for executing trades. It is an integral part of the Dexer Infrastructure, contributing to decision-making processes.

To access DeFi data required for executing Module logics, the Dexer Data Warehouse retrieves information from various cryptocurrency APIs. This data is continuously available, enabling the system to operate 24/7.

Additionally, the Dexer Data Warehouse serves as the initiator for the execution of Dexer Smart Contracts by acting as their caller.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-thedexer.gitbook.io/dexer/thedexer-data-warehouse-ddw.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
