# Risks & Risk Mitigation

There are two major risks that the Nexus Network team foresees in the product adoption -

* **Security concerns -** The Nexus Network team takes security very carefully. It has built a minimal solution to reduce the security surface area -
  * The additions to the rollup bridge are minimal. They only add features for depositing to validators and claiming staking returns. The contracts have also been [audited](https://github.com/shellboxes/public-audit-reports/blob/main/reports/Nexus_Network_Security_Audit_Report.pdf).
  * The flow of funds is non-custodial
  * Even if Nexus contracts get compromised, exploiters can not access any funds as funds are either in the bridge contract or staked on Ethereum
* **Slashing risks -** The Nexus team has taken all necessary measures to reduce slashing risks and is working with the leading slashing insurance providers
* **Liquidity risks -** Nexus Network allows rollups to set a customizable staking limit to allow for regular withdrawals. Also, optimistic liquidity bridges can provide liquidity to withdrawing users in the worst case scenario

<figure><img src="/files/4SwAFHVPjHQ7aIrZ5dgH" alt=""><figcaption></figcaption></figure>


---

# 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://web3navigators.gitbook.io/product-docs/overview/risks-and-risk-mitigation.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.
