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

# Introduction

> Earn US Treasury yield on idle stablecoins

<div className="hero-section">
  <div className="hero-content">
    <h1 className="hero-title">Build with Camino</h1>

    <p className="hero-description">
      A platform for managing organizational crypto wallets, tracking balances, and automating treasury operations with yield strategies.
    </p>

    <div className="cta-wrapper">
      <a href="/guides/quickstart" className="cta-button">
        Get Started →
      </a>
    </div>
  </div>
</div>

<div className="content-section">
  <div className="feature-section">
    <h3 className="section-title">Quickstart Guides</h3>

    <CardGroup cols={3}>
      <Card title="Wallets" icon="wallet" href="/guides/wallets">
        Create, manage wallets, and track balances.
      </Card>

      <Card title="Deposit and Start Earning" icon="arrow-up-right" href="/guides/deposit-and-earn">
        Deposit into C0 and start earning yield.
      </Card>

      <Card title="Yield Tracking" icon="chart-line" href="/guides/yield-tracking">
        Track estimated yield and monthly payout.
      </Card>
    </CardGroup>
  </div>

  <div className="feature-section">
    <h2 className="section-title">Resources</h2>

    <CardGroup cols={3}>
      <Card title="API Reference" icon="terminal" href="/api-reference/introduction">
        Integrate with the Camino Treasury API.
      </Card>

      <Card title="Request Sales" icon="envelope" href="mailto:kadar@caminotreasury.com">
        Schedule a demo or discuss enterprise plans
      </Card>

      <Card title="Request Support" icon="headset" href="mailto:shaurya@caminotreasury.com">
        Get help with the API
      </Card>
    </CardGroup>
  </div>
</div>
