# Allocation Process

Before Steakhouse Financial deploys vault capital to a DeFi lending market, the market must pass risk checks across six vectors: credit risk, counterparty risk, liquidity risk, oracle risk, smart contract risk, and liquidity trap risk. At least two members of the Steakhouse risk management team perform an asset and market configuration quality control process before any market is listed.

The primary focus for any onchain allocation is to avoid exposing users to markets where collateral is exposed to idiosyncratic risks or volatile price action.&#x20;

Principal loss (or bad debt in the case of onchain repo, e.g. Morpho) in a market is generally preceded by a downward price movement in deposited collateral (e.g. cbBTC), as reflected by a market’s chosen oracle, below a price implied by the market’s LLTV. At this stage, liquidators - generally bots or sophisticated market participants that “listen” for profitable arbitrage opportunities - can buy the collateral out of the market, satisfy lenders at par, and pocket an incentive fee. If the downward price movement is sudden and severe, however, the liquidator may not purchase the deposited collateral at a price that satisfies lenders at par, resulting in the loss of lender principal.&#x20;

Even with very low [historical default rates](https://morpho.blockanalitica.com/ethereum/liquidations?days_ago=30) on overcollateralized crypto repo lending, Steakhouse expends significant resources to underwrite and mitigate the risk of undercollateralization, liquidation, and illiquidity along the following vectors:

## Credit risk:&#x20;

* Issue: A deposited asset suffers a credit impairment (e.g. loss of asset collateralization), triggering a potential undercollateralization of a lender’s position
* Mitigant(s): Asset selection process and suitability for the intended customer profile, automated solvency and 24/7 price monitoring, and direct connectivity to asset issuers

## Counterparty risk:

* Issue: The “management team” behind a deposited asset acts nefariously and against the interests of their tokenholders
* Mitigant(s): Only lending to sufficiently decentralized or regulated collateral (i.e. steakUSDC); deep underwriting of issuer’s team, signer process, and operational controls&#x20;
* See: [Collateral Standards](/docs/risk-management/collateral/collateral-standards.md)

## Liquidity risk (for a deposited asset):

* Issue: Limited secondary liquidity for a deposited asset, particularly across distressed market regimes, resulting in higher risk of severe negative price action
* Mitigant(s): Historical liquidity and venue analysis for selected assets, 24/7 liquidity depth monitoring and forecasting, and deep relationships to source OTC liquidity if necessary

## Oracle risk:

* Issue: Compromised oracle asset feed triggers an incorrect liquidation due to basis risk (wstETH/ETH), improper updates, and/or hard coded oracles&#x20;
* Mitigant(s): Deep expertise with oracle configurations, backup and failsafe oracle procedures, and primary rate oracles for issuers with primary redemption at par

## Smart contract risk:

* Issue: Unforeseen risk in the underlying protocols (e.g. Morpho), upon which the individual borrow/lend markets are deployed
* Mitigant(s): Deep in-house technical knowledge and competency to perform proprietary audits, usage of platforms with minimal code (i.e. minimal surface area for attack), and requirement of multiple third-party auditors ([10 instances for Morpho & Morpho Vaults](https://docs.morpho.org/morpho-vaults/concepts/security/))&#x20;

## Liquidity trap risk (market):

* Issue: Insufficient market utilization, leading to artificially low “borrow rates” that do not sufficiently disincentivize borrowers to pay withdrawing lenders back
* Mitigant(s): Conservative market listing procedures (e.g. typically “second-movers” to more aggressive curators or “first-movers” after extensive underwriting and due diligence) and minimum target borrow rates.

Before listing any market, at least 2+ members of the Steakhouse risk management team perform an asset and market configuration quality control process.

## Deployments&#x20;

Automated and robust deployment pipelines help minimize the risk of manual errors or misconfigurations. For instance, our Morpho Market Factory performs automated checks on certain key market configuration parameters (latest version [here](https://etherscan.io/address/0xD8c846Cee3D5EFDdEda4d36784a2d88858901220#code)). This process helped us identify a [market with a misconfigured oracle](https://app.morpho.org/ethereum/market/0xcce802466ea61ec62007fe60d7b4370a10e765f9f223592790b2b7178abb9383/pt-sdeusd-1753142406-usdc) (0.97 vs. 0.94 starting price) but was listed by less experienced curators, whom we alerted to the case.

<br>


---

# 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://steakhouse.financial/docs/risk-management/monitoring/allocation-process.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.
