# Iron Hand

An external web-server to fetch real-time data from on-chain data-resources is sent to the Google Cloud Platform (GCP) to save the data to cloud storage. This is used for model updates.

<figure><img src="/files/RUgel0y2u2r5UbTbNJ4g" alt=""><figcaption><p>Archimedes x Conon x Iron Hand</p></figcaption></figure>

Conon includes a web server which is responsible for pulling requests from Iron Hand.

Conon draws necessary data as needed; including recent APY data of different pools and stores it into a Google Cloud Storage (GCS), in a readable format.

Conon ingests the accumulated data inside the GCS, preprocesses the data and uses it for model training. V1 employs an LSTM model, known for one of the best models for time series forecasting.

The model is saved into GCS and further deployed to communicate with Archimedes to provide a prediction API for a number of APY metrics.&#x20;


---

# 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.mozaic.finance/archimedes/archimedes-v1/iron-hand.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.
