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

# Security and Auditing

All smart contracts powering Venzo Swap undergo rigorous security audits by leading blockchain security firms. The platform employs multiple layers of security:

Smart Contract Security. All routing and execution contracts are audited, formally verified, and deployed behind upgradeable proxy patterns with time-locked governance controls.

Oracle Security. Venzo Swap integrates with decentralized oracles (Chainlink, Pyth) to ensure accurate and tamper-proof price feeds. Price feeds are cross-validated across multiple sources to detect and reject anomalous data.

MEV Protection. Venzo Swap implements private transaction submission and time-weighted average price (TWAP) execution for large orders to protect users from Miner Extractable Value (MEV) attacks, including front-running and sandwich attacks.

Rate Limiting. Automated rate limiting and anomaly detection systems monitor swap activity in real-time to identify and block suspicious patterns that may indicate exploit attempts.


---

# 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://venzofinance.gitbook.io/venzofinance-docs/venzo-swap/security-and-auditing.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.
