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

# Introduction

> What a vault can put the money into.

A vault does not know how a lending market or an AMM works. A strategy does. Each one wraps a single yield source and exposes the same six methods to any vault, which is why adding a yield source means writing and auditing one strategy rather than changing the vault every partner already uses.

Which strategies a given vault may use is fixed when the vault is created. Deployed addresses are on [Contract Deployments](/contract-deployments/index), and what each one is worth right now is on [defindex.io/strategies](https://www.defindex.io/strategies).

<CardGroup cols={3}>
  <Card title="Blend Autocompound" icon="repeat" href="/strategies/blend-autocompound">
    Supplies to a Blend pool and compounds the emissions back in.
  </Card>

  <Card title="K2 Autocompound" icon="repeat" href="/strategies/k2-autocompound">
    The same shape on Kinetic lending. Supply only, no debt side.
  </Card>

  <Card title="RWA Wrapper" icon="landmark" href="/strategies/rwa-wrapper">
    Holds a value-accruing sovereign bond token. Yield is price appreciation.
  </Card>
</CardGroup>

<Card title="Building one yourself" icon="code" href="/strategies/build" horizontal>
  The strategy trait, its six methods, and how APY is computed.
</Card>
