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

# Spaceship auction

Grade-S spaceship are a special existence in the spaceship world. They have unique characteristics and appearance, and the stock is only 4. If you want to have them, you can get them through auction. In addition to a higher percentage of mining capacity bonus,  which can make it permanent. At the same time, the S-rank spaceship is the symbol of the Theia's world identity.

## 1.Name

The four S-rank spaceship are named Alpha-S1, Destroyer-S2, Eternal-S3 , Enforcer-S4 and Wonderer-S5.

## 2.Characteristic

1. Their capacity increased to 240%. It is twice the maximum capacity of Grade-A Spaceship.
2. You can take the initiative to destroy the Grade-S spaceship in exchange for a large number of Eng tokens. But most people don't do that.

## 3、Bidding

1. Anyone can participate in the auction. Please follow our community notice.
2. The "English auction" is adopted, and the higher the price, the higher the price. The initial period of the auction is 3 days, and then the countdown is counted down second by second. If there are new bidders, it will be increased by 1 hour, and the upper limit is 3 days; After the countdown, the last bidder can obtain the S-rank spaceship. The losers of competitive products can return the funds in full and get a 10% price increase reward.


---

# 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://theia001.gitbook.io/spaceship/spaceship-factory/spaceship-bidding.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.
