> For the complete documentation index, see [llms.txt](https://docs.gearrunner.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearrunner.app/core-game-loop.md).

# 💰Core Game Loop

Gear Runner operates on **a closed, self-balancing gameplay loop** designed to reward real movement, long-term commitment, and strategic decision-making.

{% stepper %}
{% step %}

### Step 1: Prepare&#x20;

Before each activity session, players must prepare their loadout:

* Choose which gear to equip
* Check durability levels
* Decide whether to repair, upgrade, or replace equipment

Preparation matters. Better planning leads to higher efficiency, while careless play increases maintenance costs.
{% endstep %}

{% step %}

### Step 2: Move

Players walk, run, or ride outdoors in the real world. Gear Runner encourages:

* Consistent pacing
* Realistic distances
* Healthy daily activity ranges

Extreme or unnatural movement patterns do not provide extra advantages.
{% endstep %}

{% step %}

### Step 3: Validate

Each session is validated through:

* GPS tracking
* Motion and step data
* Device-native health APIs

This validation layer ensures that only genuine physical activity is rewarded.
{% endstep %}

{% step %}

### Step 4: Earn

Rewards are calculated based on:

* Energy consumed
* Gear efficiency
* Activity duration and consistency

There is no unlimited earning. Rewards scale predictably and fairly.
{% endstep %}

{% step %}

### Step 5: Maintain&#x20;

Earning generates wear:

* Gear durability decreases
* Maintenance becomes necessary

This creates a natural cost loop that balances rewards.
{% endstep %}

{% step %}

### Step 6: Progress

Players reinvest rewards to:

* Upgrade gear
* Craft higher-tier equipment
* Unlock advanced content

Progression is gradual and compounding.
{% endstep %}

{% step %}

### Step 7: Socialize&#x20;

Players engage with others via:

* Leaderboards
* Events
* Alliances

Social layers add motivation beyond individual rewards.

Each completed loop feeds back into preparation, forming a sustainable cycle.
{% endstep %}
{% endstepper %}

<br>


---

# 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://docs.gearrunner.app/core-game-loop.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.
