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

# For Yield Protocols

> Build adaptors to bring your protocol's yield strategies into Voltr vaults

Integrate your DeFi protocol as a yield source for Voltr vaults by building an adaptor.

<CardGroup cols={2}>
  <Card title="Overview" icon="sitemap" href="/protocols/overview">
    Vault and adaptor architecture
  </Card>

  <Card title="Adaptor Creation" icon="puzzle-piece" href="/protocols/adaptor-creation/index">
    Build a custom adaptor for your protocol
  </Card>

  <Card title="Core Components" icon="cubes" href="/protocols/adaptor-creation/core-components">
    Initialize, deposit, and withdraw instructions
  </Card>

  <Card title="Security" icon="shield" href="/protocols/adaptor-creation/security">
    Security patterns and best practices
  </Card>
</CardGroup>
