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

# Broad Chain Coverage

> Garden's simple design enables quick-and-easy support for new chains

Supporting many chains typically requires maintaining liquidity pools on each chain. This ties up idle capital, limiting how many chains traditional bridges can practically support.

Using an [intents](/home/fundamentals/core-concepts/intents)-based model removes the need for pre-deployed liquidity. Liquidity is provided on demand at the moment of execution. This allows support for a wide range of blockchains, without additional liquidity constraints.

<CardGroup cols={2}>
  <Card title="Lightweight chain support" icon="link">
    New chains can be supported without requiring liquidity pools, reducing the operational and capital overhead typically needed to expand coverage.
  </Card>

  <Card title="Intents-based execution" icon="arrow-right-arrow-left">
    Liquidity is provided on demand through intents, allowing assets to move seamlessly across chains while keeping the system scalable and efficient.
  </Card>
</CardGroup>
