# 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](/deep-dives/compounders.md) — How the immutable, stateless, permissionless Compounder works: pool balance verification, fee rebalancing math, slippage protection, and sandwich attack prevention.
* [Rebalancers: Deep Dive](/deep-dives/rebalancers.md) — How the Rebalancer automates concentrated liquidity position management: trust assumptions, the rebalance() function, Lmax calculation, swap routing, and initiator fees.
* [CoW Swapper: Deep Dive](/deep-dives/cow-swapper.md) — 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](/deep-dives/composable-pricing-logic.md) — How Arcadia values complex composed assets on-chain using recursive decomposition through the Registry and Asset Module architecture.

## Strategies

* [Delta Neutral Strategies](/deep-dives/delta-neutral-strategies.md) — 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](/deep-dives/arcadia-and-uniswap-v4.md) — What Uniswap v4 hooks mean for traders, LPs, and protocols, and how Arcadia serves as an intelligent Liquidity Management Layer.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.arcadia.finance/deep-dives.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
