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

# Home

> Institutional-grade DeFi liquidity infrastructure, ready for your next product.

<div className="home-page">
  <div className="home-hero">
    <h1>Build with Bebop</h1>
    <p>Institutional-grade DeFi liquidity infrastructure, ready for your next product.</p>
  </div>

  <CardGroup cols={2}>
    <Card href="/welcome" title="Discover">
      Learn how Bebop works, explore use cases, and find the right integration path.
    </Card>

    <Card href="/build" title="Build">
      Core concepts, API quickstarts, guides, and reference documentation.
    </Card>
  </CardGroup>

  <div className="home-section">
    ## Get in touch

    <CardGroup cols={3}>
      <Card icon="envelope" href="/support" title="Looking for support?">
        Questions, partnerships, or integration support.
      </Card>

      <Card icon="x-twitter" href="https://x.com/bebop_dex" title="@bebop_dex">
        Follow us on X for updates.
      </Card>

      <Card icon="linkedin" href="https://www.linkedin.com/company/bebopdex/" title="Bebop">
        Connect with us on LinkedIn.
      </Card>
    </CardGroup>
  </div>
</div>
