For the complete documentation index, see llms.txt. This page is also available as Markdown.

16.3 Node and Infrastructure Reliability

Applications that rely on FreCx nodes must ensure high availability and consistent performance.

Running a node in production requires:

  • stable server infrastructure with sufficient CPU, memory, and storage

  • reliable network connectivity with low latency

  • continuous uptime with minimal downtime

Nodes should be monitored to ensure they remain synchronized with the network. Any delay in synchronization can result in outdated data and failed transactions.

It is recommended to deploy nodes in redundant configurations, where multiple instances are available to handle requests. This prevents single points of failure and ensures continuity in case of system issues.

Last updated