# Overview

## What is Dark Planet?

[Dark Planet](https://darkplanet.vercel.app/) is a strategy game with the main line of universe exploration. There are two plates,RarityLand and Planet Exploration. Summoners will collect energy on other people’s land. Summoners can enter the planet to explore the space when their energy increase to a certain extent.Multiple summoners on the same planet can form a team. the total number of planets is 1,000.

## What is RarityLand?

[RarityLand](https://rarityland.vercel.app/rarityland) is the base layer of **DarkPlanet**. Summoners will collect energy on other people’s land. The cumulative acceleration of energy will decrease with time on the same land. Summoners need to change another land to collect more energy. Some of the energy collected by the summoner on the land will flow to the land holder.

## What is dxp?

![](/files/19ng5BIIknRMhxdL4qkz)

The dxp is planet energy, which is the fuel for planetary flight and can be transferred between summoners.

Three days is a time cycle. The summoner can collect energy for three days on a land, which is the energy of a time cycle.

A land cannot generate multiple cycles of energy continuously for the same summoner. Summoners should move to another land to collect more energy.

The summoner will own 90% of the energy collected on the land, 10% will flow to the land holder.


---

# Agent Instructions: 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:

```
GET https://dark-planet.gitbook.io/dark-planets/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
