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

# External Integrations

> Third-party dependencies for token handling, liquidity management, and vault execution.

### Dependencies

* **Uniswap V3 Core and Periphery**
  * `IUniswapV3Factory` validates pool authenticity before adapter initialization
  * `INonfungiblePositionManager` for LP position management (`mint`, `collect`, `decreaseLiquidity`, `burn`)

* **OpenZeppelin**
  * `ReentrancyGuard` — protects state-modifying calls
  * `Ownable2Step` — secure ownership transfer pattern
  * `ERC20` — base implementation for all vault bearer tokens
