> For the complete documentation index, see [llms.txt](https://docs.jrny.club/jrny-club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jrny.club/jrny-club/products-and-facilities/stardust-store.md).

# Stardust Store

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

The Stardust Store is a marketplace built around the JRNY ecosystem, allowing anyone to earn Stardust and purchase digital and/or physical goods 100% in Stardust.

**What is Stardust?**

> Stardust is the JRNY Club Discord server-based currency. NO purchase necessary to earn Stardust; you just need to join the server. The more roles you get, the more daily Stardust you can collect.\
> \
> \*Stardust is strictly a Discord-based currency and cannot be traded on the open market.

**What is Stardust used for?**

> You can exchange Stardust for items from the [Stardust Store](https://stardust.jrny.club/), such as NFTs from the [community wallet](https://opensea.io/JRNY-Club), blue chip NFT raffles, whitelist spots for upcoming projects, JRNY Club merch (coming soon), various physical items, and more. Join the [JRNY Discord](https://discord.gg/jrnyclub) now and start collecting!&#x20;

**There are multiple ways to earn Stardust:**

* Role Income - income increase based on the number of [JRNY passes](/jrny-club/the-jrny-club-ecosystem/jrny-club-pass.md) or [Villagers](/jrny-club/the-planet-xolo-ecosystem/planet-xolo-villagers.md) that you own
* Club Games
* Community Events
* Battle for XOLO Game
* JRNY Rewards Bonuses
* Side Quests


---

# 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://docs.jrny.club/jrny-club/products-and-facilities/stardust-store.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.
