> For the complete documentation index, see [llms.txt](https://wiki.pulsar.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pulsar.game/getting-started/purchasing-the-assets.md).

# Purchasing the Assets

## 1. Visit the shop and Connect your wallet

Visit the shop: <https://pulsar.game/shop>.

There, you can see the packs that have all the assets that you would need to start the game. Connect your wallet in order to purchase the NFTs.

## 2. Purchase the Assets

Add the assets you want to the cart and confirm the transaction. You can purchase a pack right away, or use them as a reference for your asset composition.

Also make sure to refer to this short guide when you purchase the units:

| Asset                                           | Function                                                                                                 | Notes                                                                                        |
| ----------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| **Mothership**                                  | The primary asset — it allows you to control units and buildings                                         | You can have only one Mothership per land — its level determines the cap level of your units |
| **Units Factory**                               | Allows to construct units                                                                                |                                                                                              |
| **Resource Miner**                              | Extracts raw resources                                                                                   | Resources need to be further processed in the Refineries to be used                          |
| **Mineral, Gas, Biomatter Refinery**            | Processes raw resources into refined, so they can be used                                                |                                                                                              |
| **$PLSR Miner**                                 | Extracts raw $PLSR                                                                                       | Raw $PLSR needs to be further processed in the Refineries to be used                         |
| **$PLSR Refinery**                              | Transforms raw $PLSR into refined $PLSR                                                                  |                                                                                              |
| **Mobile Depot**                                | Carries huge amounts of resources over big distances                                                     | Allows Resource Miners to further focus on extraction, increasing their output               |
| **Spider, Scorpion, Spider Sniper, Siege Tank** | Combat units that protect your facilities and allow you to invade Alien territory for valuable resources | You need different unit types to excel in the combat                                         |
| **Tesla Turret, Bolter Turret**                 | Protect your facilities from Alien Invasions                                                             |                                                                                              |

## 3. Learn more to make a smart Purchase

You can read more about the Assets and Rarities, and Combat Basics:

{% content-ref url="/pages/m8ALDHUfEMJEuHdJ3nZI" %}
[Assets](/assets.md)
{% endcontent-ref %}

{% content-ref url="/pages/qafK6qPQvGRtEKv12490" %}
[Asset Rarities](/game-systems/asset-rarities.md)
{% endcontent-ref %}

{% content-ref url="/pages/6Pm87gDbNeHJ8MrWit4W" %}
[Combat](/game-systems/combat.md)
{% endcontent-ref %}


---

# 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.pulsar.game/getting-started/purchasing-the-assets.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.
