> ## Documentation Index
> Fetch the complete documentation index at: https://base-a060aa97-docs-ia-overhaul-v2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Base

> The blockchain for global finance.

Base is the chain incubated by Coinbase. Stablecoin issuance, payments, and compliance controls ship as native chain primitives, with no custom contracts to build or audit. Transactions settle in under a second for pennies in gas, with direct access to Coinbase's users and USDC liquidity.

<div className="use-cases">
  <div className="use-cases-links">
    ### Issue Assets

    [Issue a stablecoin](/get-started/issue-stablecoins)
    [Tokenize stocks](/get-started/tokenize-stocks)
    [Create a stock token](/build-on-base/tokenize-stocks/create-a-stock-token)
  </div>

  <div className="use-cases-links">
    ### Accept Payments

    [Accept payments from humans](/build-on-base/accept-payments/from-humans)
    [Accept subscriptions](/build-on-base/accept-payments/accept-subscriptions)
    [Accept payments from agents](/build-on-base/accept-payments/from-agents)
  </div>

  <div className="use-cases-links">
    ### Build & Ship

    [Launch a B20 token](/base-chain/network-information/b20-token-standard)
    [Private transactions](/get-started/private-transactions)
    [Test on Vibenet](/build-on-base/test-on-vibenet)
  </div>
</div>

### Solutions

<CardGroup cols={3}>
  <Card title="Issue Stablecoins" icon="coins" href="/get-started/issue-stablecoins">
    Launch a fiat-backed stablecoin with minting, compliance, and reconciliation onchain.
  </Card>

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

  <Card title="Tokenize Stocks" icon="building-columns" href="/get-started/tokenize-stocks">
    Represent tokenized shares with B20 Asset controls and corporate actions.
  </Card>

  <Card title="Accept Payments" icon="credit-card" href="/get-started/accept-payments">
    Take instant stablecoin and agent-driven payments with low fees.
  </Card>

  <Card title="Private Transactions" icon="lock" href="/get-started/private-transactions">
    Move value through confidential ledgers with selective disclosure.
  </Card>
</CardGroup>

<div className="resources-section">
  ### Resources

  <div className="resources-row">
    <div>
      <h4>Funding</h4>
      <span className="resource-link"><Icon icon="trophy" size={14} /> <a href="https://www.builderscore.xyz/">Builder Rewards</a></span>
      <span className="resource-link"><Icon icon="hand-holding-dollar" size={14} /> <a href="https://paragraph.com/@grants.base.eth/calling-based-builders">Grants</a></span>
      <span className="resource-link"><Icon icon="rocket" size={14} /> <a href="https://www.basebatches.xyz/">Base Batches</a></span>
    </div>

    <div>
      <h4>Growth</h4>
      <span className="resource-link"><Icon icon="gauge" size={14} /> <a href="https://dashboard.base.org">Base dashboard</a></span>
      <span className="resource-link"><Icon icon="user-group" size={14} /> <a href="/get-started/base-mentorship-program">Find a Base Mentor</a></span>
    </div>
  </div>
</div>
