> For the complete documentation index, see [llms.txt](https://wiki.bigtime.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.bigtime.gg/big-time-economy/faq/how-do-i-obtain-digital-collectibles.md).

# How Do I Obtain Digital Collectibles?

There are different types of **Digital Collectibles** in Big Time and here is how to obtain each of them:

## **How to Acquire** [**SPACE**](/big-time-economy/economy-components/personal-metaverse/space.md)

* Purchase from the [**Open Loot Marketplace**](https://openloot.com/)
* Acquired as a very rare random drop in-game for performing game actions (e.g. killing enemies, completing quests, beating dungeons, etc.)

## **How To Acquire** [**Utility Collectibles**](/big-time-economy/economy-components/personal-metaverse/workshops.md)

* Purchase from the [**Open Loot Marketplace**](https://openloot.com/explore?utm_medium=email&_hsmi=229270919&_hsenc=p2ANqtz-8KRGcOPLrtRHcJDRKk95K7dzsC3sZ4p6GlzUqwBVw9Hze3VsBmYWGEg0ukhpI-gEblTATavMsyTL6oQtoU0VR_dUjwUQ\&utm_content=229270919\&utm_source=hs_email\&category=space\&sort=price-asc)
* Acquired as a very rare random drop in-game for performing game actions (e.g. killing enemies, completing quests, beating dungeons, etc.)
* Opening [**Utility Collectible Mystery Boxes**](/big-time-economy/mystery-boxes.md)

## **How to Acquire** [**Hourglasses**](/big-time-economy/economy-components/hourglasses.md)

* Purchase from the [**Open Loot Marketplace**](https://openloot.com/explore?utm_medium=email&_hsmi=229270919&_hsenc=p2ANqtz-8KRGcOPLrtRHcJDRKk95K7dzsC3sZ4p6GlzUqwBVw9Hze3VsBmYWGEg0ukhpI-gEblTATavMsyTL6oQtoU0VR_dUjwUQ\&utm_content=229270919\&utm_source=hs_email\&category=space\&sort=price-asc)
* Crafting them through a [**Time Warden**](/big-time-economy/economy-components/personal-metaverse/workshops/time-wardens.md).

## **How to Acquire** [**Craftable Cosmetic Collectibles**](/big-time-economy/economy-components/cosmetic-collectibles/craftable-cosmetic-collectibles.md)

* Purchase from the [**Open Loot Marketplace**](https://openloot.com/).
* Crafted from a [**Forge**](/big-time-economy/economy-components/personal-metaverse/workshops/forges.md) or [**Armory**](/big-time-economy/economy-components/personal-metaverse/workshops/armories.md).

## **How to Acquire** [**Non-Craftable Cosmetic Collectibles**](/big-time-economy/economy-components/cosmetic-collectibles/non-craftable-cosmetic-collectibles.md)

* Purchase from the [**Open Loot Marketplace**](https://openloot.com/).
* Random drop in-game for performing game actions (e.g. killing enemies, completing quests, beating dungeons, etc.)


---

# 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://wiki.bigtime.gg/big-time-economy/faq/how-do-i-obtain-digital-collectibles.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.
