> For the complete documentation index, see [llms.txt](https://seeddao.gitbook.io/seed-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://seeddao.gitbook.io/seed-tutorial/seed-mons-age.md).

# SEED Mon's Age

### Overview

🧬As SEED Mons go on hunts, each Endurance lost from each hunting will be added to the total Endurance lost (even when you refill it). For every 100% total Endurance lost, your Mons gets 1 year older.&#x20;

⛏️The Mon's Age can affect its earnings. Following the Fibonacci sequence, the earnings drop when Mons becomes older is calculated as: 1, 1, 2, 3, 5, 8, 13,...The older the Mon gets, the faster the earnings reduction.

| SEED Mon's Age | Earnings drop (%) |
| :------------: | :---------------: |
|        0       |       0.00%       |
|        1       |       1.00%       |
|        2       |       2.00%       |
|        3       |       3.00%       |
|        4       |       5.00%       |
|        5       |       8.00%       |
|        6       |       13.00%      |
|        7       |       21.00%      |
|        8       |       34.00%      |
|        9       |       55.00%      |
|       10       |       79.00%      |
|       ...      |       79.00%      |
|        n       |       79.00%      |

### How to slow down aging

Getting older is inevitable, but there is a way. To extend your SEED Mon's lifespan, you can reduce the speed of Endurance loss in every hunt that the Mons go on. Focus on the main key stat - Recovery Attributes. The higher the Recovery Attributes, the slower the speed of Endurance loss.

In short, higher Recovery Attributes mean:

1️⃣ Less Endurance is lost over time.

2️⃣ Slow the aging of SEED Mon.

3️⃣ Expand the Mon's earning lifespan.

So, boost your Mon's Recovery Attributes to help them stay young and earn more! Use the Upgrade Attributes Reborn feature if needed to change your Recovery Attributes now.


---

# 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://seeddao.gitbook.io/seed-tutorial/seed-mons-age.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.
