# Player Card Salary Cap Costs

To add to the strategy in [GameDay Squad](/gameday-squad/tutorial-for-beginners/our-onboarding-tutorial.md) and to work within the constraints of the salary cap in the [classic competition](broken://pages/lGR6iQbhsE3hFtACdPgX), each [card tier](broken://pages/aKmx7sSgfCpD2LcPeANd) will have a differing and ascending salary cap cost depending on rarity. The table below is how the salary cap structure is broken down:

| Card Tier | Salary Cap Cost |
| --------- | --------------- |
| Bronze    | $500k           |
| Silver    | $600k           |
| Gold      | $700k           |
| Platinum  | $800k           |
| Diamond   | $900k           |
| Legend    | $1 Million      |

Special Cards

| Special Card Type      | Salary Cap Cost |
| ---------------------- | --------------- |
| All-Star Player Card   | $700k           |
| Prize Player Card      | $600k           |
| QLD vs NSW Player Card | $600k           |

Salary cap costs per tier are synonymous across all of the sports available on the [GameDay Squad ](/gameday-squad/tutorial-for-beginners/our-onboarding-tutorial.md)platform. Salary cap costs come into affect for [player card](broken://pages/aKmx7sSgfCpD2LcPeANd)[s](broken://pages/aKmx7sSgfCpD2LcPeANd) placed on the [active field](broken://pages/FzlJimELXnlVbxZItLFb) and the [bench](broken://pages/y7Iu9WRwqx4RXfjki7uE).&#x20;

Information regarding salary cap costs can be found on the GameDay Squad platform. Simply head to the "My Squad" tab and hover over the "information" icon found next to the league placement.&#x20;

So, are you better off with one very rare card (e.g., a diamond with a 1.4x multiplier) and the remainder of the team comprised of bronze players, or should you create a team with multiple silver and gold cards instead? The best approach will likely differ each week, which creates a truly unique version of fantasy sports.


---

# 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://gameday-squad.gitbook.io/gameday-squad/platform-features/player-cards/player-card-salary-cap-costs.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.
