# Audit Reports

Polynomial has undergone comprehensive security audits across all system components to ensure the highest level of security and reliability.

## Rollup and Chain Security

### OP Stack Implementation

Polynomial Chain utilizes a managed version of the OP Stack, implemented by Conduit:

* **Rigorous auditing**: Implementation has undergone comprehensive security reviews
* **Ethereum-level security**: Benefits from Ethereum's data availability layer
* **Optimism Security Council**: Critical operational keys under professional stewardship
* **Superchain ecosystem**: Member of the broader Optimism ecosystem

For detailed audit information, refer to the [Conduit documentation](https://docs.conduit.xyz/rollups/stacks/op-stack#are-there-any-public-audits).

## Liquidity Layer

### Synthetix v3 Foundation

The Liquidity Layer is built upon the Synthetix v3 codebase:

* **Thoroughly audited**: Synthetix v3 has undergone extensive security reviews
* **No stablecoin issuance**: Maintains risk parameters aligned with base deployment
* **Shared attack surface**: Minimizes potential vulnerabilities
* **Proven track record**: Successfully deployed and tested

**Audit Reports:**

* [Synthetix v3 Audits](https://docs.synthetix.io/v/v3/for-developers/smart-contract-audits)
* [Polynomial Liquidity Layer](https://0xmacro.com/library/audits/polynomial-1.html)

## Polynomial Protocol Audits

### 0xMacro Security Audits

Polynomial Protocol underwent two comprehensive security audits by 0xMacro:

#### Audit 1

* **Scope**: Core protocol functionality
* **Status**: Completed with findings resolved
* **Report**: [Polynomial Audit 1](https://0xmacro.com/library/audits/polynomial-4.html)

#### Audit 2

* **Scope**: Advanced features and integrations
* **Status**: Completed with findings resolved
* **Report**: [Polynomial Audit 2](https://0xmacro.com/library/audits/polynomial-5.html)

## Abstraction Layer

### Account Abstraction (ZeroDev)

Account abstraction capabilities provided through ZeroDev:

* **Extensive audits**: ZeroDev has undergone comprehensive security reviews
* **High safety standards**: Ensures secure user interactions
* **Proven reliability**: Widely adopted in the ecosystem

**Audit Reports**: [ZeroDev GitHub Audits](https://github.com/zerodevapp/kernel/tree/dev/audits)

### Chain Abstraction (Socket)

Socket provides chain abstraction functionality:

* **Wide adoption**: Used by various rollups in the ecosystem
* **Proven reliability**: Demonstrated effectiveness across multiple deployments
* **Comprehensive audits**: Full security review documentation available

**Audit Reports**:

* [Socket GitHub Audits](https://github.com/SocketDotTech/audits/tree/main/Socket-DL)
* [Polynomial Abstraction Layer](https://0xmacro.com/library/audits/polynomial-3)

## Security Best Practices

### Continuous Monitoring

* **Regular updates**: All components receive ongoing security updates
* **Community oversight**: Open source components benefit from community review
* **Professional management**: Critical infrastructure managed by experienced teams

### Transparency

* **Public audits**: All audit reports are publicly available
* **Open source**: Core components are open source for community review
* **Regular updates**: Security improvements are communicated transparently

## Audit Summary

| Component           | Auditor | Status     | Report                                                                               |
| ------------------- | ------- | ---------- | ------------------------------------------------------------------------------------ |
| OP Stack            | Conduit | ✅ Complete | [Link](https://docs.conduit.xyz/rollups/stacks/op-stack#are-there-any-public-audits) |
| Liquidity Layer     | 0xMacro | ✅ Complete | [Link](https://0xmacro.com/library/audits/polynomial-1.html)                         |
| Protocol Core       | 0xMacro | ✅ Complete | [Link](https://0xmacro.com/library/audits/polynomial-4.html)                         |
| Protocol Advanced   | 0xMacro | ✅ Complete | [Link](https://0xmacro.com/library/audits/polynomial-5.html)                         |
| Account Abstraction | ZeroDev | ✅ Complete | [Link](https://github.com/zerodevapp/kernel/tree/dev/audits)                         |
| Chain Abstraction   | Socket  | ✅ Complete | [Link](https://github.com/SocketDotTech/audits/tree/main/Socket-DL)                  |
| Abstraction Layer   | 0xMacro | ✅ Complete | [Link](https://0xmacro.com/library/audits/polynomial-3)                              |

All audits have been completed with findings resolved, ensuring the highest level of security for all Polynomial users.


---

# 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.polynomial.fi/reference/audit-reports.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.
