System Architecture

Divine uses an ARM-based server (M3 Max) to run various Docker containers. Our program is developed with a free-threaded build of Python, meaning it can run with true parallelism.

Our server has direct lines to external APIs and different blockchains, making them extremely low-latency. We use a 1Gbps unmetered connection.

Most signals should take less than 10 seconds to appear. Often 3 seconds are sufficient for Solana, and 10 seconds for EVM (Ethereum, Base, BSC, etc.) due to AI analyzing the smart contracts.

Last updated

Copyright 2024 DIVINE. All rights reserved.