# Uniswap v4 Protocol Overview (/docs/protocols/v4/overview)

Navigate Uniswap v4 concepts, framework guidance, and references for protocol integrations.

## Whitepaper
* [Uniswap v4 Whitepaper](https://app.uniswap.org/whitepaper-v4.pdf)

## Concepts
* [Hooks](/docs/protocols/v4/concepts/hooks)
* [Flash Accounting](/docs/protocols/v4/concepts/flash-accounting)
* [Dynamic Fees](/docs/protocols/v4/concepts/dynamic-fees)

## Guides
* [Create Pool](/docs/protocols/v4/guides/create-pool)
* [v4 Swapping](/docs/protocols/v4/guides/swapping/getting-started)
* [v4 Liquidity Management](/docs/protocols/v4/guides/managing-liquidity/getting-started)
* [Build Your First Hook](/docs/protocols/v4/guides/hooks/your-first-hook)

## Repositories
* [v4-core](https://github.com/Uniswap/v4-core)
* [v4-periphery](https://github.com/Uniswap/v4-periphery)
* [security-framework](https://github.com/uniswapfoundation/security-framework)

## SDKs
* [v4 SDK docs](/docs/sdks/v4/overview)
* [sdks](https://github.com/Uniswap/sdks)
* [sdk-core](https://github.com/Uniswap/sdk-core)

## Audits
* [v4 Core audit reports](https://github.com/Uniswap/v4-core/tree/main/docs/security/audits)
* [v4 Periphery audit reports](https://github.com/Uniswap/v4-periphery/tree/main/audits)

## Deployments
* [Uniswap v4 deployment addresses](/docs/protocols/v4/deployments)

## Security
Uniswap Labs maintains an active bug bounty program on Cantina for eligible vulnerability disclosures.

[Uniswap Bug Bounty Program](https://cantina.xyz/bounties/f9df94db-c7b1-434b-bb06-d1360abdd1be)

For a structured risk assessment model for hooks, see the [Security Framework](/docs/protocols/v4/security).
