# Density Boost

```
DENSITY_BOOST = 1 + 
    IF (NUM_DEVICES_IN_FARM > 20) THEN 0.08  
    ELSE IF (NUM_DEVICES_IN_FARM > 10) THEN 0.03  
    ELSE MIN(0.07 × LOG10(NUM_DEVICES_IN_FARM), 0.25)   
```

| Number of Devices in Edge Farm | Density Boost Bonus |
| ------------------------------ | ------------------- |
| 10+                            | 3%                  |
| 20+                            | 8%                  |
| 25+                            | 10%                 |
| 50+                            | 12%                 |
| 100+                           | 14%                 |
| 300+                           | 17%                 |
| 500+                           | 19%                 |
| 1000+                          | 21%                 |

To be eligible for Edge Farm, an operator must register as a farm and meet the following conditions:

* KYC/KYB verification required
* Wallet address that manages all the devices
* Declare the number of devices to be registered
* Ensure total upload bandwidth of at least 500 Mbps
* Use static IP
* Submit network configuration and infrastructure info


---

# 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.ig3.ai/reward-mechanism/density-boost.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.
