# Platform Architecture

Replicats is built on three core pillars:

1. An **Agent Framework** that organizes AI-driven tasks via a flexible DAG-based workflow.
2. A **Wallet System** that ensures secure, autonomous asset management for each Agent.
3. A **Trading Engine** that executes trades precisely, handling market signals in real time.

These components function as a **cohesive whole**, enabling Replicats to deliver **intelligent, autonomous** trading solutions that seamlessly blend advanced AI with robust blockchain integration.


---

# 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.replicats.ai/old-technical-foundations/platform-architecture.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.
