# Platform Risks

As with all of DeFi, there are several risks that our users and stakeholders need to be aware of.

### Liquidation Risks

An open trade position will be liquidated when either the user’s collateral cannot cover the margin fee ($5) or is lower than the maintenance margin (1% of Position Size). The keepers managing liquidations in LEVEL are [Pyth Network](https://pyth.network/) and [Chainlink](https://chain.link/).

### Smart Contract Risks

Decentralized applications have inherent smart contract risks through vulnerabilities in their codebase. At LEVEL, security is our primary concern. As such, we have undergone several audits from both [Quantstamp](https://quantstamp.com/) and [Obelisk](https://obeliskauditing.com/) in addition to having a live ImmuneFi Bug Bounty. The LEVEL DAO has full ownership and oversight over the security of the platform and can commission any further security-related actions.

{% hint style="info" %}
For more information, see [**Security and Smart Contracts**](/security-and-contracts/security-and-audits.md)
{% endhint %}


---

# 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.level.finance/platform-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.
