# User wallet

Every member in your loyalty program has a wallet, which contains the following information:

* **Points balance:** the user's current points balance
* **Lifetime earn:** the number points the user has earned since registering with the program
* [**Loyalty cost**](/product/loyalty-engine/rewards-and-points/rewards/reward-details.md#value)**:** the sum of the `value` property of all rewards ever purchased by the user
* [**Tier**](/product/loyalty-engine/users/tiers.md)**:** the current tier the user has achieved
* **Vouchers:** the [WLL vouchers](/product/loyalty-engine/rewards-and-points/rewards/reward-types/vouchers.md) a user has available to redeemed, already redeemed or which have expired

You can get the details of a user's wallet using our API, or by navigating to the user's profile in the Loyalty Console.

You can also [adjust a user's points balance](/product/loyalty-engine/users/user-tutorials/adjust-a-users-points-balance.md) or [give them a reward](/product/loyalty-engine/users/user-tutorials/give-a-user-a-reward.md) using the Loyalty Console, useful for customer service requests and overrides.

{% hint style="info" %}
**The** [**Retrieve Wallet**](https://docs.whitelabel-loyalty.com/rewards.html#users-specific-user-wallet-get) **API endpoint does not return a user's gift cards.**

Use the [List All Benefits](https://docs.whitelabel-loyalty.com/rewards.html#benefits-benefits-collection-get) endpoint to get a comprehensive list of vouchers and gift cards.
{% endhint %}

***

{% hint style="info" %}
**Related Tutorials**

* [Adjust a User's Points Balance](/product/loyalty-engine/users/user-tutorials/adjust-a-users-points-balance.md)
* [Give a User a Reward](/product/loyalty-engine/users/user-tutorials/give-a-user-a-reward.md)
  {% endhint %}


---

# 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://kbase.whitelabel-loyalty.com/product/loyalty-engine/users/user-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.
