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

# Blend Docs

> Non-custodial Yield Coordination Engine. Every user gets their own Safe.

Blend is a non-custodial Yield Coordination Engine built on the Separately Managed Account model. Every user gets their own [Gnosis Safe](/blend/overview) - no shared pools, no mixing of funds.

## Choose Your Path

<CardGroup cols={2}>
  <Card title="What is Blend?" icon="lightbulb" href="/blend/overview">
    Learn how the SMA model protects your users' funds.
  </Card>

  <Card title="Start Building" icon="code" href="/build/overview">
    Integrate Blend into your neobank or wallet app.
  </Card>
</CardGroup>

## Quick Links

<CardGroup cols={2}>
  <Card title="Security" icon="shield-check" href="/blend/security">
    See how your users' money is protected.
  </Card>

  <Card title="SDK Reference" icon="box-archive" href="/build/sdk/overview">
    Frontend and server TypeScript SDKs.
  </Card>

  <Card title="API Reference" icon="square-terminal" href="/api-reference">
    REST API with an interactive playground.
  </Card>

  <Card title="Architecture" icon="cube" href="/architecture/overview">
    How Safes, modules, and contracts work together.
  </Card>
</CardGroup>
