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

# Overview

![StepMonsters](/files/FcnbHoG0qCnVx9ZUNHkP)

**StepMonsters is a PokemonGo-style MoveToEarn game that helps players earn token rewards while walking around or exploring the city.**

**StepMonsters** wants users to be able to get out of their homes and experience the fun of walking outdoor while earning token rewards. Also, why not fight against cute monsters while appreciating the beauty of your city?

![Monsters](/files/4sEsaCliwcoMU54ai4xJ)

First of all, players will need to have at least one monster to start the adventure. **StepMonsters** has 2 different modes: **Walking Mode** & **Explore Mode**.

![](/files/P8egtizmN53juWXKzB8Q)

In [**Walking Mode**](/stepmonsters/game-modes/walking-mode.md), players need to walk from 300M to 750M to battle against monsters. Players can choose to fight or skip the monsters, fight monsters will cost players a certain amount of [**Energy**](broken://pages/pxGIX34z60YwyigsFpzi).

In [**Explore Mode**](/stepmonsters/game-modes/explore-mode.md), players can walk around to find the monsters on the map. There would be lots of monsters near players, go find and fight them!

Different [**Monsters**](/stepmonsters/guides/monsters.md) have different levels of attributes. The better the monster is, the higher the attribute, and the more token reward players will get. Players will have to [**Cure**](/stepmonsters/guides/curing.md) their monsters after the battle, they could also [**Breed**](/stepmonsters/guides/breeding.md), [**Level Up**](/stepmonsters/guides/leveling-up.md) their monsters to get stronger.

Players can buy monsters directly from [**Marketplace**](/stepmonsters/guides/marketplace.md) or [**Synthesize**](/stepmonsters/guides/synthesizing.md) a high-level monster from a couple of low-level monsters.

[**Dead Bodies** ](/stepmonsters/guides/dead-bodies.md)can be recycled using **Soul Point**, the current monsters can also be recycled as soul points and **Revive** [**Dead Bodies**](/stepmonsters/guides/dead-bodies.md).

Every monster has different attribute scores (**HP**, **Attack**, **Defense**, **Speed**, **Agility**, **Efficiency**, **Fatigue**, **Energy**) and will have important roles in how strong the monsters could be. Players can choose the monsters base on these different attributes to earn higher rewards and have more fun.


---

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

```
GET https://protocoldocs.gitbook.io/stepmonsters/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.
