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

# Wallet

> Your balance, reward assets, prize entries, and redemption history

The Wallet is where you manage what you've earned: your points balance (if your community uses points), reward assets you own, prize entries for giveaways, and your redemption history.

## Points balance

If your community has points enabled, the Wallet shows your current balance at the top. This section — sometimes called "Coins" depending on your community's theme — is hidden entirely when the points system is disabled.

<Note>
  Whether a section reads "Points" or "Coins" depends on the community's theme configuration. Both refer to the same spendable currency.
</Note>

## Reward assets

Reward assets are the items you've earned (gift codes, vouchers, products, multipliers) or purchased with points. They're grouped by reward in the wallet so identical items stack together — tap a stack to expand it and see individual entries with their own expiry dates.

Each asset has one of these statuses:

* **Unredeemed** — ready to use.
* **Redeemed** — already used; kept for reference.
* **Expired** — past its expiry; can't be redeemed.

Some rewards have an **allocation expiry** — after it's granted to you, you have a limited time to redeem before it's gone. A countdown timer on the asset shows how long you have left.

**UPC-A barcodes** are supported for rewards that scan in a physical store. The barcode renders from the redemption value when you open the asset.

**Spotlight rewards** are communities' featured or event rewards; they surface on the home page with their own spotlight treatment and carry through to the wallet with the same visual prominence.

## Prize entries

If you've entered a giveaway or sweepstakes, entries appear here with their status:

* **Pending** — draw date hasn't happened yet.
* **Unchecked** — draw completed; tap to reveal whether you won.
* **Won** — successful entry with prize details.
* **Lost** — unsuccessful entry.

Unchecked entries get their own section so you can check results in one place.

## Filtering and sorting

The assets list supports filtering and sorting — useful when you've accumulated a lot of rewards. Filters typically include redeemed/unredeemed/expired and reward type; sort options include earning date, expiry, and reward name.

## Empty states

New members see an empty wallet with guidance on earning their first reward — usually pointing at the active challenges or the community's featured reward.

## Who can see the wallet

* **Signed-in members** always see the wallet.
* **Anonymous / guest users** can view the wallet by default, so they can claim assets granted before sign-in. When a community enables **anonymous conversion enforcement**, guests are redirected to the sign-in flow before they can access the wallet — see [Anonymous accounts](/user-guide/anonymous-accounts).

## Layout variants

Communities can opt into a split layout via a theme setting (`walletLayoutVersion`) that separates the balance view from the asset view into two screens. The default layout shows everything on one screen.

## Accessing the wallet

* From the floating navigation button or bottom nav — the wallet entry is available unless disabled by community config.
* Directly via the URL `/{community-slug}/wallet`.

Inside the widget, the wallet has its own surface — see [Widget overview](/user-guide/widget/overview).

## Related

<CardGroup cols={3}>
  <Card title="Redeeming" icon="cart-shopping" href="/user-guide/rewards/redeeming">
    How redemption works.
  </Card>

  <Card title="Redemption expiry" icon="clock" href="/user-guide/rewards/redemption-expiry">
    The timer on allocated rewards.
  </Card>

  <Card title="Points" icon="coins" href="/user-guide/rewards/points">
    What points do.
  </Card>
</CardGroup>
