> For the complete documentation index, see [llms.txt](https://space-misfits.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://space-misfits.gitbook.io/whitepaper/basic-game-concepts/gameplay-features/space-station/marketplace.md).

# Marketplace

![](/files/6Y7Tmvji93erAQ7vvwZP)

**Station**

Ever wanted to own your own space station? In Space Misfits Universe you can! There are 56 total space stations in Space Misfits Universe. Each space station is independently owned and operated with their own marketplace and station services. Every station is procedurally generated inside the Proxy solar system. Station owners are in full control of their station controlling features such as taxes, fees and more.

Marketplace The marketplace is the lifeblood of the Space Misfits economy, located on every station and scattered across the vastness of space. This is where players will transact with each other and within their factions. This is where crafters sell their forged items, where grinders sell their minerals and rare items and where market makers will play.

**Currency**

All transactions for items in the marketplace will be conducted with CROWN tokens ($SMCW), the premium in game currency of Space Misfits. A player can visit the marketplace to buy a wide range of crafted ships, modules, turrets and other items they need.

**Fees**

A 5% broker fee will be assessed on all trades in the marketplace and be distributed to the station. A fraction of that percent will also be allocated to Misfit Founder token holders and Misfit Support token holders. Since each transaction in the marketplace is transacted in SMCW, the fee distributed has a real-world value that the owner of the station can claim.

**Station Ownership Token**

Players who own the Space Station tokens will be entitled to a distribution of the fees that are accumulated in the marketplace. Only when the appropriate reputation and proof-of-work has been achieved will station owners collect these fees. Jade Stems Studios will announce the final allocations for these fees as well as the proof-of-work specifics before the gameplay is launched.


---

# 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://space-misfits.gitbook.io/whitepaper/basic-game-concepts/gameplay-features/space-station/marketplace.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.
