# Risks

There are numerous risks associated with Basin. This is not an exhaustive list.

* The Basin code base is novel. None of its components have been tested in the “real world” prior to its initial deployment. The open source nature of Basin means that others can take advantage of any bugs, flaws or deficiencies in it.
* Basin is deployed on the Ethereum and Arbitrum networks. The security of the Ethereum and Arbitrum networks is assumed.
* While Basin and an implementation of each of its components (except Aqueduct, which has not been implemented) have been [audited](/resources/audits.md) it is no guarantee of security.
* Particularly before the development of an Aqueduct, each component should be verified by users in order to ensure proper functionality.


---

# 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.basin.exchange/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.
