> For the complete documentation index, see [llms.txt](https://the-life-bomb.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://the-life-bomb.gitbook.io/whitepaper/move-to-earn/endemic-bees/attributes.md).

# Attributes

Each bee is defined by four key attributes.

<details>

<summary>Efficiency (Gain of $CATKN)</summary>

*The ability of a bee to collect more $CATKN.*

**A greater number of efficiency attribute points will result in better $CATKN gain per energy spent.**

</details>

<details>

<summary>Instinct (Nectar Collection)</summary>

*The natural intuition of a bee that allows it to make optimal decisions, enabling the collection of a greater amount of nectar.*

**A greater number of instinct attribute points will result in the collection of a larger volume of nectar (XXS to 4XL).**

{% hint style="info" %}
*See the Cells & Nectar section for more details.*
{% endhint %}

</details>

<details>

<summary>Specialization (Gain of $HELT)</summary>

*The bee's ability to specialize in a particular task, such as collecting $HELT.*

**A greater number of specialization attribute points will result in better $HELT gain per energy spent.**

*<mark style="color:red;">Currently unavailable</mark>*

{% hint style="info" %}
*The higher the specialization attribute, the slower the growth of the age effect.*
{% endhint %}

</details>

<details>

<summary>Endurance (Time Gain)</summary>

*The bee’s resistance to exhaustion, allowing it to work longer without getting tired.*

**Attention:**

1. The endurance attribute of a young bee is 1 (Level 0 to 7).
2. The definitive endurance attribute of a bee is revealed at level 8.
3. The endurance attribute is a coefficient between 1.60 and 3 and directly impacts the time of one energy.
4. It is capped at 4, thus allowing the user to divide energy time by 4.
5. This cap will be gradually extended thanks to milestones available in the hive mechanic.

**A greater number of endurance attribute points will result in reduced energy consumption time.**

{% hint style="info" %}
*See the Energy System & Endurance (Endurance Coefficient) sections for more details.*
{% endhint %}

</details>

***


---

# 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://the-life-bomb.gitbook.io/whitepaper/move-to-earn/endemic-bees/attributes.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.
