# Proportional reward distribution

### **ATTENTION!** **The team developing Nomiswap project has been disbanded and is no longer able to develop or support the decentralized Nomiswap project. We recommend withdrawing all funds from Nomiswap as soon as possible. The supply of NMX tokens has reached its tokenomic limit and is no longer being issued.**

### **All information provided below on this and all other pages is out of date and is provided for historical and reference purposes only. If you continue to use Nomiswap website or its smart contracts, you do so at your own risk.**

**\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_**

#### Example with Team Farming

Daily Team Farming pool is **3400 NMX**.&#x20;

There are 3 participants who qualified to get Team Farming reward (when a weak team farmed more than 0 NMX for the past day).&#x20;

**First participant:** weak team farmed 20000 NMX, own farming level is MAX (10% reward), resulting reward should be 10% from 20000 NMX = 2000 NMX.&#x20;

**Second participant:** weak team farmed 25000 NMX, own farming level is PRO (6% reward), resulting reward should be 6% from 25000 NMX = 1500 NMX.&#x20;

**Third participant:** weak team farmed 14000 NMX, own farming level is ELITE (8% reward), resulting reward should be 8% from 14000 NMX = 1120 NMX.&#x20;

Total reward sum is 2000+1500+1120 = **4620 NMX**. But the whole maximum pool for Team Farming reward is **3400 NMX which is less than needed**.

{% hint style="info" %}
**It means that a proportional algorithm should be used to calculate rewards for all participants.**
{% endhint %}

**First participant:** weak team farmed 20000 NMX, own farming level is MAX (+100% proportional koefficient). Value in proportional calculation is 20000 NMX + 100% = **40000 NMX.**&#x20;

**Second participant:** weak team farmed 25000 NMX, own farming level is PRO (+20% proportional koefficient). Value in proportional calculation is 25000 NMX + 20% = **30000 NMX.**&#x20;

**Third participant:** weak team farmed 14000 NMX, own farming level is ELITE (+60% proportional koefficient). Value in proportional calculation is 14000 NMX + 60% = **22400 NMX.**

40000 + 30000 + 22400 = **92400 NMX (100% of all values)**.&#x20;

Then **1 participant** has 43% part (40000 from 92400 NMX).&#x20;

**2 participant** has 32% part (30000 from 92400 NMX).&#x20;

**3 participant** has 25% part (22400 from 92400 NMX).

#### **The final rewards will be calculated as percentages from total Team Farming Pool**

1 participant rewarded 43% part from 3400 NMX = **1462 NMX.**&#x20;

2 participant rewarded 32% part from 3400 NMX = **1088 NMX.**&#x20;

3 participant rewarded 25% part from 3400 NMX = **850 NMX.**

{% hint style="info" %}
The same algorithm is used for Team Trading Reward proportional calculatio&#x6E;**.**
{% endhint %}

{% hint style="warning" %}
**Watch out for fake accounts! The Nomiswap team will never text you first and ask for private keys or individual information!**
{% endhint %}


---

# 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://nomiswap.gitbook.io/home/referral-system/team-rewards-expand/proportional-reward-distribution.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.
