> 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/ultimate-packs.md).

# Ultimate Packs

You can mint Player Cards by purchasing an Ultimate Pack with $WCL. Available pack types:

<div><figure><img src="/files/Nt3jV8UfSVKNHGlg4wUB" alt=""><figcaption></figcaption></figure> <figure><img src="/files/uc89jHhktFsFlKtAxhpJ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/M5JI8wfJ96LIHLHK1S2e" alt=""><figcaption></figcaption></figure></div>

<table><thead><tr><th width="129">Pack</th><th width="89">Cards</th><th width="154">Cost</th><th width="108">Common</th><th width="108">Rare</th><th width="108">Epic</th></tr></thead><tbody><tr><td>Solo Pack</td><td>1</td><td>150,000 $WCL</td><td>85%</td><td>12%</td><td>3%</td></tr><tr><td>Squad Pack</td><td>5</td><td>700,000 $WCL (-6.6% off) </td><td>85%</td><td>12%</td><td>3%</td></tr><tr><td>Mega Pack</td><td>10</td><td>1,300,000 $WCL (-13.3% off)</td><td>85%</td><td>12%</td><td>3%</td></tr></tbody></table>

Rarity outcomes are determined on-chain and cannot be manipulated.\
\
How the **VRF (Verifiable Random Function)** works:

```mermaid
---
config:
  layout: elk
---
sequenceDiagram
    participant User
    participant Blockchain
    participant VRFContract
    participant BlockHash

    User->>Blockchain: Phase 1: Lock 150k $WCL
    activate Blockchain
    Blockchain->>VRFContract: Record Commit (Slot: 318,492,101)
    VRFContract->>VRFContract: Bind to Future Block
    Blockchain-->>User: Tx Confirmed (Funds Locked)
    deactivate Blockchain

    Note over User: Entropy is unpredictable at this point

    User->>Blockchain: Phase 2: Generate Entropy (Reveal)
    activate Blockchain
    Blockchain->>BlockHash: Fetch Current Block Hash
    BlockHash-->>VRFContract: 5K8y...7jWp
    VRFContract->>VRFContract: Hash(Commit + BlockHash)
    VRFContract->>VRFContract: Determine Outcome
    Blockchain-->>User: ⭐️ Rare Player Card Mined!
    deactivate Blockchain

    Note over User,VRFContract: Result is immutable & non-reversible
```

### $WCL Distribution:

All $WCL spent on **Ultimate Packs** is allocated as follows:&#x20;

* **80%** → **Reward Treasury:** Used to distribute rewards when you claim the $WCL you have earned.
* **10% → Burn:** Permanently removed from circulation to help sustain the value of $WCL.
* **10% → DEV Team:** Allocated to the development team as project revenue.


---

# 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/ultimate-packs.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.
