# Risks

**Asset Risk**

Crypto assets are volatile and are subject to many risks, including but not limited to adoption, speculation, regulatory change, technology, and security risks. Any asset may be subject to large swings in value and may even become worthless, but Swaylend architecture makes risk limited.

### **Smart Contract Risk**

We do our best to prevent all possible attacks. However, the risk of exploitation can never be fully eliminated.

{% hint style="info" %}
Note as the protocol is currently in the alpha testing phase, updates to the contracts may result in the loss of funds.
{% endhint %}

### **Liquidation**

If the value of Supplier collateral dips below the threshold determined by asset LTV (loan-to-value ratios), a portion of the debt will be liquidated with a liquidation penalty deducted from the deposited collateral.

Crypto assets are highly volatile. Due to sharp price fluctuations, liquidation may occur suddenly. There is a possibility that supplied collateral will not cover a debt position.


---

# 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.swaylend.com/risks.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.
