# Reward Logic

The protocol favors Asset Diversity. A node holding a balanced mix of ETH, SOL, and BTC is scored higher than a node holding only one asset type. We use a Scarcity Multiplier to encourage users to deposit assets that the network lacks.

**Step 1: Calculate Scarcity Multiplier**\
If an asset like ETH is rare in the network, the multiplier is higher.

* Multiplier equals 1 plus the percentage of network TVL that is NOT the target asset.

**Step 2: Calculate Node Score**\
A node power is the sum of its assets weighted by their scarcity.

* Node Score equals Node ETH Amount times ETH Multiplier plus Node SOL Amount times SOL Multiplier.

**Step 3: Final Reward Calculation**\
The node receives a slice of the block reward proportional to its score.

* My Reward equals Node Score divided by Network Total Score multiplied by Block Reward.


---

# 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.spectratoken.xyz/3.-consensus-i-posr/reward-logic.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.
