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

# Home

> Query Shield Swap market data, build Shield transaction flows, and understand the protocol's public and confidential boundaries.

export const ShieldHome = () => <div className="shield-home">
  <section className="shield-home-hero" aria-labelledby="shield-home-title">
    <div className="shield-home-pattern" aria-hidden="true"></div>
    <div className="shield-hero-panel">
      <div className="shield-hero-rule" aria-hidden="true"></div>
      <p className="shield-home-kicker">Shield Swap / Developer documentation</p>
      <div className="shield-hero-grid">
        <div className="shield-home-copy">
          <h1 id="shield-home-title">Build with <span className="shield-home-title-line">Shield Swap.</span></h1>
        </div>
        <div>
          <p className="shield-home-intro">
            Read market data, submit Shield transactions, and operate confidential liquidity infrastructure.
          </p>
          <div className="shield-home-actions">
            <a className="shield-home-primary" href="/docs/docs/rest/quickstart" data-shield-docs-link="/rest/quickstart">Let's Go</a>
          </div>
        </div>
      </div>
      <div className="shield-request" aria-label="First API request">
        <div className="shield-request-heading">
          <span>First request</span>
          <code>GET /pools</code>
        </div>
        <pre><code>curl "https://api.swap.shield.fi/pools?limit=10&amp;offset=0"</code></pre>
        <a href="/docs/docs/rest/quickstart" data-shield-docs-link="/rest/quickstart">Open quickstart</a>
      </div>
    </div>
  </section>
</div>;

<ShieldHome />
