> ## 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.

# Use Cases Overview

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

# Use Cases Overview

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 tooling" 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 post-launch 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-api/overview-direct-api) when you need provider-specific functionality beyond the unified schema

***

## Next steps

<CardGroup cols={2}>
  <Card title="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="Uniblock overview" icon="book" href="/guides/uniblock/overview-uniblock">
    Learn how routing, normalization, and failover work across the platform.
  </Card>

  <Card title="Analytics" icon="chart-column" href="/guides/uniblock/uniblock-analytics">
    Monitor request volume, usage patterns, and project activity.
  </Card>

  <Card title="API logs" icon="list" href="/guides/uniblock/uniblock-api-logs">
    Debug failed requests and inspect provider-level behavior.
  </Card>
</CardGroup>
