> For the complete documentation index, see [llms.txt](https://bozofox.gitbook.io/x-fox-game-litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bozofox.gitbook.io/x-fox-game-litepaper/xfox-spaceship/spaceship.md).

# Spaceship

The spaceship serves as the game's core NFT asset. The Exploration gameplay requires at least one spaceship. The spaceships' attribute values will have varied impacts on the exploration results, while their high-tech carryings will have positive impacts.

<figure><img src="/files/I03hUKHMsOIGKrqoiY1m" alt=""><figcaption></figcaption></figure>

### **Spaceship Tier**

The spaceships can be divided into four tiers based on their qualities, listed in descending order as **UR**, **SSR, SR, and R**. And the higher quality spaceships have higher attribute values, improving the efficiency of resources and earning gathering accordingly. And spaceships of four tiers can all be obtained via NFT sales at the early stage.

### Spaceship Technology Upgrade System

As you travel and explore xFox Game, you receive resources and coins to upgrade your spaceships. Upon every upgrade, the attribute values will increase. The maximum level for spaceships in the Alpha version is fifty.

### Spaceship Manufacturing

Early players who obtain spaceships via Genesis Sales can earn the title of xFox Game's Genesis Seed Player. They will also form the first pilot group to explore xverser and produce new spaceships for new players. As for spaceship manufacturing, it requires and consumes certain in-game materials and tokens.


---

# 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://bozofox.gitbook.io/x-fox-game-litepaper/xfox-spaceship/spaceship.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.
