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

Risk Controls

The Financial Layer is designed with a focus on disciplined risk management.

When real-world assets enter programmable financial systems, their underlying trust must be matched by clearly defined market controls. This includes the configuration of collateral parameters, borrowing conditions, liquidation thresholds, and overall market structure appropriate for real-asset-backed environments.

AQUA operates with protocol-level controls that reflect the distinct characteristics of real-world asset collateral. These controls are essential not only for maintaining market stability, but also for ensuring consistent behavior across the Ontorium stack.

In a full-stack architecture, weaknesses in the Financial Layer can directly impact the usability of the Asset Layer and the reliability of the Application Layer. As a result, risk management is treated as a system-wide function rather than an isolated market mechanism.


Protocol-Level Risk Controls

AQUA incorporates a set of automated risk controls designed to manage market conditions and protect users under adverse scenarios. These mechanisms apply across supported assets and may adjust dynamically based on market conditions.


Liquidation

Positions that exceed defined collateral thresholds become eligible for liquidation. Liquidators may repay a portion of the outstanding debt in exchange for collateral at a predefined discount. This mechanism helps ensure that undercollateralized positions are resolved before they become insolvent.


Oracle Deviation

Asset prices are sourced from external price oracles. If price deviations exceed predefined thresholds, the protocol may restrict borrowing activity or pause affected markets to prevent mispricing and potential exploitation.


Supply and Borrow Caps

Each asset is subject to supply and borrow caps that limit total exposure within the system. These limits help manage concentration risk and reduce the likelihood of systemic imbalances.


Circuit Breaker

Under extreme market conditions or abnormal system behavior, a circuit breaker may be triggered to temporarily halt selected protocol functions. This mechanism is designed to prevent cascading failures and allow time for system stabilization.


Market Freeze

Individual markets may be frozen in response to identified risks, smart contract vulnerabilities, or regulatory considerations. During a freeze, new supply and borrow activity is disabled while existing positions remain active.

Last updated

Was this helpful?