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

# Security reviews

> Two internal security reviews of the Windrose contracts, published in full.

Two internal review passes over the contracts, carried out on 18 September 2026, covering all fourteen contracts and
about 2,200 lines of Solidity. Both are published in full.

<CardGroup cols={2}>
  <Card title="Review I — Economics" icon="calculator" href="https://windrose.market/audits/09-18-2026_Windrose_Review-I_Economics.pdf">
    Fee arithmetic, curve and vault accounting, oracle economics, hook delta accounting. 1 critical, 2 high, 3 medium, 3 low.
  </Card>

  <Card title="Review II — Integration" icon="lock" href="https://windrose.market/audits/09-18-2026_Windrose_Review-II_Integration.pdf">
    Authorisation, reentrancy and call ordering, token assumptions, the Uniswap v4 integration. 1 critical, 1 high, 2 medium, 4 low.
  </Card>
</CardGroup>

Every finding was reproduced as an executable proof of concept before it was accepted, and the serious ones are now
permanent regression tests. The protocol was redeployed with the fixes in place on 18 September 2026, before any launch
existed, and every contract running today is verified on
[Sourcify](https://sourcify.dev/#/lookup/0x2a1d730C732cB44E0015f192F6c1F74DcD875CCD). Addresses are listed under
[Networks](/networks).

See [Risks](/safety/risks) for what remains open.
