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

12.7 Securing Data Inputs

To prevent unauthorized data injection, FreCx enforces controlled access to data submission mechanisms.

This is typically implemented through:

  • restricted contract functions

  • whitelisted oracle addresses

  • signature-based verification

These controls ensure that only validated and authorized data sources can influence on-chain logic.

Last updated