> For the complete documentation index, see [llms.txt](https://whitepaper.elemon.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.elemon.io/gameplay/featured-function.md).

# Featured function

**RANKING**

Players can participate in top-level racing activities, battle force, ....with other players and rank up to receive generous rewards.

### **EQUIPMENT**

Equipment specific to each Elemon, giving power stats directly to Elemon.<br>

Each Elemon has a total of 6 types of equipment corresponding to the HP, P.ATK, M.ATK, P.DEF, M.DEF, and Speed stats. We will launch these equipment sets one by one according to the updated plan in the development roadmap.

### **QUEST**

Elemon system will automatically assign quests for players that consist of daily quests, series quests for each week and month.

The reward will correspond with the level of quest required.

### **SHOP**

A place for selling resources that can upgrade Elemon as well as their equipment.

### **EVOLUTION**

When the Elemons reach a certain level and star, Players can conduct mutation and hybridization to evolve into a completely new Elemon in terms of appearance and stats superior to the old Elemon.

Players use ELMON tokens to participate in this feature.

### **EVENT**

Based on player level ranking, Elemon level, and battle strength, we will hold top racing events and do separate events with great prizes.


---

# 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://whitepaper.elemon.io/gameplay/featured-function.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.
