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

# Play

> Game discovery and wallet management for players

<Card title="Open Immutable Play" icon="arrow-up-right-from-square" href="https://play.immutable.com">
  Discover games, complete quests, and manage your wallet
</Card>

Immutable Play is the player-facing portal where users discover games, complete quests, and manage their Passport wallet. Direct your players here to manage their assets and engage with the broader Immutable ecosystem.

## Features

<AccordionGroup>
  <Accordion title="Game Discovery" icon="gamepad">
    Players browse trending and new games built on Immutable. Games with active quests appear prominently, driving organic discovery for your title.
  </Accordion>

  <Accordion title="Quest Completion" icon="trophy">
    Players complete quests across multiple games in one place. Quests you create through [Audience](/docs/products/audience/questing) appear here for players to discover and complete.
  </Accordion>

  <Accordion title="Wallet Management" icon="wallet">
    The primary interface for players to view token balances, transaction history, and manage their Passport wallet.
  </Accordion>

  <Accordion title="Inventory & Trading" icon="boxes-stacked">
    Players view their NFT collections, browse assets, and trade on the marketplace—all without leaving the platform.
  </Accordion>
</AccordionGroup>

## Wallet

The **Wallet** tab is the primary interface for Passport wallet management. Players can:

* View balances across tokens (ETH, IMX, and game tokens)
* Send and receive tokens
* Review transaction history
* Fund their wallet

<Tip>
  When building wallet-related features in your game, consider linking to [play.immutable.com](https://play.immutable.com) for advanced wallet management rather than rebuilding these features yourself.
</Tip>

## Inventory

The **Inventory** tab displays all NFT collections owned by the player. Features include:

* Browse collections by game
* View individual asset details and metadata
* List assets for sale on the marketplace
* Transfer assets to other wallets

## Quests & Discovery

When you create quests using [Audience](/docs/products/audience/questing), they become visible on Immutable Play. This provides:

* **Organic discovery** — Players browsing Play find your game through active quests
* **Centralised tracking** — Players track quest progress across all their games
* **Ecosystem engagement** — Your game benefits from cross-promotion with other titles

## For Developers

Immutable Play is player-facing, but understanding it helps you build better experiences:

| Instead of...                       | Direct players to Play                 |
| ----------------------------------- | -------------------------------------- |
| Building a full wallet UI           | Link to Play for balance/history views |
| Creating an NFT browser             | Link to Play for collection management |
| Building a marketplace from scratch | Use Play's trading features            |

<Info>
  Your game still handles authentication, transactions, and gameplay. Play complements your game by providing wallet and asset management players expect.
</Info>

## Next Steps

<CardGroup cols={2}>
  <Card title="Set Up Quests" icon="trophy" href="/docs/products/audience/questing">
    Create quests that appear on Play
  </Card>

  <Card title="Passport Integration" icon="id-card" href="/docs/products/passport/overview">
    Integrate authentication in your game
  </Card>
</CardGroup>
