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