# Security

**Improvement for Liquidation Risk**&#x20;

* You run the risk of being liquidated if the price of the borrowed asset appreciates against the deposit token. Your position will be liquidated when the Debt Ratio (debt/collateral value) reaches the Collateral Factor.&#x20;
* This can be mitigated by maintaining a lower Debt Ratio on the borrowed tokens, monitoring positions during volatile market conditions, and taking notice before reaching the liquidation parameters.

**Improvement for Smart Contract Risks**‌

* Smart contracts are audited by third-party firms, they could theoretically have vulnerabilities.
* **Mitigation:** We run a bug bounty program to provide incentives for people who find vulnerabilities in our live code and come to us as opposed to exploiting them.

#### Itoken contract address

| ltoken | Contract address                             |
| ------ | -------------------------------------------- |
| USDT   | 68sovRJnn5EPdXNkQaj4F1qGP3NDpTrMDEXiKGEJgwBh |
| BTC    | 8c5Fw4B9zmeesVx2WgGu6Yg1iE9P5SWTUormPPL8e8CV |
| ETH    | AcL3J4XYCAaawzBYGqVMm3qt1Jnuqaq1vLqUmBFn6ftB |
| SOL    | ArWoXQYvvERzuoeGTpyyvf7pNNVEPB3x7kQg5W6zQdaB |
| FTT    | 4vRsyJ8bDxEXxpiakS4jHtpCbGf7YQjrU9b1Wuj9eoyx |
| SRM    | 9yoGvCPSFqfgHCyyhb7iVQcNTscFbAqRTbn6XuGUi8xa |
| USDC   | DTXPsgtcHgbiHaZYm4q6SWJYLNT1zGbGbxN2ZbETxcB2 |

{% content-ref url="/pages/-MdRwDr\_\_OYqzJCFTs1W" %}
[Bug Bounty Reward](/how-to-prove/bug-bounty-reward.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Md\_Nh\_DCbNtXlknCfRb" %}
[Audit](/how-to-prove/audit.md)
{% endcontent-ref %}


---

# 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.projectlarix.com/how-to-prove.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.
