# Guardian Node Incentives

#### Guardian Node Layer Incentives <a href="#liquidity-miner-layer-incentives" id="liquidity-miner-layer-incentives"></a>

\
In the Guardian Node Layer, each Node's reward is calculated using the following formula:

<figure><img src="/files/GFlxxvSOsQZv9WWcAw2L" alt=""><figcaption></figcaption></figure>

Here, `Funds Lm` is the funds provided by the guardian node, `Funds total` is the total funds in the guardian node pool, `T Lm` is the daily reward pool for the guardian node layer, and `M%` is the specific reward percentage for the guardian node layer.

Eg:The day rewards of protocol is 410900 Token, if Gn1 provided funds equivalent to 50,000 Token  to the liquidity pool, and the total funds in the liquidity pool were 2,000,000 Token then Gm1's daily reward would be 2568.125 Token

$$
Rewards(Gm1) = (50,000 /2,000,000) \* 0.25 \* 410,900  Token
$$


---

# 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.deagent.net/incentive-structure/guardian-node-incentives.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.
