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

# Overview

> Build financial products on Base by outcome: integrate DeFi, tokenize assets, issue stablecoins, or accept payments.

Build with native Base standards or integrate protocols already deployed on the network. Pick the financial outcome you need, then follow a short guide for the specific action your product performs.

## Solutions

<CardGroup cols={2}>
  <Card title="Integrate DeFi" icon="scale-balanced" href="/get-started/integrate-defi">
    Add trading, direct lending, collateralized borrowing, or a vault-based earn product.
  </Card>

  <Card title="Tokenize Assets" icon="building-columns" href="/get-started/issue-rwa">
    Represent real-world assets with B20 Asset issuance, holder controls, and distributions.
  </Card>

  <Card title="Issue Stablecoins" icon="coins" href="/get-started/issue-stablecoins">
    Launch a fiat-backed token with minting, compliance, and reconciliation built in.
  </Card>

  <Card title="Accept Payments" icon="credit-card" href="/get-started/accept-payments">
    Build the full payment lifecycle: request, authorize, capture, verify, refund, reconcile, and pay out.
  </Card>

  <Card title="Test on Vibenet" icon="flask" href="/build-on-base/test-on-vibenet">
    Try everything on a disposable, fully-featured test network.
  </Card>
</CardGroup>

## Build the Foundation

<CardGroup cols={2}>
  <Card title="Chain" icon="link" href="/base-chain/overview">
    Network details, node operations, and protocol specs.
  </Card>

  <Card title="SDKs & APIs" icon="code" href="/base-chain/api-reference/rpc-overview">
    JSON-RPC, Flashblocks, and SDK reference.
  </Card>
</CardGroup>
