> For the complete documentation index, see [llms.txt](https://docs.veneraswap.com/venera-swap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.veneraswap.com/venera-swap/security-and-contracts/audits.md).

# Audits

{% hint style="info" %}
Smart Contract Audit: Our smart contracts have been audited by [<mark style="color:red;">**Solidity Finance**</mark>](https://solidity.finance/audits/VeneraSwap/). <br>
{% endhint %}

AUDIT SUMMARY

[VeneraSwap](https://veneraswap.com/) is building a new decentralized automated liquidity protocol trading platform that is used to exchange tokens, with additional contracts offering the ability to stake for rewards.

For this audit, we reviewed the following contracts on the Binance Smart Chain Mainnet:

* VeneraRouter Contract at [0x601AB3cCc7B2de314Bc007Cde7D59A3f604016E7](https://bscscan.com/address/0x601AB3cCc7B2de314Bc007Cde7D59A3f604016E7#code).
* VeneraFactory Contract at [0x95F9c44fA1585811e1D1a0F59e74174B657B37A5](https://bscscan.com/address/0x95F9c44fA1585811e1D1a0F59e74174B657B37A5#code).
* Venera Contract at [0x94174f59c009f49b6aBC362706fdA402616b0427](https://bscscan.com/address/0x94174f59c009f49b6aBC362706fdA402616b0427#code).
* Masterchef Contract at [0xE947062374759D9Dad48B375030099b1ADe1a9c7](https://bscscan.com/address/0xE947062374759D9Dad48B375030099b1ADe1a9c7#code).
* GaugeProxy Contract at [0x9e0a80cE7dDeD3DB40526e9c961CA5287B55ce81](https://bscscan.com/address/0x9e0a80cE7dDeD3DB40526e9c961CA5287B55ce81#code).
* VSWMaker Contract at [0xDd3c85158d209f4E709dF77042Dff99571b7cE10](https://bscscan.com/address/0xDd3c85158d209f4E709dF77042Dff99571b7cE10#code).

AUDIT FINDINGS Report:-\
<https://solidity.finance/audits/VeneraSwap/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.veneraswap.com/venera-swap/security-and-contracts/audits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
