# FAQs

<details>

<summary>What happens when a player runs out of contracts?</summary>

If a player has 0 contracts, they are no longer 'active' and not eligible and will not enter the upcoming tournaments, so they are not eligible for rewards until contracts are renewed.

* You can buy contracts again to make them active.
* You can buy more shares. All new player shares start with 4 contracts. This works on a averaging system.
  * If you have 1K shares with 2 contracts left, then buy another 1K shares (which have 4 contracts), you will end with 2K total shares, at 3 contracts.
* You can sell players even if they have 0 contracts.

</details>

<details>

<summary>How do I get gold?</summary>

On the Pro version, you transfer USDC to your game wallet where it will appear as gold.

\
On FTP you start with

* 300 Tournament Points
* 3 Packs Available

There is a starter objective to open up a pack. By completing this you will be eligible to claim 1.1K starting gold.

</details>

<details>

<summary>What does squad value mean?</summary>

Squad Value is the current market value of the shares you hold across your squad.

</details>

<details>

<summary>When do I get Tournament rewards?</summary>

Tournament Rewards are always distributed at 4PM UTC on the following day from the LAST tournament game.\
\
Example: 14th 8pm UTC last game. Rewards will arrive 15th 4PM UTC.

</details>

<details>

<summary>Are shares “minted” forever or is there a cap?</summary>

Each player has a fixed **Max Supply of 25,000,000 (25M) shares.** That cap never changes.

</details>

<details>

<summary>What does “Circulating Supply” mean in the app?</summary>

**Circulating supply (in-app)** = **shares owned by users** + **shares sitting in the marketplace pool.**

The in-app number does not include shares held in the Development Squad, so it can look different from some external trackers or community sites.

</details>

<details>

<summary>I benched my shares, did I lose them?</summary>

No. Benching only changes eligibility.

You still own the shares, but they stop counting as **Active Shares** until you unbench them

</details>

<details>

<summary>What’s the difference between “Active Shares” and “Active Supply”?</summary>

* **Active Shares:** your shares that are currently active (has contract, not benched).
* **Active Supply:** everyone's shares that are currently active, across all users. (still has contract, not benched).

So if lots of users bench shares. **Active Supply** can drop even though nobody sold anything.

</details>

<details>

<summary>Why do numbers change during the week?</summary>

Because eligibility changes.

Users can bench/unbench, contracts can change, and updates what counts as "active" in real time.

Ownership can stay the same while "active" numbers move.

</details>

<details>

<summary>When are shares locked in during a live tournament?</summary>

For **FDF**, snapshot of active supply is taken when a **player enters the pitch.**

For **NFL**, snapshot of active supply is taken when the **game starts.**

The snapshot locks in all **eligible active shares** at the above times. This means the active supply number on a players page can still change after that snapshot is taken.

</details>

<details>

<summary>Why don't external sites match the in-app numbers?</summary>

Two main reasons:

1. **In-app circulating excludes Development Squad**, some trackers might include it or count differently.
2. **SDF doesn't control community tools**, so methods and refresh rates vary. If you're ever unsure, you can use the in-app definitions for the source of truth.

</details>

<details>

<summary>Where can I verify the marketplace and development squad pools on-chain?</summary>

**NFL Marketplace pool:** `0x4Fdce033b9F30019337dDC5cC028DC023580585e`

**NFL Development Squad pool** `0xc98BF3Fc49a8a7ad162098ad0Bb62268D46daCf9`&#x20;

**FDF Marketplace pool:** `0x9da1bB4e725ACc0d96010b7cE2A7244Cda446617`&#x20;

**FDF Development Squad pool** `0xC21C2d586F1Db92EEDB67a2fC348F21ed7541965`

</details>


---

# 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://docs.sport.fun/nfl/updates/faqs.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.
