Iron Hand

Archimedes x Conon x 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.

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.

Last updated