# Deep Dives

In-depth technical articles covering the inner workings of the Arcadia Protocol. These complement the higher-level documentation with mathematical derivations, detailed trust model analysis, fee breakdowns, and implementation specifics.

## Asset Managers

* [Compounders: Deep Dive](https://docs.arcadia.finance/deep-dives/compounders) — How the immutable, stateless, permissionless Compounder works: pool balance verification, fee rebalancing math, slippage protection, and sandwich attack prevention.
* [Rebalancers: Deep Dive](https://docs.arcadia.finance/deep-dives/rebalancers) — How the Rebalancer automates concentrated liquidity position management: trust assumptions, the rebalance() function, Lmax calculation, swap routing, and initiator fees.
* [CoW Swapper: Deep Dive](https://docs.arcadia.finance/deep-dives/cow-swapper) — How the CoW Swapper enables trustless, MEV-protected ERC20-to-ERC20 swaps via CoW Protocol batch auctions, with Order Hooks for custom constraints.

## Protocol Internals

* [Composable Pricing Logic](https://docs.arcadia.finance/deep-dives/composable-pricing-logic) — How Arcadia values complex composed assets on-chain using recursive decomposition through the Registry and Asset Module architecture.

## Strategies

* [Delta Neutral Strategies](https://docs.arcadia.finance/deep-dives/delta-neutral-strategies) — The Greeks (Delta, Gamma), True Delta Neutral (leveraged stable pools), Pseudo Delta Neutral (2x leveraged volatile pools), with full Uniswap V2 mathematical derivations.

## Ecosystem

* [Arcadia and Uniswap v4](https://docs.arcadia.finance/deep-dives/arcadia-and-uniswap-v4) — What Uniswap v4 hooks mean for traders, LPs, and protocols, and how Arcadia serves as an intelligent Liquidity Management Layer.
