# Asset Risk Parameters

As the protocol gradually stabilizes, the team will set the assets to have these risk parameters

<table><thead><tr><th width="161">Asset</th><th width="163.56640625">Collateral Factor</th><th width="223.3359375">Reserve Factor</th></tr></thead><tbody><tr><td>S</td><td>75%</td><td>30%</td></tr><tr><td>USDC</td><td>80%</td><td>15%</td></tr><tr><td>WETH</td><td>75%</td><td>15%</td></tr><tr><td>stS</td><td>70%</td><td>15%</td></tr><tr><td>scBTC</td><td>20%</td><td>15%</td></tr><tr><td>scETH</td><td>75%</td><td>15%</td></tr><tr><td>scUSD</td><td>75%</td><td>15%</td></tr><tr><td>wOS</td><td>70%</td><td>2.5%</td></tr></tbody></table>

Below are the respective interest rate curves for the aforementioned assets

<table><thead><tr><th width="115.87890625">Asset</th><th width="149.86328125">Base Rate Per Year</th><th width="168.44140625">Multiplier Per Year </th><th width="147.9453125">Jump Multiplier Per Year</th><th>Kink</th></tr></thead><tbody><tr><td>S</td><td>1%</td><td>5%</td><td>600%</td><td>60%</td></tr><tr><td>USDC</td><td>0</td><td>5.2%</td><td>900%</td><td>85%</td></tr><tr><td>WETH</td><td>0</td><td>3.5%</td><td>700%</td><td>80%</td></tr><tr><td>stS</td><td>2%</td><td>7%</td><td>300%</td><td>50%</td></tr><tr><td>scBTC</td><td>0</td><td>7%</td><td>200%</td><td>60%</td></tr><tr><td>scETH</td><td>0</td><td>6.1%</td><td>350%</td><td>35%</td></tr><tr><td>scUSD</td><td>0</td><td>5.2%</td><td>900%</td><td>85%</td></tr><tr><td>wOS</td><td>0</td><td>7%</td><td>650%</td><td>55%</td></tr></tbody></table>


---

# 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://machfi.gitbook.io/machfi-documentation/contracts/asset-risk-parameters.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.
