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

# Overview

> Everything you need to know to start building with Blockradar.

<Card>
  <div style={{ display: "flex", gap: "40px", alignItems: "center", flexWrap: "wrap" }}>
    <div style={{ flex: "1", minWidth: "240px" }}>
      <p style={{ fontSize: "12px", fontWeight: "600", letterSpacing: "0.08em", textTransform: "uppercase", color: "#059669", marginBottom: "12px" }}>Get started</p>
      <h1 style={{ fontSize: "28px", fontWeight: "700", color: "#0a0a0a", lineHeight: "1.2", margin: "0 0 16px" }}>Create your account</h1>
      <p style={{ fontSize: "15px", color: "#555", lineHeight: "1.6", margin: "0 0 24px" }}>Set up a Blockradar account and immediately start building your integration. Free to start, no credit card required.</p>
      <a href="https://dashboard.blockradar.co/signup" style={{ display: "inline-block", background: "#07C983", color: "white", fontWeight: "600", fontSize: "14px", padding: "10px 24px", borderRadius: "8px", textDecoration: "none" }}>Create account →</a>
    </div>

    <div style={{ flex: "1", minWidth: "260px" }}>
      {/* <img src="/images/signup-mockup.png" alt="Blockradar signup flow" style={{ width: "100%", borderRadius: "12px" }} /> */}
    </div>
  </div>
</Card>

## Common use cases

<CardGroup cols={3}>
  <Card title="Cross-border B2B" icon="building" href="/en/use-cases/pay-outs">
    Send and settle business payments internationally using stablecoins, with faster settlement and lower fees than traditional banking rails.
  </Card>

  <Card title="Global remittances" icon="globe" href="/en/use-cases/pay-ins">
    Power low-cost, real-time money transfers across borders with stablecoin infrastructure built for high-volume corridors.
  </Card>

  <Card title="Stablecoin on/off ramps" icon="arrows-up-down" href="/en/use-cases/withdraw-fiat">
    Let users move seamlessly between fiat and stablecoins with API-native conversion flows.
  </Card>

  <Card title="Neobanks" icon="building-columns" href="/en/use-cases/virtual-accounts">
    Issue wallets, accept deposits, and move money for your customers, without touching traditional banking infrastructure.
  </Card>

  <Card title="Investments and savings" icon="piggy-bank" href="/en/use-cases/pay-ins">
    Give users access to USD-backed stablecoin accounts as an alternative to local currency savings.
  </Card>

  <Card title="Treasury management" icon="chart-line" href="/en/use-cases/auto-settlements">
    Automate stablecoin sweeping, conversion, and settlement to optimize how your business holds and moves funds.
  </Card>
</CardGroup>

## Start building

<CardGroup cols={3}>
  <Card title="Create a Blockradar account" icon="user-plus" href="/en/guides/create-account">
    Sign up, complete business info, and get your workspace ready in minutes.
  </Card>

  <Card title="Create your first master wallet" icon="wallet" href="/en/guides/create-master-wallet">
    Set up a wallet, pick your network, and start receiving deposits.
  </Card>

  <Card title="Use Blockradar without writing code" icon="display" href="/en/guides/use-without-code">
    Receive payments, send funds, and monitor transactions from the dashboard, no code required.
  </Card>

  <Card title="Use Blockradar with LLMs" icon="microchip" href="/en/guides/use-with-llms">
    Use AI tools to search, understand, and build with Blockradar docs.
  </Card>
</CardGroup>

## More resources

<CardGroup cols={3}>
  <Card title="Explore all products" icon="grid-2" href="/en/introduction/see-all-products">
    See the full Blockradar product suite: wallets, virtual accounts, gateway, liquidity pools, and more.
  </Card>
</CardGroup>
