> For the complete documentation index, see [llms.txt](https://sherwood-smash.gitbook.io/sherwoodsmash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sherwood-smash.gitbook.io/sherwoodsmash/gameplay/rewards-and-leaderboard.md).

# Rewards & Leaderboard

The game rewards skill in two ways: score for leaderboard competition and $CASHCAT pickups for claimable rewards once the reward distributor is live

### CASHCAT Pickups

Normal enemies can drop CASHCAT coins during a run

| Rule                      | Current Value |
| ------------------------- | ------------- |
| Reward per coin           | `1 CASHCAT`   |
| Normal enemy drop chance  | `1.8%`        |
| Random CASHCAT pickup cap | `5` per run   |
| Coin lifetime             | `25s`         |

Boss kills also drop guaranteed CASHCAT coins:

| Boss      | Guaranteed Drop   |
| --------- | ----------------- |
| Swole Dog | `2` CASHCAT coins |

### Claiming

You can claim your $CASHCAT reward right after game was ended&#x20;

### Score

Score is earned from kills, boss kills, wave clears, level-ups, and CASHCAT pickups.

| Source         | Formula                                                    |
| -------------- | ---------------------------------------------------------- |
| Enemy kill     | `(12 + wave * 7 + experienceReward * 4) * levelMultiplier` |
| Boss kill      | `(700 + wave * 180) * levelMultiplier`                     |
| Wave clear     | `120 + wave * 85 + playerLevel * 25`                       |
| Level-up       | `120 + playerLevel * 35`                                   |
| CASHCAT pickup | `1000 * CASHCAT amount`                                    |

### Leaderboard

Leaderboard entries track:

| Field    | Description                            |
| -------- | -------------------------------------- |
| Rank     | Position in the current top list       |
| Nickname | Player nickname                        |
| Wallet   | Connected wallet address               |
| Score    | Final run score                        |
| Wave     | Highest wave reached                   |
| Level    | Final player level                     |
| Kills    | Total kills                            |
| CASHCAT  | Unclaimed CASHCAT collected in the run |
| Duration | Run duration in seconds                |


---

# 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://sherwood-smash.gitbook.io/sherwoodsmash/gameplay/rewards-and-leaderboard.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.
