# 5.3 Model Structure | Computational Module Cluster

ARK's consensus layer is not just a single model, but an AI collective system combining multiple neural architectures and learning paths, mainly including:

* **LSTM Time Series Predictor** — Long Short-Term Memory model, specialized in predicting market price trends, premium fluctuations, and price trajectory directions under policy changes.
* **Transformer Decoder** — Deep semantic model, used to understand governance proposal content, distinguish semantic structures, and generate execution recommendations and anomaly alert messages.
* **Reinforcement Learning Decision-maker (RL Agent)** — Simulates all possible parameter combinations in the policy space, and through reward functions, self-learns the optimal module configurations and adjustment strategies.
* **Anomaly Detection and Sentiment Network** — Used to capture community changes, voting fluctuations, investor sentiment, and early signals of FOMO, panic, trust collapse, etc., for defensive deployment.


---

# 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://ark-defai.gitbook.io/ark/5.-layer-2-or-ark-consensus-algorithmic-layer/5.3-model-structure-or-computational-module-cluster.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.
