# 물림/건강

일반 사용자와 KOL의 NFT는 각각 포만감과 건강의 속성을 가지고 있으며, 포만감은 음식으로, 건강은 포만감으로 교환됩니다(포만 1점은 건강 0.001점으로 교환). 체력은 매일 자동으로 0.1 감소하며 최소 감소량은 0입니다.

포만감/건강 규칙

| <p>NFT 유형</p><p> </p>       | <p>포만 한계</p><p> </p> | 건강 모자 |
| --------------------------- | -------------------- | ----- |
| <p> V1 USER NFT</p><p> </p> | <p> 100</p><p> </p>  | 2     |
| <p> V2 USER NFT</p><p> </p> | 150                  | 3     |
| <p> V3 USER NFT</p><p> </p> | <p> 200</p><p> </p>  | 4.5   |
| <p> V4 USER NFT</p><p> </p> | <p> 300</p><p> </p>  | 6.5   |
| <p> V5 USER 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_ko/undefined-1/undefined.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.
