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

# Overview

> Choose the right Uniblock guide for wallets, DeFi, NFTs, gaming, airdrops, DAOs, and token launch workflows.

The old use-cases page mixed current platform capabilities with older product references. This section replaces it with guides that map directly to what Uniblock documents today: Unified APIs, webhooks, JSON-RPC, Direct API access, analytics, and logs.

Use these guides when you want a practical starting point for a specific product shape rather than a feature-by-feature overview.

<CardGroup cols={2}>
  <Card title="Wallets and Portfolio Trackers" icon="wallet" href="/guides/use-cases/wallets-and-portfolio-trackers">
    Aggregate balances, NFTs, transfers, and activity across chains.
  </Card>

  <Card title="DeFi Dashboards and Analytics" icon="chart-line" href="/guides/use-cases/defi-dashboards-and-analytics">
    Build token, price, liquidity, and market monitoring workflows.
  </Card>

  <Card title="NFT Marketplaces and Discovery" icon="image" href="/guides/use-cases/nft-marketplaces-and-discovery">
    Power collection pages, ownership views, floor-price tracking, and sales feeds.
  </Card>

  <Card title="Gaming and In-App Assets" icon="gamepad" href="/guides/use-cases/gaming-and-in-app-assets">
    Track player assets, rewards, inventory changes, and game-related activity.
  </Card>

  <Card title="Airdrops and Growth Campaigns" icon="gift" href="/guides/use-cases/airdrops-and-growth-campaigns">
    Monitor claims, token movement, NFT distribution, and campaign health.
  </Card>

  <Card title="DAO Dashboards and Governance" icon="users" href="/guides/use-cases/dao-dashboards-and-governance">
    Track treasury flows, governance token movement, and contract events.
  </Card>

  <Card title="Token Launches and Monitoring" icon="rocket" href="/guides/use-cases/token-launches-and-monitoring">
    Support launch operations with pricing, holder, transfer, and event data.
  </Card>
</CardGroup>

***

## How to use these guides

Each guide follows the same pattern:

1. Start with the product shape you are building.
2. Use the recommended APIs and webhook types for that workflow.
3. Validate the response shape in the API tester or JSON-RPC tester.
4. Move into production with your own API key and monitor usage in analytics and logs.

<Info>
  If you are completely new to the platform, start with the [Uniblock Quickstart
  Guide](/guides/getting-started/uniblock-quickstart-guide) first.
</Info>

***

## Shared building blocks

* [Token API](/reference/unified-api/api-overview-token) for balances, metadata, transfers, allowances, and token activity
* [NFT API](/reference/unified-api/api-overview-nft) for collection metadata, ownership, floor prices, sales, and transfers
* [Transaction API](/reference/unified-api/api-overview-transaction) for wallet and block transaction history
* [Market Data API](/reference/unified-api/api-overview-market-data) for price, volume, history, and trending data
* [Webhooks](/reference/webhook/webhook-quickstart) for event-driven workflows
* [JSON-RPC](/reference/unified-api/overview-jsonrpc) for lower-level node access when your app needs chain-native methods
* [Direct API](/reference/direct/direct-providers/overview) when you need provider-specific functionality beyond the unified schema

***

## Next steps

<CardGroup cols={2}>
  <Card title="Uniblock Quickstart Guide" icon="rocket" href="/guides/getting-started/uniblock-quickstart-guide">
    Create a project, get an API key, and make your first request.
  </Card>

  <Card title="Overview" icon="book" href="/guides/uniblock/overview-uniblock">
    Learn how routing, normalization, and failover work across the platform.
  </Card>

  <Card title="Analytics & Logs" icon="chart-column" href="/guides/uniblock/uniblock-analytics">
    Monitor usage, request volume, and debug failed calls with detailed logs.
  </Card>
</CardGroup>
