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

# Audits

Madhouse Wallet's smart account infrastructure uses audited, battle-tested protocols. All smart contracts and tokens used in the platform have undergone independent security audits.

***

## Smart Contracts

| Protocol                 | Purpose                               | Audit                                                                                                                                      |
| ------------------------ | ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| Safe v1.4.1              | Smart account wallet on Base          | [Audit report](https://github.com/safe-global/safe-smart-account/blob/v1.4.0/docs/Safe_Audit_Report_1_4_0.pdf)                             |
| Pimlico ERC-20 Paymaster | USDC gas payment for ERC-4337 UserOps | [Quantstamp certificate](https://certificate.quantstamp.com/full/pimlico-erc-20-paymaster/ce056730-3f75-4711-9e81-c5dbfdfce74d/index.html) |

## Tokens

| Token | Issuer | Transparency                                                       |
| ----- | ------ | ------------------------------------------------------------------ |
| USDC  | Circle | [Circle transparency reports](https://www.circle.com/transparency) |

***

## Infrastructure Security

In addition to smart contract audits, the Madhouse Wallet platform undergoes regular security assessments:

* **Penetration testing** — third-party security reviews of the API and dashboard
* **Dependency scanning** — automated vulnerability detection on all dependencies
* **SOC 2 Type II** — audit in preparation

Contact <support@madhousewallet.com> to request security documentation under NDA.


---

# 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:

```
GET https://docs.madhousewallet.com/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.
