> 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/interstellar-mine/core-mine.md).

# Core Mine

"Core mine" is an important support for TIA value and the "core" of the Theia world. The platform will reward a large number of TIA tokens to motivate market makers.

## 1.TIA token distribution mode of "core mine pool"

Take Theia on BSC as an example, and refer to DAPP display for details：

1. Total allocation: 11,159,655.8484, accounting for 11%% of the total;
2. Mine cycle: 1080 days, decaying by 10% every 90 days.
3. Initial block production: 0.6TIA

## 2.Dispatch spaceship

1. Each mine pool supports up to 4 spaceships (including 2 free card slots) to participate in mining. Lptoken and spaceship (at least one) must be mortgaged or dispatched at the same time before mining. The higher the level of dispatched ship, the higher the transport capacity and the more mining income.
2. The spacecraft can be recalled at any time after being dispatched in the core mine.

## 3.Mining income

Mining income can be collected at any time, and 80% of it will enter the user's wallet address; 20% enter the user's "spaceship account", and this part of TIA can only be used to buy space magic box.


---

# 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/interstellar-mine/core-mine.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.
