# Play DegenReborn

<figure><img src="/files/w5ajhe5CTZVBanceyKLe" alt=""><figcaption><p>Big Brain Flowchart</p></figcaption></figure>

## 🎮 Gameplay

1. Pay Native Token as ticket to start playing. 💵&#x20;
2. Buy some talents & attribute points. By default you get **3 talents + 10 attribute points**. Talents are generally cheaper than attribute points, in advanced levels. 🧠&#x20;
3. **A certain proportion of Native Token spent goes to the Degen Jackpot and Piggybank. See** [**Jackpot Page**](/litepaper/game/seasonal-ranking-and-jackpot.md) **for a breakdown. 🎁**&#x20;
4. Select talents for this incarnation and allocate attribute points. We also try to retrieve names from your social circle to add some spice. 👻&#x20;
5. Off you go. The life unfolds. Most events are uncontrollable, like life and like the market.🤷🏽‍♀️&#x20;
6. You will be presented with your lifescore. 💯
7. An **ERC721** will be minted representing one incarnation, like a tomb. **Yes it's tradable. See** [**Exhume**](https://degenreborn.gitbook.io/litepaper/game/exhume) for more details.

{% hint style="info" %} <mark style="color:blue;">**LifeScore Formula**</mark>**&#x20;⬇️**
{% endhint %}

$$
x = (AGE/5 + highCHR/12 + highPHY/14) \* 0.7 + (lastCHR/12 + lastPHY/14) \* 0.3
$$

$$
y = (highSPR/8 + highINT/10 + highPED/12) \* 0.7 + (lastSPR/8 + lastINT/10 + lastPED/12) \* 0.3
$$

$$
LifeScore = 2.2 ^ x  + 2 ^ y
$$

## ⏳ Season

DegenReborn goes by `Seasons`, or `Szn`. 🦋

At the finale of a season, Jackpot is distributed. 💰

As a new season starts, tweaks to the rule will be added to the season, to break any possible equilibrium or optimized strategies. 👻

**Market never repeats; it just rhymes! 😌**

The duration of a season, at the beginning, will be around 7 to 14 days. The exact duration and ending will be determined by mechanisms such as [**PiggyBank**](/litepaper/game/piggybank.md)**.** 🐷

Incarnation limit: for a single address, you can only reincarnate for a limited number of times. E.g. for Season 1, you have 100 incarnations for a single address.

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

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Seasonal Ranking</strong></td><td><img src="/files/5RreWcAgwW32aaBFlGHL" alt=""></td></tr><tr><td><strong>Degen Jackpot</strong></td><td><img src="/files/FWALfwWvG55NAvLIHg4g" alt=""></td></tr></tbody></table>


---

# 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://degenreborn.gitbook.io/litepaper/game/play-degenreborn.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.
