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

# Enso Developer Documentation

> Turn DeFi product intent into signer-ready transaction data.

Use these docs to launch swaps, vault deposits, tokenized asset flows, and cross-chain actions without rebuilding every protocol integration. Enso handles routing and transaction construction while your product keeps custody, policy, and user experience control.

## Start building

<CardGroup cols={2}>
  <Card title="1. Get an API key" icon="key" href="/pages/build/get-started/authentication">
    Create a key in the Developer Portal, store it securely, and verify authentication.
  </Card>

  <Card title="2. Choose Route or Bundle" icon="code-branch" href="/pages/build/get-started/overview#route-api-vs-bundle-api">
    Use Route API when Enso should find the path. Use Bundle API when your product controls the ordered actions.
  </Card>

  <Card title="3. Build with Route API" icon="route" href="/pages/build/get-started/route">
    Request an optimized path into one destination and execute the returned transaction.
  </Card>

  <Card title="4. Build with Bundle API" icon="layer-group" href="/pages/build/get-started/bundling-actions">
    Compose ordered actions, inspect required approvals, and execute the returned transaction.
  </Card>
</CardGroup>

## Explore Enso

<CardGroup cols={3}>
  <Card title="Build" icon="terminal" iconType="solid" href="/pages/build/get-started/overview">
    Use Route, Bundle, cross-chain routing, balances, and protocol data as the standard integration path.
  </Card>

  <Card title="Earn" icon="piggy-bank" iconType="solid" href="/pages/earn/overview">
    Build curated yield experiences with the essential endpoints for catalog, balances, execution, and refreshed balances.
  </Card>

  <Card title="Quoter" icon="shield" iconType="solid" href="/pages/quoter/overview">
    Simulate and validate transactions before signing to predict outcomes.
  </Card>

  <Card title="Use Cases" icon="map" iconType="solid" href="/pages/use-cases">
    Map real product journeys across wallets, yield, LPs, leverage, RWAs, stablecoins, perps, and simulation.
  </Card>

  <Card title="API Reference" icon="code" iconType="solid" href="/pages/api-reference/overview">
    Go directly to endpoint documentation for execution, data, accounts, tokens, and optional Shield validation.
  </Card>

  <Card title="Network" icon="globe" iconType="solid" href="/pages/network/overview">
    Understand participants, network context, and the token layer around Enso-powered execution.
  </Card>
</CardGroup>
