# Risk Management

Pyron’s risk engine is built for precision, designed to support fast-moving capital while protecting the system from volatility, illiquidity, and liquidation spirals.Instead of relying on static configurations, Pyron continuously evaluates liquidator capacity, market depth, and price volatility, the three pillars of modern DeFi risk management.

***

### **The Two Pillars** <a href="#the-two-pillars" id="the-two-pillars"></a>

**1. Liquidator Capacity:**\
\
**-** Pyron models how fast and effectively liquidators can act during market turbulence.This includes:

* Capital available to each liquidator
* Historical execution speed
* Adjustments for network congestion
* Conservative fallback estimates to ensure safe coverage

**Execution Capacity = Available Capital / Estimated Liquidation Time2. Market Depth & Recovery**\
\
**-** Pyron estimates how much of an asset can be sold without causing major price impact — and how long it takes for liquidity to recover afterward.This includes:

* 90-day historical price and liquidity data
* Multi-layered smoothing (SMA, EMA, TMA) across short and long windows
* Variability discounting to penalize unstable markets

**Final output: A conservative, protocol-actionable risk parameter.**

***

### Real-Time Risk Adjustments <a href="#real-time-risk-adjustments" id="real-time-risk-adjustments"></a>

Risk isn’t static, and neither is Pyron’s engine.All inputs feed into on-chain parameters that control collateral requirements, liquidation triggers, and borrow limits. This creates a feedback loop between real market behavior and protocol safety.Why this matters:

* In volatile markets, Pyron becomes stricter
* In stable conditions, it remains capital-efficient
* Liquidator assumptions are always conservative by default, not reactive after the fact

***

### Infrastructure Fit <a href="#infrastructure-fit" id="infrastructure-fit"></a>

Fogo’s real-time, low-latency architecture is a key piece of this system.Speed matters, not just for user experience, but for safety.Without fast block confirmations and cheap fees, none of this dynamic modeling would be actionable.With Fogo, it is.[<br>](https://app.gitbook.com/o/ml7YGPQsgMcO7pvFx0vO/s/uSg6qshM531ZcXUVzd1I/health-factor)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pyron.fi/pyron/risk-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
