> ## 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.

# Activity feed

> Timeline of your achievements, rewards, and community activity

The activity feed is a timeline of events tied to your account in a community — achievements unlocked, rewards earned, challenges completed, posts interacted with. It's separate from the wallet (which is your current state) and from the community feed (which is what the community publishes).

## What appears

Depending on community configuration, your feed may include:

* **Achievement unlocks** — with the achievement title and any reward granted.
* **Reward earnings** — individual asset grants with their source.
* **Challenge completions** — with the total points / XP earned.
* **Game completions** — score, outcome, and rewards.
* **Post interactions** — likes and comments you've made.

## Item types

Each feed item renders with an icon, title, brief context, and timestamp. Achievement and reward items include dedicated components that show the relevant artwork (badge, reward card).

## Templating

Some items render rich templating — for example, "You completed {challenge} and earned {points} points". Templated items compile on the client, so the filled-in version is what you see.

## Limitations

* The feed is personal — you see your own activity, not other members'.
* Item formatting depends on the community's language and theme configuration.

## Related

<CardGroup cols={3}>
  <Card title="Wallet" icon="wallet" href="/user-guide/wallet">
    Your current balances.
  </Card>

  <Card title="Achievements" icon="trophy" href="/user-guide/achievements">
    What populates achievement entries.
  </Card>

  <Card title="Posts" icon="rectangle-list" href="/user-guide/posts">
    Post interactions shown here.
  </Card>
</CardGroup>
