# Wallet

In the wallet section of the app, players are able to access and manage all of their assets in the game.

### Portfolio

Users are able to see all of their token holdings in their account's custodial wallet as well as the fluctuating value of their accounts over time. They may also choose within their portfolio which fungible tokens they want to enable for gameplay collateral.

### [Redemptions](#redemptions)

Users are able to redeem and cash out assets in their wallets in methods of their choice.

### Swaps (coming soon)

User are able to swap one of their tokens or fiat balances held in their account for another. This order flow may be directed to a DEX aggregator or a CEX depending on the pair with applicable fees.

### Collections

Players are able to see all of their collectibles (e.g. NFTs, tournament tickets or achievements) and items (such as ad repellents) in one place. They may choose to use their consumable items, or look at the performance or rarity of certain NFTs they've won / collected.

#### Buying / Listing / selling (coming soon)

Users are also able to list and sell NFTs on integrated marketplaces such as OpenSea or Magic Eden within integrated ecosystems. Allowing them to access broader markets and offerings for NFTs.

####


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://up-protocol.gitbook.io/untitled/gameplay/wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
