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