Skip to content

Commit 0722db8

Browse files
authored
Update mobile-proof-of-coverage.mdx for 0.75 speedtest multiplier (HIP98) (#1930)
1 parent f7976b2 commit 0722db8

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

docs/network-mobile/mobile-proof-of-coverage.mdx

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ This new algorithm uses the location of the Radio to calculate MOBILE Rewards ba
163163
res12 hexes receiving coverage from a given Radio.
164164

165165
The MOBILE Rewards Oracle will calculate a coverage model for each Radio by considering the physical
166-
location, antenna direction, radio max transmit power, and Obstruction Data Oracle inputs to
166+
location, antenna direction, radio max transmit power to
167167
calculate the number of res12 hexes receiving coverage from each Radio.
168168

169169
Depending on the number of res12 hexes and the resulting signal power in each, the MOBILE Rewards
@@ -375,7 +375,7 @@ Test results must be collected before a Moving Average can be calculated.
375375

376376
:::info Speed test impact on Radio rewards
377377

378-
Each 5G Hotspot is given a `speedtest multiplier` of either `0.0`, `0.25`, `0.5` or `1.0`.
378+
Each 5G Hotspot is given a `speedtest multiplier` of either `0.0`, `0.25`, `0.5`, `0.75` or `1.0`.
379379

380380
This multiplier is applied to all connected Radios in rewards calculations.
381381

@@ -395,7 +395,8 @@ Speed Test results are categorized into one of four Tiers - `Acceptable`, `Degra
395395

396396
| Speed Test Tier | Speedtest Multiplier | Requirement (speeds in Mbps, latency in ms) |
397397
| :-------------: | :------------------: | :----------------------------------------------------------- |
398-
| **Acceptable** | `1.00x` | `100+` Download, **AND** `10+` Upload, **AND** `<50` Latency |
398+
| **Good** | `1.00x` | `100+` Download, **AND** `10+` Upload, **AND** `<50` Latency |
399+
| **Acceptable** | `0.75x` | `75+` Download, **AND** `8+` Upload, **AND** `<60` Latency |
399400
| **Degraded** | `0.50x` | `50+` Download, **AND** `5+` Upload, **AND** `<75` Latency |
400401
| **Poor** | `0.25x` | `30+` Download, **AND** `2+` Upload, **AND** `<100` Latency |
401402
| **Fail** | `0.00x` | `<30` Download, **OR** `<2` Upload, **OR** `>100` Latency |
@@ -424,20 +425,20 @@ rewards.
424425
<TabItem value="all_acceptable" label="✅ All Acceptable" default>
425426

426427
```bash
427-
Download 200 -> `Acceptable`
428-
Upload 40 -> `Acceptable`
429-
Latency 15 -> `Acceptable`
428+
Download 200 -> `Good`
429+
Upload 40 -> `Good`
430+
Latency 15 -> `Good`
430431
---------------------------------
431-
Speed Test Tier -> `Acceptable` -> 1.0x Multiplier
432+
Speed Test Tier -> `Good` -> 1.0x Multiplier
432433
```
433434

434435
</TabItem>
435436
<TabItem value="degraded upload" label="❎ Degraded Upload" default>
436437

437438
```bash
438-
Download 200 -> `Acceptable`
439+
Download 200 -> `Good`
439440
Upload 6 -> `Degraded`
440-
Latency 15 -> `Acceptable`
441+
Latency 15 -> `Good`
441442
---------------------------------
442443
Speed Test Tier -> `Degraded` -> 0.5x Multiplier
443444
```
@@ -448,7 +449,7 @@ Speed Test Tier -> `Degraded` -> 0.5x Multiplier
448449
```bash
449450
Download 40 -> `Poor`
450451
Upload 6 -> `Degraded`
451-
Latency 15 -> `Acceptable`
452+
Latency 15 -> `Good`
452453
---------------------------------
453454
Speed Test Tier -> `Poor` -> 0.25x Multiplier
454455
```
@@ -457,8 +458,8 @@ Speed Test Tier -> `Poor` -> 0.25x Multiplier
457458
<TabItem value="failed_latency" label="🆘 Failed Latency" default>
458459

459460
```bash
460-
Download 200 -> `Acceptable`
461-
Upload 40 -> `Acceptable`
461+
Download 200 -> `Good`
462+
Upload 40 -> `Good`
462463
Latency 150 -> `Fail`
463464
---------------------------------
464465
Speed Test Tier -> `Fail` -> 0.0x Multiplier

0 commit comments

Comments
 (0)