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

# Getting Started

1. Download Phantom Wallet app: Download from [App Store](https://apps.apple.com/us/app/phantom-crypto-wallet/id1598432977) or [Google Play](https://play.google.com/store/apps/details?id=app.phantom)
2. Create a new wallet: Open the app and select “Create New Wallet” Enter your password and select "Continue". You will be presented with your “Seed Phrase” be sure to store it in a safe and secure location! Then select "Continue" and you’re good to go ! Important: Note this phrase down and store it in a secure location that only you can access.
3. Buy some SOL: Copy your wallet’s SOL address, it’s available in the upper right part of phantom app just in the QR Icon. Now use Apple Pay or Google pay to get some Solana and then transfer SOL in your freshly created phantom wallet by pasting your SOL address. There’s several providers but you can use [Moonpay](https://www.moonpay.com/buy/sol) for instance.
4. Purchase $STAR: To buy an SFT on our marketplace you have two options: pay in Solana or pay with our in-game token the $STAR for a slightly lower amount. You can purchase this token through various influential swap services or directly from our [Shop](https://starminers.xyz/shop).
5. Purchase a Starminer: Head over the hub at [starminers.xyz](https://starminers.xyz/mint) using the embed browser in your wallet’s app (Globe icon on the lower right in phantom) and then log-in. From the “mint” protocol you’ll be granted with a random SFT: a whole new ship, your starminer. Keep some SOL in your wallet as well for transaction fees.

Congrats you finished the onboarding program, well done commander ! After the purchase of a ship, you can start your Starminers journey immediately ! Just send your ship to work from the [Dock](https://starminers.xyz/stake) and get it to mine asteroids to earn $STAR.

## **Related links**

{% embed url="<https://apps.apple.com/us/app/phantom-crypto-wallet/id1598432977>" %}

{% embed url="<https://play.google.com/store/apps/details?id=app.phantom>" %}

{% embed url="<https://www.moonpay.com/buy/sol>" %}

{% embed url="<https://starminers.xyz/shop>" %}

{% embed url="<https://magiceden.io/marketplace/starminers>" %}

**All about the minting process in the following link**

{% content-ref url="/pages/YvDxlpZz7o1iU4FOaqF0" %}
[Mint Module](/starminers-whitepaper/mint-module.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://starminers.gitbook.io/starminers-whitepaper/getting-started.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.
