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

# SpaceShip NFTs

SpaceShip NFTs are assets that the player must have before entering the game. Spaceships are available in four potential grades of quality -

SSS - Top Tier

S - High Tier

A - Middle Tier

B - Low tier

**Spaceship NFTs** are available in two different types of mystery box. Each box contains a Spaceship NFT with a random roll of attributes. The first type of mystery box is the Genesis Spaceship mystery box. Available to GENESIS PASS holders. These mystery boxes are extremely rare and contain Genesis ship NFTs. The second is the standard Spaceship mystery box containing a completely random roll Spaceship NFT. &#x20;

![Spaceship Mystery Box](/files/CFt2xyqw9aY5JhS0wwK3) ![Genesis Spaceship Mystery Box](/files/zqSGG3hjGDUD0iRtMemZ)

Different grades of spaceships have different attributes, but the appearance of the spaceships is not directly related to the attributes. The higher the quality of the spaceship, the better the attributes, and the higher the yield you will get in the game as well.

SpaceShips can be minted in-game or can be purchased on secondary markets.

The basic spaceship is randomly generated with 5 parts:&#x20;

Cabin

Flight Deck

Wing

Tail

&#x20;Special Parts

#### **Spaceship Attributes**

* **Top speed:** Determines the maximum speed of a spaceship.
* **Maximum mileage:** determines the maximum distance that a spaceship can fly with full energy.
* **Charging time:** Determines the time it takes to recharge a spaceship to its full energy state from empty. (If the energy is exhausted, the speed of the spaceship will drop to a very low level)
* **Radar range:** Determines the maximum radius of a spaceship that can explore.

<img src="/files/gWBwtM41pTgPRmKU0Otq" alt="" data-size="original">         ![](/files/dyKj5RKiycfDDFzIEIlZ)

<mark style="color:orange;">How to get a SpaceShip NFT？</mark>

<mark style="color:yellow;">Spaceships can be obtained in one of three ways -</mark>&#x20;

<mark style="color:yellow;">The first is by minting them in the primary market</mark>

<mark style="color:yellow;">The second is by purchasing a Spaceship NFT in the secondary market.</mark>&#x20;

<mark style="color:yellow;">And the third is by holding a Melaxy Genesis Pass NFT. The pass holder will receive one Genesis spaceship NFT via airdrop.</mark>


---

# 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://melaxy-docs.gitbook.io/melaxy/getting-started/nft-series/spaceship-nfts.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.
