# Possible risks

Before you start using the protocol, you should clearly understand all of the risks associated with the protocol. Asymetrix makes no guarantees, you use it at your own risk.&#x20;

To minimize possible risks, Asymetrix code was audited by an independent third-party company. You can read about the results of the audit in the corresponding [article](/security/audits.md). Besides, the protocol uses open-source code, and everybody can get more information about its technical aspects. Moreover - there is a bug bounty program with significant rewards. As was mentioned before - Asymetrix Protocol is a decentralized service that uses a DAO model to manage it. No individual or company is a beneficiary of the protocol's activity, and no one controls it.&#x20;

In the current protocol mechanics, stETH deposited to the common pool will never leave the Asymetrix protocol to be invested in other platforms, which means that it will not be compromised due to the security of other protocols.

**Smart contract risk** In every Ethereum protocol, there is always a Smart contract risk, i.e., the risk of using protocols (lines of code) that can be hacked and exploited.&#x20;

**Counterparty risks**: Asymetrix relies on a couple of services - Lido as an underlying token asset provider and Chainlink as a randomness provider. Asymetrix has no influence on these services and cannot predict/mitigate the risks associated with the use of these services.&#x20;

**User risk** Asymetrix has no influence on the results of the user's mistake. A user can lose their deposit due to erroneous transfers of PST tokens to third parties. Since PST tokens reflect the user's participation in the pool, they are required to withdraw the deposited funds. Also, the user may lose access to his wallet, which will also lead to the loss of funds.


---

# 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.asymetrix.io/security/possible-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.
