> For the complete documentation index, see [llms.txt](https://docs.onchainheroes.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onchainheroes.xyz/archive/gacha/gacha-machines.md).

# Gacha Machines

## Overview

<figure><img src="/files/roZ4H5k55arxxXmLrLv4" alt=""><figcaption></figcaption></figure>

Players can roll for items, pets, and cosmetics using **Gacha Machines**. There are two types of machines:

* **Gacha Token Machines** (redeemable with Gacha Tokens)
* **$HERO Token Machines** (costs $HERO to roll)

***

## 🪙 Gacha Token Machines

[Gacha Tokens](/items-and-assets/misc./gacha-tokens.md) (Bronze, Silver, Gold, Rainbow) are used to pull randomized items.

* Higher-tier tokens increase your chances of rarer, more powerful items.
* Gacha Token Machines can pull up to **Legendary** rarity.
* **Mythic** items are only available through remixing via the [Gacha Remixer](/archive/gacha/gacha-remixer.md)

{% hint style="info" %}
Currently there is only one Gacha Token Machine in service. More machines are on the way!
{% endhint %}

### 🗡️ Weapons Gacha Machine

<figure><img src="/files/7CtSlWqu6xqbo7GvzGHn" alt=""><figcaption></figcaption></figure>

The primary way to mint [Weapons](/items-and-assets/weapons.md). Each pull grants a weapon based on the tier of the token used—higher tiers mean greater chances at pulling a rarer and more powerful weapon.&#x20;

<table data-full-width="true"><thead><tr><th align="center">Gacha Token</th><th align="center">Common</th><th align="center">Uncommon</th><th align="center">Rare</th><th align="center">Epic</th><th align="center">Heroic</th><th>Legendary</th><th>Mythic</th></tr></thead><tbody><tr><td align="center"><strong>Bronze</strong><br><img src="/files/pO8lM8dXP3hP60ZhXPMq" alt=""></td><td align="center">70%</td><td align="center">29%</td><td align="center">1%</td><td align="center">0%</td><td align="center">0%</td><td>0%</td><td>0%</td></tr><tr><td align="center"><strong>Silver</strong><br><img src="/files/6OgMF3Th5jjRz6PouwVD" alt=""></td><td align="center">20%</td><td align="center">50%</td><td align="center">29%</td><td align="center">1%</td><td align="center">0%</td><td>0%</td><td>0%</td></tr><tr><td align="center"><strong>Gold</strong><br><img src="/files/I30b1sBoUfdSJgcjpdWo" alt=""></td><td align="center">0%</td><td align="center">20%</td><td align="center">50%</td><td align="center">29%</td><td align="center">1%</td><td>0%</td><td>0%</td></tr><tr><td align="center"><strong>Rainbow</strong><br><img src="/files/87moBIdWAaitgoaYQ7Cz" alt=""></td><td align="center">0%</td><td align="center">0%</td><td align="center">20%</td><td align="center">50%</td><td align="center">25%</td><td>5%</td><td>0%</td></tr></tbody></table>

> Mythic Weapons can only be obtained through [Gacha Remixing](/archive/gacha/gacha-remixer.md).&#x20;

***

## 💵 $HERO Token Machine

<figure><img src="/files/DI8fgbFasZJZwKrMEEuO" alt=""><figcaption></figcaption></figure>

Use your $HERO to mint **Common**, **Uncommon**, and **Rare** weapons.\
Pull costs are fixed, and each roll offers weighted chances across the three rarities.

Ideal for stocking up on solid early-to-mid-tier weapons—or fueling your remixing strategy.

| $HERO Cost | Common | Uncommon | Rare |
| ---------- | ------ | -------- | ---- |
| 1,000      | 95%    | 4%       | 1%   |

***

{% hint style="info" %}

#### ⚠️ Game Balance Disclaimer

As we continue balancing the game economy, some costs, formulas, and reward rates may change. Thanks for your understanding as the game evolves!
{% 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://docs.onchainheroes.xyz/archive/gacha/gacha-machines.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.
