> For the complete documentation index, see [llms.txt](https://playbook.checkmate.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playbook.checkmate.live/passes-and-rewards/battle-pass/arcade-pass-vs-pro-pass.md).

# Arcade Pass vs Pro Pass

### What is the difference between an Arcade+ pass and Pro pass?

Both passes have their reward systems but the pro pass has even more rewards, benefits and features including the video and 3D Avatars.

* The pro pass allows you to play for cash and USDC
* You earn more loot and rewards&#x20;
* It unlocks the-game video
* It unlocks your 3D Avatar
* You can mint your collectables
* You can cash out your earnings&#x20;

|                    |     **Pro Pass**     | **Arcade Pass+** | **Arcade Pass** |
| :----------------: | :------------------: | :--------------: | :-------------: |
|       Rewards      |                      |                  |                 |
|    Avatar Traits   |           6          |         4        |        1        |
|       Crowns       |          160         |        70        |        30       |
|       Credits      |         1460         |       1075       |       275       |
|     Card Shards    |          880         |        690       |       150       |
|         XP         |          670         |        180       |       150       |
|      Chess Set     |           1          |         1        |                 |
|      Gold Pack     |           6          |         2        |                 |
|     Silver Pack    |           5          |         4        |        1        |
|    Single Cards    |          11          |         4        |                 |
|    Brawl Tokens    |          12          |         5        |        2        |
|   Good Game Token  |          12          |         3        |                 |
|  High Rolla Token  |           7          |         8        |        4        |
| Rare Chat Stickers |           3          |         2        |        1        |
|     Progression    |                      |                  |                 |
|    On completion   | Infinite Reward Tier | Pro Pass Upgrade |                 |
|      Features      |                      |                  |                 |
|        Chat        |          Yes         |        Yes       |        No       |
|        Video       |          Yes         |        No        |        No       |
|  3D Avatar unlock  |          Yes         |        No        |        No       |
|       Prizing      |                      |                  |                 |
|        USDC        |          Yes         |        No        |        No       |
|       Crowns       |          Yes         |        Yes       |        No       |
|       Credits      |          Yes         |        Yes       |        No       |
|     Arcade Pass    |          No          |        No        |       Yes       |
|  Pro Pass upgrade  |          No          |        Yes       |        No       |
|      Pro Pass      |          Yes         |        Yes       |        No       |
|     Card Packs     |          Yes         |        Yes       |       Yes       |
|     Chess Sets     |          Yes         |        Yes       |        No       |


---

# 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://playbook.checkmate.live/passes-and-rewards/battle-pass/arcade-pass-vs-pro-pass.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.
