Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HIP 69: Re-assertion Fee Reduction #458

Closed
edakturk14 opened this issue Jul 26, 2022 · 9 comments
Closed

HIP 69: Re-assertion Fee Reduction #458

edakturk14 opened this issue Jul 26, 2022 · 9 comments
Labels
approved deployed revoked a new HIP made this obsolete

Comments

@edakturk14
Copy link
Contributor

edakturk14 commented Jul 26, 2022

HIP 69: Re-assertion Fee Reduction

Summary

The average daily mining reward per hotspot is currently equal to around 50,000 DC; and it costs 1,000,000 DC to reassert a hotspot's location.

As a result, it would take nearly a month for the average hotspot to earn enough to pay for one location reassertion.

Therefore, if we are trying to expand the network and want hotspots in saturated areas to move into less saturated areas (or moreover in lone wolf-like areas), the current reassertion price is not viable and needs to be reduced.

Rendered View

https://github.com/helium/HIP/tree/main/0069-reassertion-fee-reduction.md

@BruggiR
Copy link

BruggiR commented Jul 28, 2022

One could make the amount of the fee dependent on the ratio of the number of hotspots in the old hex to the number of hotspots in the new one.
two examples:

  1. old hex 10 hotspots , new hex 2 hotspots --> fee =1/5 of standard fee.
  2. old hex 5 hotspots, new hex 5 hotspots --> fee = standard fee

@TheRealJohnMac50
Copy link
Contributor

TheRealJohnMac50 commented Jul 28, 2022

One could make the amount of the fee dependent on the ratio of the number of hotspots in the old hex to the number of hotspots in the new one. two examples:

  1. old hex 10 hotspots , new hex 2 hotspots --> fee =1/5 of standard fee.
  2. old hex 5 hotspots, new hex 5 hotspots --> fee = standard fee

This is one of many fantastic ideas. Just like the rest, it is truly a brilliant idea. However, the technical requirements to make this possible is on an extremely grand level, as opposed to simply cutting the current reassertion fee in half. Therefore, for the sake of technical implementation efficiency, it would be best to keep the proposed half reduction amount.

@abhay
Copy link
Contributor

abhay commented Jul 28, 2022

I agree that the technical implementation of this HIP is just a chain variable change. Specifically it's updating the value of staking_fee_txn_assert_location_v1 to 500000 (from current value: 1000000).

I'm concerned that halving the cost of assertion, however, with no other controls will only give arbitrageurs a cheaper way to adjust their asserted location (potentially more frequently) and increase the number of assert_location_v2 transactions on chain which increases chain load.

