# NFT Staking Rewards

**NFT Staking Reward Formula**

Equation: y= 0.007(CA) + (0.005(CA)\*DX/100)

The values 0.007 and 0.005 are fixed coefficients in this equation.

Example: A owns an NFT, which has 1000(CA) and 12(DX)

y=0.007(1000) + (0.005(1000)\*12/100)

y=7 + (5\*0.12)

\= 7.6 LRT

Note: One user can own multiple NFTs at the same time. Users are eligible for daily profits as long as their NFT(s) fulfil the mining requirements.


---

# 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://lynksanctuary.gitbook.io/2023/lynkonomics/nft-staking-rewards.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.
