> For the complete documentation index, see [llms.txt](https://fancy-studios.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fancy-studios.gitbook.io/whitepaper/infographics/earnings.md).

# Earnings

## Fancy Seeds

All birds need to consume Fancy Seeds to earn FNC from quests. You can play the game without Fancy Seeds, but you will not be able to earn FNC.\
\
\
Each Seed will provide energy based on bird type:&#x20;

* Genesis Bird: 9 days
* S1 Bird: 7 days
* S2 Bird: 5 days
* S3 Bird: 5 days

Seeds can be bought in [Marketplace](https://fancybirds.io/marketplace/items/) for 0.3 USDC or  sFNC/ETH equivalent.&#x20;

{% hint style="info" %}
*In rental shared profit mode, the owner will have to feed the birds for them to earn. An exception will make when the scholar pays a direct fee. Only then can the scholar feed the bird to earn.*\
\
*Birds can be feed more than one seed at a time.*&#x20;
{% endhint %}

## Game Quests

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

* Daily Quests: There are 3 daily quests, one for each game that will earn **3 FNC** each. This accounts for **9 FNC per day** per bird. **Mutants** earns **4 FNC** each for daily challenges, accounting for **12 FNC per day** per bird on daily quests.
* **Weekly Quests:** There are 2 weekly quests for each bird, earning 3 FNC each, for a total of **6 FNC per week. Mutants** will earn 4 FNC each for weekly challenges, for a total of **8 FNC per week**.
* **Daily Check-In: 1 FNC** per day per bird. However, a player can only claim if all 7 daily check-ins are completed (i.e. if a player only has 6 check-ins, they do not get any rewards). A check-in can be done by scoring at least 1 point.
* There is no limit on the number of birds one account can play with each day.
* Baby Birds during Season 1 will earn the same amount as Genesis Birds for the first month. After the first month, the Season 1 Baby Birds in aggregate will be capped to 200k FNC total per day indefinitely, divided evenly based on quest completion percentages.
* Baby Birds during Season 2 will earn the same amount as Genesis Birds, capped in aggregate to 200k FNC total per day indefinitely (or until Season 3 is released, at which the team may revise the earnings amount), divided evenly based on quest completion percentages in the event the cap is reached. Note that Season 2 Baby Birds will have a separate 200k FNC/day earnings pool from Season 1 Baby Birds’ 200k FNC/day earnings pool.

{% hint style="info" %}
Weekly quests and check-in can be completed in any game at any time.
{% endhint %}

### **In-Game FNC**

By clicking the **Inventory** button on the game console, we can see 4 different types of tokens in-game. Starting from the left, these represent **in-game FNC**, FNC, sFNC and USDC.<br>

![](/files/k8qbcWG3l96Nx6rJ8tHZ)

**In-game FNC** is earned within each user's account after completing daily/weekly challenges and from any earnings from Tournaments. It is equal to FNC. sFNC is pegged to FNC value as long as it's used in-game, for breeding/crafting/name change, etc.


---

# 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://fancy-studios.gitbook.io/whitepaper/infographics/earnings.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.
