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

# Technical Reference

> How the Soroswap Aggregator is built: its operation, design, adapter model and the protocols it draws on.

<Columns cols={2}>
  <Card title="How it works" icon="gears" href="/aggregator/technical-reference/how-it-works">
    The path a swap takes from quote to on-chain execution.
  </Card>

  <Card title="Design" icon="compass-drafting" href="/aggregator/technical-reference/design">
    The contract layout and the decisions behind it.
  </Card>

  <Card title="Technical Overview" icon="diagram-project" href="/aggregator/technical-reference/technical-overview">
    Functions, storage and the adapter interface in detail.
  </Card>

  <Card title="Aggregator Operation" icon="calculator" href="/aggregator/technical-reference/operation">
    How a swap is distributed across protocols, with the formula.
  </Card>

  <Card title="Inspirations" icon="lightbulb" href="/aggregator/technical-reference/inspirations">
    Prior art the design borrows from.
  </Card>

  <Card title="Other AMMs in Soroban" icon="layer-group" href="/aggregator/technical-reference/other-amms">
    The protocols the aggregator routes into.
  </Card>
</Columns>
