# Soneium Risk Parameter

<table><thead><tr><th>Token</th><th>LTV</th><th>Liquidation Threshold</th><th width="186">Liquidation Penalty</th><th>Supply Cap</th><th>Borrow Cap</th></tr></thead><tbody><tr><td>WETH</td><td>75%</td><td>80%</td><td>7%</td><td>3000 ETH (~$10M USD)</td><td>300 ETH (~$1M USD)</td></tr><tr><td>ASTR</td><td>55%</td><td>65%</td><td>15%</td><td>250,000,000 (~$15M USD)</td><td>8,000,000 (~$500K USD)</td></tr><tr><td>USDC.e</td><td>75%</td><td>80%</td><td>7%</td><td>10,000,000 (~$10M USD)</td><td>1,000,000 (~$1M USD)</td></tr><tr><td>SONE</td><td>0%</td><td>0%</td><td>0%</td><td>N/A</td><td>1,000,000</td></tr><tr><td>USDT</td><td>75%</td><td>80%</td><td>7%</td><td>10,000,000 (~$10M USD)</td><td>1,000,000 (~$1M USD)</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://docs.sakefinance.com/sake-finance/lending-and-borrowing/risk-parameters/soneium-risk-parameter.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.
