# 饱食度/健康度

每个普通用户和KOL的NFT都有饱食度和健康度属性，饱食度由食物兑换所得，健康度由饱食度兑换所得（1点饱食度兑换为0.001点健康度）。

健康度每天自动降低0.1，最低降低为0.

**饱食度/健康度规则**

| <p>NFT类型</p><p> </p>       | <p> 饱食度上限</p><p> </p> | 健康度上限 |
| -------------------------- | --------------------- | ----- |
| <p> V1用户NFT</p><p> </p>    | <p> 100</p><p> </p>   | 2     |
| <p> V2用户NFT</p><p> </p>    | 150                   | 3     |
| <p> V3用户NFT</p><p> </p>    | <p> 200</p><p> </p>   | 4.5   |
| <p> V4用户NFT</p><p> </p>    | <p> 300</p><p> </p>   | 6.5   |
| <p> V5用户NFT</p><p> </p>    | <p> 500</p><p> </p>   | 10    |
| <p> KOL K1 NFT</p><p> </p> | 800                   | 10    |
| KOL K2 NFT                 | 800                   | 12    |
| KOL K3 NFT                 | 800                   | 15    |
| KOL K4 NFT                 | 800                   | 无上限   |

健康度会影响质押挖矿的产出，健康度越高，挖矿收益越高。

当饱食度为0时，用户停止产币，此时普通用户需要支付100SFO激活海星，激活后饱食度恢复至100；KOL用户需要支付500SFO激活海星，激活后饱食度恢复至800。


---

# 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://s-zzs.gitbook.io/starfish_zh/wan-jia-zhi-nan/bao-shi-du-jian-kang-du.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.
