# Audits

#### Smart Contract Audits <a href="#smart-contract-auditors" id="smart-contract-auditors"></a>

At Zyfi, ensuring as much security as possible for our users stands at the core of our mission. \
\
Highlighting our dedication to security, Zyfi's smart contracts are designed to be immutable, significantly enhancing their appeal for several critical reasons:

* Audits conducted on these smart contracts remain perpetually valid, as the contracts are unchangeable and cannot be upgraded
* Users are relieved from the need to monitor for contract alterations that could potentially lead to fund losses or other nefarious consequences
* Such design choice eliminates any possibility for malicious actors to alter the code, or for external pressures (or attacks) to compel a developer to implement unfavourable updates, safeguarding against both cyber and physical threats

The integrity of our smart contracts has been rigorously tested both internally and through audits. Please find here a list of the audits that we performed on Zyfi's smart contracts:

* Cantina erc\_20 paymaster and erc20\_sponsored\_paymaster [report](https://www.zyfi.org/report-review-zyfi.pdf).


---

# 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.zyfi.org/integration-guide/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.
