> 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/tokenomics.md).

# Tokenomics

WAR supply, pons v2 1 percent creator tax, frozen 50/25/15/10 vault.

`$WAR` is the game token. You spend it to paint. Spent tokens fill the epoch vault. Unspent ink in your tank never enters that vault.

{% hint style="info" %}
**1,000,000,000 $WAR.** Fixed supply via pons v2. **0% team allocation** — 100% fair launch on Robinhood.
{% endhint %}

## The token

|         |                                                                  |
| ------- | ---------------------------------------------------------------- |
| Ticker  | `$WAR`                                                           |
| Network | Robinhood Chain (4663)                                           |
| Supply  | 1,000,000,000 (fixed)                                            |
| Team    | 0%                                                               |
| Launch  | [pons](https://www.ponsfamily.com) v2                            |
| Venue   | Bonding curve, then permanently locked Uniswap v4                |
| Fees    | Protocol trade fee **+ 1% creator tax**, charged in ETH on swaps |

Buy `$WAR` on pons. Fees are taken on the **swap**, not on wallet → vault `depositInk`. After you buy, you hold full `$WAR` and can deposit 1:1.

{% hint style="warning" %}
In-game 50/25/15/10 is not the pons fee. Copy it that way: pons fees on trades, vault split only on **spent ink**.
{% endhint %}

## Epoch vault — frozen 50 / 25 / 15 / 10

Every `$WAR` spent on tools that epoch is split on `resolveEpoch`. These percents are constants on the Vault. There are no setters.

```mermaid
flowchart TD
    V["Epoch vault"] --> J["50% War jackpot"]
    V --> B["25% Burn"]
    V --> M["15% Monthly"]
    V --> P["10% Protocol"]
```

| Slice           | Share   | Destination                                       |
| --------------- | ------- | ------------------------------------------------- |
| War jackpot     | **50%** | Winning faction, time-weighted Share Points       |
| Burn            | **25%** | `0x…dEaD` (permanent supply sink)                 |
| Monthly jackpot | **15%** | UTC month; Share Points from wars you won         |
| Protocol        | **10%** | Runs the game (infra, indexing, gas, development) |

{% hint style="success" %}
**50% war jackpot · 25% burn · 15% monthly · 10% protocol.**
{% endhint %}

{% hint style="warning" %}
Leftover ink never enters the war jackpot or the monthly pool. Only `$WAR` spent on tools that epoch is split. Withdraw unused ink after the war.
{% endhint %}

Example: **250,000 $WAR** spent in an epoch

| Slice        | Amount       |
| ------------ | ------------ |
| Jackpot 50%  | 125,000 $WAR |
| Burn 25%     | 62,500 $WAR  |
| Monthly 15%  | 37,500 $WAR  |
| Protocol 10% | 25,000 $WAR  |

How winners are paid, Share Points, and `claimMonthly` are on How the jackpot is won.

## Developer revenue

* Protocol vault cut (10% of spent ink)
* pons v2: share of the protocol trade fee **plus** the **1% creator tax**, paid in ETH to the treasury fee recipient (claim from pons escrow)

## What this is not

* Team tokens — there are none
* An airdrop of the vault — winners **pull** `claim` / `claimMonthly`
* A dollar-priced tool catalog — UI costs stay in `$WAR`. See Arsenal.
* A transfer tax on ink deposits — if a 1:1 transfer proof fails, do not wire the game vault to that token


---

# 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/tokenomics.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.
