> For the complete documentation index, see [llms.txt](https://whitepaper-goals.genesisleaguesports.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper-goals.genesisleaguesports.com/gameplay.md).

# Gameplay

*Note: Concepts contained in this whitepaper are subject to change.*

While there will be many ways to engage in this game, such as collecting, renting, ranked matches, leagues, and tournaments, the core game will follow the model below.

### **Match Mechanics** <a href="#match-mechanics" id="match-mechanics"></a>

* Users will enter the tournament series or ranked play with teams consisting of a coach and up to 30 players.
* **Teams** consist of exactly 7 starters, up to 5 substitutes who can substitute players on the pitch during the match, and up to 10 reserve players that can be swapped in between the matches.
* **Player cards** will come regular and gold foil. Each player card has stats that set the floor for a player's initial starting values. These attributes are derived from IRL player stats. &#x20;
* **Coach cards**, in addition to the player cards, will be needed for each team to play. Coach cards will specialize in various in-game boosts.
* Player cards offer the user the ability to upgrade via attached skills. Unique passive and active skills can be slotted into the player cards. This upgrade path ensures exponential variety and the power to create unique cards that enhance their value in the marketplace.
* During each turn, the user will receive a hand of up to five players and they can choose how the players closest to the ball will behave. After a user completes their action, play will commence. Players will work to outwit their opponent as they try to defend, attack, and score the winning goal against the other side.

  <br>

### **Post-Match Activities** <a href="#post-match-activities" id="post-match-activities"></a>

After each match, players will tend to their players, refresh their active team roster, buy card packs or players from the market., and upgrade their player cards by combining and improving them with new skills and equipment

&#x20;

&#x20;

&#x20;

&#x20;


---

# 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://whitepaper-goals.genesisleaguesports.com/gameplay.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.
