# Football

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

<table><thead><tr><th width="421">Feat</th><th>Points</th></tr></thead><tbody><tr><td>Passing Yard</td><td>80</td></tr><tr><td>Passing TD</td><td>8,000</td></tr><tr><td>Rushing Yard</td><td>200</td></tr><tr><td>Rushing TD</td><td>12,000</td></tr><tr><td>Receiving Yard</td><td>200</td></tr><tr><td>Receiving TD</td><td>12,000</td></tr><tr><td>Reception</td><td>2,000</td></tr></tbody></table>

{% hint style="info" %}
***Note:** All Yard stats are per yard. Ex - 100 Passing Yards = 8,000 points; 100 rushing/receiving yards = 20,000 points*
{% endhint %}

#### Per-Game Bonuses

Awarded when achieved in a single game in addition to the above points.

| Feat                | Points |
| ------------------- | ------ |
| 350 Passing Yards   | 10,000 |
| 100 Rushing Yards   | 10,000 |
| 100 Receiving Yards | 10,000 |
| 4+ TDs for QB       | 25,000 |
| 2+ TDs for RB/WR    | 25,000 |

### Award Multipliers

| Qualifier              | Multiplier |
| ---------------------- | ---------- |
| Player wins MVP        | 1.3×       |
| Player wins OPOY       | 1.2×       |
| Player wins Conference | 1.1×       |
| Player wins Super Bowl | 1.2×       |

{% hint style="info" %}
***Note:** For conference and Super Bowl - player must be on winning team at end of season. These two multipliers do not stack.*
{% 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/football.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.
