> For the complete documentation index, see [llms.txt](https://yuexn.gitbook.io/golem-overlord/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yuexn.gitbook.io/golem-overlord/gameplay/player-stats/golem-charging-station.md).

# Golem Charging Station

<div align="center"><figure><img src="/files/Zdd7zklfh6Joc4U0WnQ1" alt=""><figcaption></figcaption></figure></div>

Other than in the future being an important stat for NFT's, the Golem Charging Station level will also help increase your scavenge rate. Instead of increasing the multiplier like Algorithm, the GCS increases your $PART scavenge rate BASE.&#x20;

The scavenge rate formula is as follows (the same as [Algorithm](/golem-overlord/gameplay/player-stats/algorithm.md)):

```
// (0.0003 + charging_station_level * 0.00003) * (1.1^algorithm_level) Every 3 seconds.
```

To see the scavenge rate curve, go back to [Algorithm](/golem-overlord/gameplay/player-stats/algorithm.md).

{% hint style="info" %}
Note: There is a penalty in the scavenge rate if you have below 10 levels cumulative in Algorithm/Golem Charging— read more: [Stat penalties](/golem-overlord/gameplay/player-stats/stat-penalties.md)..
{% endhint %}


---

# 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://yuexn.gitbook.io/golem-overlord/gameplay/player-stats/golem-charging-station.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.
