Skip to main content

How the Hadron Collider Works in Xterium — Mining Dark Matter

Analysis of the Collider building from the Xterium game code: it produces Dark Matter (premium currency) on the moon, accumulates it for up to 8 hours, and provides +20% moon defense per level; how to increase its output.

6 min Updated 2026-06-21 Mechanics Verified by the Xterium team
On this page
  1. What Collider Does
  2. Dark matter accumulates for up to 8 hours
  3. What Factors Affect Power Generation?
  4. Bonus: +20% Moon Protection per level
  5. How to Apply This
  6. Frequently Asked Questions
  7. What to Read Next

The Hadron Collider is a building on the moon that produces Dark Matter (DM). Dark Matter in Xterium is the most valuable, premium resource: it’s used to speed up construction and unlock special abilities. The collider is the main way to produce DM right at your base. Let’s break down how it works—using numbers from the game’s code.

Where do these numbers come from? The accumulation limit, the Moon’s protective effect, bonuses, and anomalies are taken from the game’s code—specifically, the building, configuration, and anomaly files. Explanations and tips come from the player community (wiki, forum thread). Where exact numbers aren’t found in the code, it’s honestly noted as “not found in the code,” with no made-up figures.

What Collider Does

According to the game's description, scientists have learned how to create dark matter by accelerating antimatter in a collider. However, the planet's atmosphere interferes with this process—which is why the collider is being built only on the Moon, where there is no atmosphere.

In simple terms: The Collider is located on the moon and gradually accumulates Dark Matter, which you then collect. This makes the moon, with the Collider, an important source of premium currency.

Dark matter accumulates for up to 8 hours

Collider's main rule is that there is a time limit on accumulation:

  • The Collider accumulates Dark Matter for a maximum of 8 hours of downtime (collider_cap = 8 in the game code).
  • After 8 hours, the accumulation stops—nothing more will be added “from above.”
  • You can collect your accumulated points once enough time has passed: the collection threshold is half the limit, or about 4 hours (in the code, the minimum for collection is set to `collider_cap / 2`).

What this means in practice: To avoid losing TM, you need to return to the Collider regularly—at least once every 8 hours. If you log in less frequently, the “overflow” simply won’t be counted.

The game calculates the exact amount accumulated as follows (based on the code): it takes your hourly TM output and multiplies it by the number of hours Collider worked, up to a maximum of 8 hours. In other words, the total = “output per hour × hours worked (up to 8).”

What Factors Affect Power Generation?

It’s important to be honest here: we didn’t find a ready-made table in the code that directly maps “Collider level → X TM per hour.” The building’s data contains three sets of values that the game labels as “Harvest,” “Production,” and “Moon Defense,” and they increase with level—but exactly how “Harvest/Production” translates into specific units of TM per hour (and how antimatter consumption fits into this) is not explicitly defined by a formula in the code. Therefore, we do not list the production values by level here—so as not to make them up.

However, it is well established that the following factors increase its production:

  • "Collider Output" Bonus — The game features a separate bonus that significantly increases Collider output. It comes from premium boosts and is made up of several sources.
  • The “Collider Loot” anomaly—you can study anomalies on the Moon; one of them directly boosts Collider loot. (As a reminder: up to 5 anomalies per location, with each study taking 15 minutes.)

Conclusion: A high-level Collider on its own is just a base, but the combination of “high level + production bonus + mining anomaly” actually yields a lot of TM.

Bonus: +20% Moon Protection per level

The Collider has a second, very useful effect that is explicitly mentioned in the building's description:

  • With each level, the Collider increases your Moon's protection against destruction by 20%.

The Moon can be destroyed (with a special attack), and the Collider makes it much more resilient. Therefore, the Collider is not only a “premium currency factory,” but also a shield for the Moon. The Moon also has a separate “Moon Defense” anomaly, which adds a little more to its durability.

How to Apply This

  • Build the Collider on the moon and check in regularly—at least once every 8 hours—otherwise dark matter will stop accumulating.
  • Level up for two reasons at once: more Dark Matter and stronger Moon defense (+20% per level).
  • Boost production with the “Collider Production” bonus and the “Collider Harvest” anomaly.
  • Protect the moon with the Collider—it holds your supply of premium currency, so it should be costly for an enemy to destroy it.

Frequently Asked Questions

What does Collider mine in Xterium? Dark Matter (DM) is a premium resource in the game. The Collider is the main way to produce it at your base.

Where is the Collider being built? Only on the Moon—according to the game's storyline, the planet's atmosphere prevents antimatter from accelerating.

How much dark matter does the Collider accumulate? Up to 8 hours of idle time. After that, the accumulation stops, so you need to collect it regularly. The threshold at which you can collect it is about 4 hours of accumulation.

How can I increase Collider output? Increase the building's level, plus the "Collider Production" bonus and the "Collider Mining" anomaly on the moon. The exact production figures by level are not hard-coded in the game.

Why do we need a collider besides TM? Each level increases your Moon's protection against destruction by 20%—the Collider makes the Moon more resilient.

Put your knowledge into practice?

Registration is free. 30 seconds to the game.

Start playing for free

The Xterium knowledge base is maintained by the project team; data is verified against the game engine. About the project and team →