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

# Welcome to DFlow

> DFlow is a trading protocol that enables traders to exchange value across spot and prediction markets natively on Solana.

<div className="dfh-page">
  <div className="dfh-hero">
    <div className="dfh-hero-inner">
      <h1>Build on DFlow.</h1>
      <p>Integrate prediction markets and spot trading into your app with one unified API.</p>

      <div className="dfh-cta-row">
        <a className="dfh-btn dfh-btn-primary" href="/get-started/what-is-dflow">Get Started <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.2" strokeLinecap="round" strokeLinejoin="round"><path d="M5 12h13M13 6l6 6-6 6" /></svg></a>
        <a className="dfh-btn dfh-btn-ghost" href="/resources/introduction">API Reference <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round"><polyline points="16 18 22 12 16 6" /><polyline points="8 6 2 12 8 18" /></svg></a>
      </div>
    </div>
  </div>

  <div className="dfh-wrap">
    <section className="dfh-section">
      <h2>Products</h2>

      <div className="dfh-grid">
        <a className="dfh-card" href="/spot/introduction">
          <div className="dfh-card-arrow">
            <Icon icon="arrow-up-right" size={22} />
          </div>

          <div className="dfh-card-icon">
            <Icon icon="arrow-right-arrow-left" size={24} />
          </div>

          <h3>Spot Trading</h3>
          <p>Swap any pair of Solana tokens through one aggregated liquidity API.</p>
        </a>

        <a className="dfh-card" href="/prediction-markets/introduction">
          <div className="dfh-card-arrow">
            <Icon icon="arrow-up-right" size={22} />
          </div>

          <div className="dfh-card-icon">
            <Icon icon="chart-line" size={24} />
          </div>

          <h3>Prediction Markets</h3>
          <p>Trade Kalshi YES and NO outcome tokens across crypto, sports, politics, and more.</p>
        </a>
      </div>
    </section>

    <section className="dfh-section dfh-last">
      <h2>Tools & Reference</h2>

      <div className="dfh-grid">
        <a className="dfh-card" href="/ai/introduction">
          <div className="dfh-card-arrow">
            <Icon icon="arrow-up-right" size={22} />
          </div>

          <div className="dfh-card-icon">
            <Icon icon="robot" size={24} />
          </div>

          <h3>Build with AI</h3>
          <p>Agent CLI, MCP server, and Claude Code skills for connecting AI agents to DFlow.</p>
        </a>

        <a className="dfh-card" href="/resources/introduction">
          <div className="dfh-card-arrow">
            <Icon icon="arrow-up-right" size={22} />
          </div>

          <div className="dfh-card-icon">
            <Icon icon="code" size={24} />
          </div>

          <h3>APIs</h3>
          <p>Trading, Metadata, and Proof API references, plus troubleshooting and wallet integration guides.</p>
        </a>
      </div>
    </section>
  </div>
</div>
