# Wallets

The Wallet in LootLocker is used to store a player’s in-game currencies, providing a secure and manageable way for players to handle currency within the game. A wallet can be assigned either to the player directly or, if your game leverages LootLocker’s Classes & Heroes system, to a specific character. Each wallet is identified by a unique ID, which simplifies referencing and managing wallets through the API. Wallet balances automatically update when players are rewarded with currency or make purchases with a currency through the Catalog system. Additionally you can credit or debit wallets directly via the API or the Web Console, allowing for real-time currency adjustments.

### Use Cases

* In-Game Wallet
* Stackable Items

### How-to

* [Manage a Wallet in Web Console](https://docs.lootlocker.com/commerce/wallets/how-to/manage-wallets)
* [Use Wallets In-Game](https://docs.lootlocker.com/commerce/wallets/how-to/wallets)


---

# 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://docs.lootlocker.com/commerce/wallets.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.
