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

# Vote & Daily

> Claim daily streak rewards, vote on top.gg for bonus cash, and set up vote reminders.

# Vote & Daily

> Claim daily streak rewards, vote on top.gg for bonus cash, and set up vote reminders.

## Daily reward

Claim a daily reward every 22 hours. Your streak multiplies the payout up to \$10,000/day.

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;daily
    ```

    Claim once every 22 hours. Reward scales with your streak up to \$10,000/day.
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;daily
    ```

    Claim once every 22 hours. Reward scales with your streak up to \$10,000/day.
  </Tab>
</Tabs>

**Reward formula:**

```
reward = min($10,000, $1,000 + (streak - 1) × $1,000)
```

| Streak  | Reward   | XP  |
| ------- | -------- | --- |
| Day 1   | \$1,000  | 100 |
| Day 2   | \$2,000  | 100 |
| Day 3   | \$3,000  | 100 |
| ...     | ...      | ... |
| Day 10+ | \$10,000 | 100 |

**Streak rules:**

* You have a **36-hour window** to claim before your streak resets to 1
* If you miss the window, you'll see a "broken streak" message
* The bot reminds you of tomorrow's reward amount in the command footer

***

## Vote on top.gg

Voting for raze on top.gg earns **\$50,000 + 100 XP** — the single highest one-time reward in the economy.

<Tabs>
  <Tab title="How to vote">
    ```bash theme={null} theme={null}
    ;topgg
    ```

    Shows the vote link, reward amounts, and cooldown info. Click the link to vote on top.gg.

    After voting, come back and claim your reward.
  </Tab>

  <Tab title="Claim reward">
    ```bash theme={null} theme={null}
    ;topgg claim
    ```

    Claims your \$50,000 vote reward. Has a **12-hour cooldown** so you can claim twice per day if you vote both morning and night.

    The bot checks top.gg to verify your vote. Donators can bypass the vote check.
  </Tab>

  <Tab title="Vote leaderboard">
    ```bash theme={null} theme={null}
    ;topgg leaderboard
    ```

    Top 10 all-time voters. Your own rank and vote count shown in the footer.

    *Aliases: `;topgg lb`, `;topgg top`*
  </Tab>
</Tabs>

***

## Vote reminders

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;topgg remind
    ```

    Never miss a vote. The bot will DM you as soon as your 12-hour cooldown expires.

    This is a **toggle** — run it once to enable, run it again to disable. The bot automatically disables reminders if it can't DM you.

    *Alias: `;topgg reminder`*
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;topgg remind
    ```

    Never miss a vote. The bot will DM you as soon as your 12-hour cooldown expires.
  </Tab>
</Tabs>
