# NFTeGG - NFT Staking details

Items have two diffeferent traits "Fame" and "Power". Each trait is represented by a random value between 1% and 100% as iClops monsters have a random between 80% and 100% whereas weapons and pills (gimmicks) have a value between 1% and 80%.\
\
The "Power" value is important for staking because its working as a base stake indentifier.

{% hint style="info" %}
`(Blocknumber - Start Block) * Power Value * Staking Factor * Booster Status`\
\
`Power Value = Item Power Value`\
`Staking Factor = Global Contract Setting`\
`Booster Status = Action Ticket used or not.`
{% endhint %}

Every Block a NFTeGG Surprise Series #1 Item is staked in the "Farm" Contract it will generate a reward.\
This reward can just claimed anytime in the overview or will be paid out with the final NFT withdraw.

If the Reward or Stake is removed before a mature time on 72 hours, the payout will reduced by 10%.


---

# 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://docs.nftegg.com/staking/nftegg-staking-details.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.