I'd be in favor of something aligned with what @BruggiR's recommendation. I think someone should do some more analysis but a framework like:

  1. First N location asserts paid for by the manufacturers as they are today. (1 or 2 is the case in the wild)
  2. Subsequent asserts are scaled based on recency of last assertion. (e.g., make it quadratically or geometrically scaled.)
  3. Subsequent asserts are also scaled based on number of gateways in the res N hex cell (some analysis would need to be done to evaluate whether or not this is res 5-8 but I'd lean to something in the middle)
  4. Make it super clear what the cost is before a Hotspot owner decides to issue the transaction. Update the explorer and tools like Hotspotty (and other planning tools) to give new owners some insight into deployment costs in a region they're considering.

@TheRealJohnMac50
Copy link
Contributor

TheRealJohnMac50 commented Jul 29, 2022

I agree that the technical implementation of this HIP is just a chain variable change. Specifically it's updating the value of staking_fee_txn_assert_location_v1 to 500000 (from current value: 1000000).

I'm concerned that halving the cost of assertion, however, with no other controls will only give arbitrageurs a cheaper way to adjust their asserted location (potentially more frequently) and increase the number of assert_location_v2 transactions on chain which increases chain load.

I'd be in favor of something aligned with what @BruggiR's recommendation. I think someone should do some more analysis but a framework like:

  1. First N location asserts paid for by the manufacturers as they are today. (1 or 2 is the case in the wild)
  2. Subsequent asserts are scaled based on recency of last assertion. (e.g., make it quadratically or geometrically scaled.)
  3. Subsequent asserts are also scaled based on number of gateways in the res N hex cell (some analysis would need to be done to evaluate whether or not this is res 5-8 but I'd lean to something in the middle)
  4. Make it super clear what the cost is before a Hotspot owner decides to issue the transaction. Update the explorer and tools like Hotspotty (and other planning tools) to give new owners some insight into deployment costs in a region they're considering.

Although all thought out and intelligent, your suggestions would be extremely grand technical accomplishments, that would require an unreasonable amount of work from the core dev team.

Since the core goal is to prevent any form of abuse as a result of the reassertion fee reduction, two community members (Groot and 619OTA) suggested the following, both of which would require significantly less technical work whilst achieving the same core goal.

Right now, I'm needing a core dev to advise on the possibility of excluding the reassertion fee reduction, for those inserting into a hex with 3 or more hotspots. (619OTA's idea.)

Additionally, waiting on a core dev to confirm that it would be an acceptable amount of technical work to implement a minimum 10km distance (from the original location) requirement for the reassertion fee reduction (Groot's idea.)

Finally, I'm also waiting for a core dev to confirm that it would be a reasonable amount of technical work to implement my original proposed method to prevent abuse/spoofing, which is by limiting the reassertion fee reduction to once per hotspot per year.

TheRealJohnMac50 added a commit to TheRealJohnMac50/HIP that referenced this issue Aug 8, 2022
TheRealJohnMac50 added a commit to TheRealJohnMac50/HIP that referenced this issue Aug 27, 2022
Please merge these changes to helium#458 thank you.
TheRealJohnMac50 added a commit to TheRealJohnMac50/HIP that referenced this issue Aug 27, 2022
Please merge these changes to helium#458 thank you.
@TheRealJohnMac50
Copy link
Contributor

I agree that the technical implementation of this HIP is just a chain variable change. Specifically it's updating the value of staking_fee_txn_assert_location_v1 to 500000 (from current value: 1000000).
I'm concerned that halving the cost of assertion, however, with no other controls will only give arbitrageurs a cheaper way to adjust their asserted location (potentially more frequently) and increase the number of assert_location_v2 transactions on chain which increases chain load.
I'd be in favor of something aligned with what @BruggiR's recommendation. I think someone should do some more analysis but a framework like:

  1. First N location asserts paid for by the manufacturers as they are today. (1 or 2 is the case in the wild)
  2. Subsequent asserts are scaled based on recency of last assertion. (e.g., make it quadratically or geometrically scaled.)
  3. Subsequent asserts are also scaled based on number of gateways in the res N hex cell (some analysis would need to be done to evaluate whether or not this is res 5-8 but I'd lean to something in the middle)
  4. Make it super clear what the cost is before a Hotspot owner decides to issue the transaction. Update the explorer and tools like Hotspotty (and other planning tools) to give new owners some insight into deployment costs in a region they're considering.

Although all thought out and intelligent, your suggestions would be extremely grand technical accomplishments, that would require an unreasonable amount of work from the core dev team.

Since the core goal is to prevent any form of abuse as a result of the reassertion fee reduction, two community members (Groot and 619OTA) suggested the following, both of which would require significantly less technical work whilst achieving the same core goal.

Right now, I'm needing a core dev to advise on the possibility of excluding the reassertion fee reduction, for those inserting into a hex with 3 or more hotspots. (619OTA's idea.)

Additionally, waiting on a core dev to confirm that it would be an acceptable amount of technical work to implement a minimum 10km distance (from the original location) requirement for the reassertion fee reduction (Groot's idea.)

Finally, I'm also waiting for a core dev to confirm that it would be a reasonable amount of technical work to implement my original proposed method to prevent abuse/spoofing, which is by limiting the reassertion fee reduction to once per hotspot per year.

Curious to know how you both feel about the final draft.

@vincenzospaghetti
Copy link
Contributor

Update with this HIP (10/5), a community discussion in the Official Helium Community remains open in #hip-69-re-assertion-fee-reduction. We are holding on discussions of this HIP until a later time, but the consensus is that the core of the proposal is still valid and should be discussed later. The channel remains open for conversation.

@vincenzospaghetti vincenzospaghetti added the economic Economic HIP label Dec 15, 2022
TheRealJohnMac50 added a commit to TheRealJohnMac50/HIP that referenced this issue Dec 16, 2022
@edakturk14 please merge these changes to helium#458 thank you.
vincenzospaghetti pushed a commit that referenced this issue Dec 16, 2022
@edakturk14 please merge these changes to #458 thank you.
TheRealJohnMac50 added a commit to TheRealJohnMac50/HIP that referenced this issue Jan 16, 2023
@vincenzospaghetti helium#458 updated to remove all original content that is no longer relevant.
vincenzospaghetti pushed a commit that referenced this issue Jan 17, 2023
@vincenzospaghetti #458 updated to remove all original content that is no longer relevant.
@TheRealJohnMac50
Copy link
Contributor

TheRealJohnMac50 commented Jan 18, 2023

@vincenzospaghetti as per your request, I'm confirming that Nova has agreed to do the work for this HIP, and we've reached out to vendors (via email) to ensure that they'll do the necessary work for their vendor apps.

Update: A majority of vendors have already responded to our emails, all of which confirmed that they are more than willing to do any necessary work pertaining to their vendor apps.

TheRealJohnMac50 added a commit to TheRealJohnMac50/HIP that referenced this issue Feb 15, 2023
@vincenzospaghetti updated the status and made a few miner grammatical corrections to make it more comprehensive. helium#458
TheRealJohnMac50 added a commit to TheRealJohnMac50/HIP that referenced this issue Feb 15, 2023
TheRealJohnMac50 added a commit to TheRealJohnMac50/HIP that referenced this issue Feb 15, 2023
vincenzospaghetti pushed a commit that referenced this issue Feb 16, 2023
* Update 0069-reassertion-fee-reduction.md

@vincenzospaghetti updated the status and made a few miner grammatical corrections to make it more comprehensive. #458

* Update 0069-reassertion-fee-reduction.md

#458

* Update 0069-reassertion-fee-reduction.md

@vincenzospaghetti removed the comma. #458
@vincenzospaghetti
Copy link
Contributor

This has been implemented. Please see contracts on the Solana blockchain or visit this Repo: https://github.com/helium/helium-program-library.

@waveform06
Copy link
Collaborator

HIP 69 was approved by the community on 9th Feb 2023 with a passing rate of 88.22%
https://www.heliumvote.com/13KaGoC2ED8kEh2sXLZ7eGWrqDUMyFH5k48VQ3LLjU5QoQidMV4
And was extended for a further 6 months from the implementation date by HIP 91
https://github.com/helium/HIP/blob/main/0091-data-driven-extension-reduced-iot-assertion-cost.md

@waveform06 waveform06 added the revoked a new HIP made this obsolete label Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved deployed revoked a new HIP made this obsolete
Projects
None yet
Development

No branches or pull requests

6 participants