# Risk-Adjusted Yield

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

Raw yield (APY) is insufficient for evaluating DeFi opportunities without risk context.

A 50% APY pool with extreme volatility and low liquidity may deliver worse risk-adjusted outcomes than a 5% APY position in a stable, liquid protocol. Headline yield attracts capital, but risk-adjusted yield determines whether that capital is preserved.

***

#### How RAX Calculates Risk-Adjusted Yield <a href="#id-09a8da46-cbf4-4bdf-8eb3-5033ef55c2df" id="id-09a8da46-cbf4-4bdf-8eb3-5033ef55c2df"></a>

RAX computes risk-adjusted yield as:

Risk-Adjusted Yield = APY / (1 + Risk Score / 100)

A pool with 12% APY and a risk score of 30 has a risk-adjusted yield of approximately 9.2. The same 12% APY with a risk score of 70 drops to approximately 7.1.

This metric feeds into the Intelligence Score and directly influences the allocation engine. Under defensive and balanced strategy profiles, the engine favors positions with higher risk-adjusted yield over raw APY.

***

#### Role in Allocation <a href="#id-53b18b72-4867-4652-b079-19f37b72893e" id="id-53b18b72-4867-4652-b079-19f37b72893e"></a>

Strategies that deliver more return per unit of risk are favored, especially under defensive or balanced profiles. Higher-yield strategies with weaker risk-adjusted performance may be deprioritized even if headline returns appear attractive.

This ensures the system does not chase yield at the expense of portfolio stability — a core design principle of RAX.

***

#### Limitations <a href="#id-527c93b5-53a2-4112-bdbe-95a2a763fcdd" id="id-527c93b5-53a2-4112-bdbe-95a2a763fcdd"></a>

Risk-adjusted yield is backward-looking — it uses current APY and current risk scores. It does not account for future changes in either metric. It should be used alongside simulations and stress testing, not as a standalone decision signal.


---

# 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.raxprotocol.xyz/concepts/risk-adjusted-yield.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.
