> ## Documentation Index
> Fetch the complete documentation index at: https://docs.melt.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Audits

> Security audit reports and status

## Audit Reports

The core Lock & Mint contracts are forks of battle-tested standards, and the protocol undergoes independent security audits.

<CardGroup cols={1}>
  <Card title="PeckShield Audit Report — Melt v1.0" icon="file-shield" href="https://github.com/peckshield/publications/tree/master/audit_reports/PeckShield-Audit-Report-Melt-v1.0.pdf">
    Full security audit of the Melt Protocol smart contracts by PeckShield.
  </Card>
</CardGroup>

## Contract Security Approach

* **Battle-tested foundations** — contracts extend OpenZeppelin standards and LayerZero V2 OApp
* **Comprehensive test suite** — Foundry-based tests covering all core flows
* **Role-based access control** — granular permissions for minting, burning, and admin operations
* **Pausable operations** — per-token and global pause capabilities for emergency response
* **Reentrancy protection** — all state-changing functions use reentrancy guards
