# Stress-Tested Value

Each [Whitelisted asset](/home/concepts/whitelisted-assets.md) in a [Liquidity Pool](/home/concepts/market.md) is assigned a Stress-Tested Value (STV) — a configurable parameter expressing the discounted value of that asset.

This value is:

* Defined *per asset, per pool*
* Used to conservatively estimate the **borrowable amount** of capital backed by that asset
* Serves as a **functional proxy for LTV**, but goes beyond by incorporating asset-specific risk dynamics

For example, a wETH asset with a Stress-Tested Value of 65% means:

> "In a portfolio stress scenario, Arkis assumes only 65% of the current market value of wETH can be reliably used as collateral."

This accounts for:

* Historical volatility
* Onchain liquidity (slippage upon liquidation)
* Oracle risks
* Protocol-specific behaviors (e.g. LP token redemption delay)

A Margin Account may contain multiple whitelisted assets. Each of them contributes to the Portfolio Stress-Tested Value depending on:

* Their current balance
* The price feed (via oracle)
* The pool-configured STV

Mathematically:

<figure><img src="/files/umvLuYKPl5cAwTy4m1bj" alt=""><figcaption></figcaption></figure>

This value represents a conservatively estimated liquidation value of the account under market stress conditions.


---

# 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.arkis.xyz/home/concepts/stress-tested-value.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.
