# Security

Security is our highest priority. Our team has created a protocol that we believe is safe and dependable. The protocol largely reuses code from Synthetix, Uniswap, Sushiswap, and Compound whenever possible. All smart contract code is publicly verifiable via [Sourcify](https://sourcify.dev/).

Ubeswap V2 contracts are audited by Bramah.systems and V3 contracts are audited by SolidityScan.

Security Info for V3 contracts can be found [here](https://github.com/Ubeswap/ubeswap/tree/master/contracts/uniswapv3).

We encourage our users to be mindful of risk and only use funds they can afford to lose. Smart contracts are still new and experimental technology. We want to remind our users to be optimistic about innovation while remaining cautious about where they put their money.


---

# 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.ubeswap.org/code-contracts/security.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.
