# Automata Market Docs

Automata Market is an 8-layer autonomous trading intelligence platform that fuses multi-model AI, market microstructure awareness, and adaptive risk controls to plan and execute trades across crypto markets with high reliability.

This documentation is organized to help builders, quants, and power users understand the architecture and safely integrate with Automata Market.

> Structure inspired by privacy-first AI documentation patterns, similar to [Data AI Docs](https://data-ai.gitbook.io/docs).

Quick links:

* Dashboard: `https://dashboard.automatamarket.com/`
* X (Twitter): `https://x.com/automatamarket`
* Discord: `https://discord.gg/87p2vpsat5`

What you’ll find here:

* A high-level overview of the 8-layer architecture and how decisions are cross-validated
* A deep-dive into the data pipeline, model ensemble, RL feedback loop, and the execution engine
* Guidance on integrations (chains, DEXs, wallets), security posture, pricing, and roadmap

If you’re new, start with Getting Started → Introduction, then read The 8-Layer Intelligence.


---

# 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.octifi.tech/readme.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.
