> ## Documentation Index
> Fetch the complete documentation index at: https://mavrodi.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Tapalka Game, Tickets & Prize Rounds in InviteBot

> Earn Mavriks by tapping in the Tapalka mini-game, collect Tickets, and enter prize Rounds (Розыгрыши) for a chance to win rewards.

InviteBot includes a web-based clicker mini-game called **Tapalka** where you earn **Mavriks** — the game's currency — simply by tapping a button. Mavriks are also called Taps: 1 Mavrik equals 1 Tap. Alongside Mavriks, a separate currency called **Tickets** lets you enter **Rounds** (Розыгрыши) — prize draw events where active participants compete for rewards.

## Accessing the game

Open the Tapalka mini-game at any time from the bot:

```text theme={null}
/game
```

or its alias:

```text theme={null}
/tapalka
```

Both commands open the game through the web cabinet. You can also access it directly from the web cabinet interface.

## Mavriks (Taps)

Every tap in the Tapalka earns you 1 Mavrik. There is no distinction between the two terms — Mavrik and Tap refer to the same unit of game currency. Your Mavrik balance accumulates as you play and is visible inside the game.

Mavriks are a game-specific currency separate from MAVRO (abstract units used in the mutual aid system).

<Note>
  Mavriks (Taps) are **not** the same as MAVRO. Mavriks are earned in the Tapalka game; MAVRO are the abstract units tied to Intents, Help Requests, and your mutual aid activity.
</Note>

## Tickets

Tickets are a second game currency used to enter **Rounds** (prize draws). Unlike Mavriks, Tickets are not earned by tapping — they are granted through specific actions or by your Guider.

### Viewing your Tickets

```text theme={null}
/tickets
```

This command shows your current Ticket balance.

### How to earn Tickets

<Steps>
  <Step title="Submit a video testimonial">
    Record a short video testimonial about your experience with InviteBot. Share it through the bot using `/report`. Once your Guider reviews and approves it, they can grant you **2 Tickets** for the submission.
  </Step>

  <Step title="Promotional bonus for new participants">
    If you are a new participant who has not yet completed an Intent, type the word **взаимопомощь** in the bot chat. This activates an introductory promotional Help Request of **1,000 RUB** — an entry-level offer designed to let newcomers experience the system before their first Intent is confirmed.
  </Step>
</Steps>

<Tip>
  The **взаимопомощь** promo is only available to participants without a completed Intent. If you have already participated in the mutual aid cycle, this offer will not apply.
</Tip>

## Rounds (Розыгрыши)

A **Round** is a prize draw event that runs for a limited period. Participants who hold Tickets can register for the current active Round for a chance to win prizes.

### Registering for a Round

```text theme={null}
/round
```

This registers you for the current active Round using your available Tickets. If no Round is active, the bot will let you know.

### How Rounds work

* Rounds open and close on a schedule set by the platform.
* Registering uses Tickets from your balance.
* Winners are drawn from all registered participants.
* Results and prizes are announced through the bot.

<Note>
  You must have Tickets in your balance to register for a Round. Use `/tickets` to check your current balance before attempting to register.
</Note>

## Guider action: granting Tickets for reviews

If you are working with participants, you can grant Tickets when a participant submits a valid video testimonial. Use the following command to add Tickets to their account:

```text theme={null}
/tickets_add_report
```

This is a **Guider-only action**. Participants cannot grant Tickets to themselves.

## Quick command reference

| Command               | What it does                                                |
| --------------------- | ----------------------------------------------------------- |
| `/game` or `/tapalka` | Opens the Tapalka mini-game                                 |
| `/tickets`            | Shows your current Ticket balance                           |
| `/round`              | Registers you for the active Round                          |
| `взаимопомощь`        | Activates the introductory 1,000 RUB promo (new users only) |

<CardGroup cols={2}>
  <Card title="Referral links" icon="link" href="/invites/referral-links">
    Share invite links to bring new participants into the game and the platform.
  </Card>

  <Card title="Participant commands" icon="terminal" href="/participants/commands">
    Full reference of all bot commands available to participants.
  </Card>
</CardGroup>
