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

# Decibel Documentation

> Trader and developer documentation for integrating with Decibel's fully on-chain perpetuals exchange.

<div
  style={{
textAlign: "center",
marginTop: "1rem",
marginBottom: "2rem",
borderRadius: "1rem",
padding: "3rem 1rem",
display: "flex",
flexDirection: "column",
alignItems: "center",
justifyContent: "flex-end",
}}
>
  <h1
    style={{
  marginBottom: "0.5rem",
  fontSize: "2rem",
  fontWeight: "500",
}}
    className="text-gray-800 dark:text-white"
  >
    Decibel Documentation
  </h1>

  <p style={{ maxWidth: "700px", marginBottom: "0.25rem" }}>
    For traders, developers, and architects looking to integrate, use the nav
    above,
  </p>

  <p style={{ maxWidth: "700px", marginBottom: "0.25rem", fontSize: "0.95rem" }}>
    press{" "}

    <kbd
      style={{
    padding: "2px 6px",
    borderRadius: "4px",
    border: "1px solid #555",
    fontSize: "0.85em",
  }}
    >
      ⌘I
    </kbd>

    {" "}

    /{" "}

    <kbd
      style={{
    padding: "2px 6px",
    borderRadius: "4px",
    border: "1px solid #555",
    fontSize: "0.85em",
  }}
    >
      Ctrl+I
    </kbd>

    {" "}

    for the AI assistant (or ask your question up top in the search bar),
  </p>

  <p style={{ maxWidth: "700px", fontSize: "0.95rem" }}>
    or save time with the quick-start resources below (or just give your AI our{" "}

    <a
      href="https://docs.decibel.trade/llms.txt"
      style={{
    padding: "2px 6px",
    borderRadius: "4px",
    border: "1px solid #555",
    fontSize: "0.85em",
    fontFamily: "monospace",
    textDecoration: "none",
  }}
    >
      llms.txt
    </a>

    ).
  </p>
</div>

<Columns cols={2} className="max-w-8xl mx-auto px-2">
  <Card title="Launch a Vault" icon="vault" href="/developer-hub/guides/vaults">
    Trade on behalf of others: create onchain vaults with interval-based
    performance fees, manage capital, and let depositors earn from your strategy.
  </Card>

  <Card title="TypeScript Starter Kit" icon="code" href="/quickstart/typescript-starter-kit">
    Place an order, query its status via REST API, and receive real-time updates
    via WebSocket. Takes about 10 minutes to get your first trade, and then make
    it your own.
  </Card>

  <Card title="On-Chain Transactions" icon="link" href="/developer-hub/on-chain/overview/index">
    Build transactions directly using Move ABIs, with examples in TypeScript
    and Python. For high-frequency trading, bulk orders, and advanced
    integrations.
  </Card>

  <Card title="Builder Codes" icon="coins" href="/quickstart/builder-codes">
    Building an app, game, or bot on Decibel? Earn a share of trading fees from your
    users by using Builder Codes.
  </Card>
</Columns>

<div className="max-w-8xl mx-auto mt-6 px-2 text-sm text-gray-500">
  Learn more about Decibel
</div>

<Columns cols={2} className="max-w-8xl mx-auto px-2">
  <Card title="Join our Discord" icon="discord" href="https://discord.com/invite/decibel">
    Connect with our community for support and discussion.
  </Card>

  <Card title="Try the Trading Platform" icon="chart-line" href="https://app.decibel.trade" external>
    Try testnet with free funds, or connect any EVM, Solana, or Aptos wallet to trade on mainnet.
  </Card>
</Columns>
