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

# Gameplay

After opening Ultimate Packs and obtaining Player Cards, you need to put them to work to start earning tokens. \
\
In the **Play** section, you can view the Field, where you build your squad, define your strategy, and manage your Player Cards to maximize your earnings.&#x20;

<figure><img src="/files/giZypQZSKWHEMjsUHVSw" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/1njUFyrN3lwpQgmcg8RJ" alt=""><figcaption></figcaption></figure>

### Positions

* **GK** - Goalkeeper
* **DEF** - Defender
* **MF** - Midfielder
* **FW** - Forward

**Tactical Formation:** you can choose between 4-3-3, 4-4-2 or 3-4-3. Each formation has predefined positions.

### Rarity Parameters & Yield

Each rarity tier has its own yield, stamina, and recovery rate values.

<table><thead><tr><th width="94">Rarity</th><th width="102">Max Stamina</th><th width="142">Work/Rest</th><th width="119">Recovery Rate</th><th width="133">Yield/hour</th><th width="152">Max Daily Yield</th></tr></thead><tbody><tr><td>Common</td><td>50</td><td>4 hours / 1 hour</td><td>+50.0 / hour</td><td>781.3 $WCL</td><td>15,000.96 $WCL</td></tr><tr><td>Rare</td><td>75</td><td>6 hours / 1 hour</td><td>+75.0 / hour</td><td>3,906.5 $WCL</td><td>80,161.38 $WCL</td></tr><tr><td>Epic</td><td>100</td><td>8 hours / 1 hour</td><td>+100.0 / hour</td><td>19,532.5 $WCL</td><td>415,651.6 $WCL</td></tr></tbody></table>


---

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

```
GET https://docs.worldcuplegends.fun/gameplay.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.
