> For the complete documentation index, see [llms.txt](https://realmatwar.gitbook.io/realmatwar-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://realmatwar.gitbook.io/realmatwar-docs/realm-at-war-handbook/help-and-safety/faq.md).

# FAQ

<details>

<summary>Is Realm at War free to play?</summary>

Yes. You can build, raid, join a clan, complete quests, and earn $REALM without ever spending a cent. Crowns are an optional way to move faster.

</details>

<details>

<summary>Do I have to buy Crowns to win prizes?</summary>

No — and this is intentional. $REALM is **earned** by playing (quests and power), never bought. Crowns can speed up your realm, but they don't buy $REALM and they don't buy your way to the top of a leaderboard.

</details>

<details>

<summary>What's the difference between Crowns and $REALM?</summary>

**Crowns** are the premium in-game currency you buy with SOL and spend on boosts. **$REALM** is the blockchain token you earn and that gets paid to your wallet. You spend Crowns; you earn $REALM. See [The Economy](/realmatwar-docs/realm-at-war-handbook/economy-and-rewards/the-economy.md).

</details>

<details>

<summary>How do I actually get paid?</summary>

Connect a Solana wallet, then just play. Your quest earnings and any prizes are totalled up and sent to your wallet automatically in one batch at **midnight UTC**. There's no manual claim step.

</details>

<details>

<summary>Why didn't I get paid as a guest?</summary>

Prizes are sent to a wallet, and a guest realm doesn't have one. Connect a wallet (the 👛 button) to become payout-eligible. Your progress carries into your wallet realm.

</details>

<details>

<summary>Where does my money go when I buy Crowns?</summary>

**70%** goes to the Prize Pot (which pays players), **30%** to revenue (marketing and development). The split happens on-chain at the moment of purchase, straight to two separate wallets. See [the 70 / 30 split](/realmatwar-docs/realm-at-war-handbook/economy-and-rewards/the-economy.md#where-your-money-goes-the-70-30-split).

</details>

<details>

<summary>Can the Prize Pot run out?</summary>

No. Every payout is a *percentage* of whatever is currently in the pot, so it shrinks as it pays but can never reach zero, and it refills as players buy Crowns. See [The Prize Pot & Payouts](/realmatwar-docs/realm-at-war-handbook/economy-and-rewards/the-prize-pot-and-payouts.md).

</details>

<details>

<summary>How is the weekly champion decided?</summary>

By **sustained** power across the whole week — the game sums your power over the week rather than taking one final snapshot. You have to be strong consistently, which stops anyone from sniping the prize with a last-minute spike.

</details>

<details>

<summary>How many Heroes can I have?</summary>

You can field **3 for free**, with a 4th and 5th unlockable for 50 and 120 Crowns. Your first three Heroes are given to you free as you hit early milestones, and Heroes level up (to 20) by raiding.

</details>

<details>

<summary>Is my wallet safe?</summary>

Yes. Connecting only proves you own the wallet via a signature — the game never sees your seed phrase or keys and can never move funds *out* of your wallet. Prize money only ever flows *to* you. The full explanation is in [Trust & Safety](/realmatwar-docs/realm-at-war-handbook/help-and-safety/trust-and-safety.md).

</details>

<details>

<summary>Is my realm saved if I switch devices?</summary>

If you're playing with a wallet, yes — connect the same wallet anywhere and you're back in your realm. A guest realm is tied to one browser, so connect a wallet if you want your progress to follow you.

</details>

<details>

<summary>A note on $REALM</summary>

$REALM is a reward and utility token earned by playing Realm at War. Play because the game is fun. Nothing in this handbook is financial advice, and the value of any token can go up or down. Only ever spend what you're comfortable spending on a game.

</details>


---

# 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://realmatwar.gitbook.io/realmatwar-docs/realm-at-war-handbook/help-and-safety/faq.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.
