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