> For the complete documentation index, see [llms.txt](https://help.openloyalty.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.openloyalty.io/main-features/dashboard/units-wallet-overview.md).

# Units Wallet Overview

## Units Wallet Overview

The **Units Wallet Overview** displays the history of different types of units per wallet, allowing for easy analysis.&#x20;

<figure><img src="/files/C6CBeLR9rGl8aqjfocCq" alt=""><figcaption></figcaption></figure>

* **Issued Units** - the total number of issued units counted at the end of the period. The metric is calculated based on unit transfers, whether they are active, used, expired, blocked, or spent. This value increases unless the units are canceled.
* **Active Units\*** - the total number of active units accumulated by members at the end of a selected period (blocked units are included)
* **Pending Units\*** - the total number of pending units accumulated by members at the end of a selected period
* **Spent Units** - the total number of spent units by member at the end of the selected period&#x20;
* **Expired Units** - the total number of expired units at the end of the selected period
* **Redemption rate** - the rate of points that have been issued and spent (Redemption rate value = spent/issued&#x20;
* **Breakage rate** - the rate of points that have been issued and expired (Breakage rate value = expired/issued&#x20;

{% hint style="info" %}
**\***&#x41;ctive and pending units are always displayed as accumulated. The example below (custom range of 4 days)&#x20;
{% endhint %}

<table data-full-width="false"><thead><tr><th>Description</th><th>1st day</th><th>2nd day</th><th>3rd day</th><th>4h day**</th></tr></thead><tbody><tr><td>The initial amount of units</td><td>100</td><td></td><td></td><td></td></tr><tr><td>Amount of points visible on the chart (<strong>+ units added to the wallet that day)</strong></td><td></td><td>250 <strong>(+150)</strong></td><td>320 <strong>(+70)</strong></td><td>420 <strong>(+100)</strong></td></tr><tr><td><strong>+ Total amount of added units</strong></td><td></td><td></td><td></td><td><strong>+320</strong></td></tr></tbody></table>

{% hint style="info" %}
**\*\***&#x41;mount of Units displayed on the dashboard "Active"

<img src="/files/O4SQ5KJ0Daq4C3MxQEFs" alt="" data-size="original">
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.openloyalty.io/main-features/dashboard/units-wallet-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
