> For the complete documentation index, see [llms.txt](https://pallette-wars.gitbook.io/pallette-wars-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pallette-wars.gitbook.io/pallette-wars-docs/welcome.md).

# Welcome

6-hour PvP pixel war on Robinhood. Blaze vs Frost. Spend WAR. X poll when posted, else pixels.

Palette Wars is a **6-hour PvP pixel war** on Robinhood Chain. The canvas is split down the middle: **Blaze** (warm, left) vs **Frost** (cool, right). Both factions paint the same epoch theme. You spend `$WAR` to paint and sabotage. When the war freezes, an **X poll** is the community jury **if one is posted**. Otherwise the hub resolves by **pixel-count** so overnight wars do not stall.

{% columns %}
{% column width="50%" %}
{% hint style="info" %}
**Motto:** Paint to Impress. Sabotage to Win.
{% endhint %}
{% endcolumn %}

{% column width="50%" %}
{% hint style="warning" %}
You need **ETH on Robinhood** for gas. `$WAR` pays for tools. ETH pays for deposits, withdraws, Auto-Paint, each paint tx, and claims.
{% endhint %}
{% endcolumn %}
{% endcolumns %}

## How money moves

Every tool spend goes into that epoch vault. On resolve the vault splits **forever** as:

| Slice    | Share   | Who gets it                               |
| -------- | ------- | ----------------------------------------- |
| Jackpot  | **50%** | Winning faction, by Share Points          |
| Burn     | **25%** | Dead address                              |
| Monthly  | **15%** | UTC month; Share Points from wars you won |
| Protocol | **10%** | Runs the game                             |

{% hint style="success" %}
**50% war jackpot · 25% burn · 15% monthly · 10% protocol.** Swap fees are separate: pons v2 **1% creator tax** plus the protocol trade fee, charged in ETH on buys and sells — not on wallet → vault deposits. The HUD shows `$WAR` plus a gold USD estimate. You only claim the war jackpot if **your faction won**. Monthly is a separate pull after the UTC month closes.
{% endhint %}

## Start here

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><strong>How a war works</strong></td><td>2h creative, 4h open war, parallel 1h jury.</td><td></td></tr><tr><td></td><td><strong>How to play</strong></td><td>Ink tank, gas, faction lock, leftover ink.</td><td></td></tr><tr><td></td><td><strong>Arsenal</strong></td><td>Tools, $WAR costs, USD peg, fog of war.</td><td></td></tr><tr><td></td><td><strong>Tokenomics</strong></td><td>1B $WAR, pons 1% creator tax, frozen 50/25/15/10.</td><td></td></tr><tr><td></td><td><strong>How the jackpot is won</strong></td><td>X poll or pixels, Share Points, monthly claim.</td><td></td></tr><tr><td></td><td><strong>Trust model</strong></td><td>Immutable vault, upgradeable game, timelock.</td><td></td></tr></tbody></table>

## The loop

```mermaid
flowchart TD
    A[0-2h Creative] --> B[2-6h Open war]
    B --> C[War freezes]
    C --> D[Next war starts immediately]
    C --> E[1h jury on frozen board]
    E --> F[Resolve 50 / 25 / 15 / 10]
    F --> G[Winners claim war jackpot]
    F --> H[15 percent accrues to monthly]
```

Jury: X poll when posted, otherwise pixel-count. Play at [palettewars.xyz](https://palettewars.xyz). Network: **Robinhood Chain (4663)**.

Public drop: **Sunday 6 September 2026, 16:00 UTC**. `$WAR` launches on [pons](https://www.ponsfamily.com) (v2 curve → locked Uniswap v4).


---

# 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, and the optional `goal` query parameter:

```
GET https://pallette-wars.gitbook.io/pallette-wars-docs/welcome.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
