# Baseball

## Performance Scoring

Bonus points will be for each Color Pop held when the inspiring player performs certain feats which vary based on the associated sport. Points are awarded retroactively to the start of the season regardless of when the Color Pop is revealed.

| Feat     | Points |
| -------- | ------ |
| Single   | 1,000  |
| Double   | 2,000  |
| Triple   | 3,000  |
| Home Run | 5,000  |
| RBI      | 1,000  |
| Run      | 1,000  |
| BB/HBP   | 1,000  |
| SB       | 3,000  |

{% hint style="info" %}
***Note:** Post season games count, All-Star games do not.*
{% endhint %}

### BoJax Scoring <a href="#bojax-scoring" id="bojax-scoring"></a>

Awarded points equal to the highest scoring Color Pop from baseball plus a 20% bonus.

### Award Multipliers

| Qualifier                  | Multiplier |
| -------------------------- | ---------- |
| Player wins MVP            | 1.5×       |
| Player wins Silver Slugger | 1.2×       |
| Player wins Gold Glove     | 1.1×       |
| Player wins Pennant        | 1.1×       |
| Player wins World Series   | 1.3×       |

{% hint style="info" %}
***Note:** For pennant and World Series - player must be on winning team at end of season.*
{% endhint %}


---

# Agent Instructions: 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://help.blokpax.com/ecosystem/points/color-pops/baseball.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.
