# Audits

Veplus' smart contracts have gone through multiple peer reviews and audited by [SolidProof](https://solidproof.io/):&#x20;

{% embed url="<https://twitter.com/SolidProof_io/status/1671954914552021006>" %}

{% embed url="<https://github.com/solidproof/projects/tree/main/2023/VePlus>" %}
SolifProof's GitHub for Veplus
{% endembed %}

Veplus' smart contracts were adapted from Velodrome codebase, which was directly derived from the Solidly smart contracts that were open sourced since March 2022. And, our smart contracts have gone through multiple peer reviews. \
\
The AMM part of Solidly has been audited by [PeckShield](https://github.com/peckshield/publications/blob/master/audit_reports/PeckShield-Audit-Report-Solidly-v1.0.pdf) that revealed 5 low-severity and 1 informal findings. There have been no security-related incidents involving Solidly smart contracts since their deployment on Fantom in February 2022.

The Velodrome codebase went through a security audit and a peer review as part of a Code4rena bug bounty contest. All high or medium risk issues were either resolved pre-deployment, except for one known issue (users can claim eligible rewards from ExternalBribe contracts more than once) that has been addressed via a wrapped contract solution.


---

# 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.veplus.io/security/audits.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.
