# Voting

## Voting

Voting gives you extra rewards and helps LemonCloud on server listing sites. Vote at <https://lemoncloud.org/vote>.

You receive rewards on the gamemode you are currently playing. If you vote while offline, rewards go to the first gamemode you join.

You can vote once per website every `24` hours.

On Survival, each vote gives:

* `0.02` Lemons
* `5` minutes of `/votefly`
* `1` Token
* `1x` Common Crate Key if you are below Monarch
* `1x` Epic Crate Key if you are Monarch or Emperor
* `1` Vote Party contribution
* `1` Vote Rank contribution

### Vote Party

A Vote Party triggers every `100` global votes across all gamemodes.

To qualify, you must have voted at least once in the last `24` hours.

Eligible players receive either a Common, Epic, or Legendary Crate Key. Common Keys are the most likely. Legendary Keys are the least likely.

Track progress on the scoreboard or with `/voteparty`.

### Vote Rank

Vote Ranks give you an extra sell multiplier. There are `10` ranks in total.

Open the `/vote` GUI and click the emerald to check your current progress.

| Rank | Votes Required | Benefits                              |
| ---- | -------------- | ------------------------------------- |
| 1    | 7              | `+2 Homes`, `+2.5%` Sell Multiplier   |
| 2    | 14             | `+4 Homes`, `+5.0%` Sell Multiplier   |
| 3    | 35             | `+6 Homes`, `+7.5%` Sell Multiplier   |
| 4    | 70             | `+8 Homes`, `+10.0%` Sell Multiplier  |
| 5    | 140            | `+10 Homes`, `+12.5%` Sell Multiplier |
| 6    | 210            | `+12 Homes`, `+15.0%` Sell Multiplier |
| 7    | 315            | `+14 Homes`, `+17.5%` Sell Multiplier |
| 8    | 350            | `+16 Homes`, `+20.0%` Sell Multiplier |
| 9    | 385            | `+18 Homes`, `+22.5%` Sell Multiplier |
| 10   | 420            | `+20 Homes`, `+25.0%` Sell Multiplier |

### Votefly

Monarch and Emperor have permanent access to `/fly`. Everyone else can get temporary flight through voting, crates, and the token shop.

Each vote adds `5` minutes of `/votefly`.

Votefly time only decreases while it is enabled and you are actively flying.

Use `/votefly` to toggle it. Use `/votefly check` to see your remaining time.

### Crate Keys

Voting is one way to get crate keys.

If you are below Monarch, each vote gives a Common Crate Key. If you are Monarch or Emperor, each vote gives an Epic Crate Key instead.

Open crate keys at `/crates`.


---

# Agent Instructions: 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://wiki.lemoncloud.org/gamemodes/survival/voting.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.
