You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the gas for a relayer to relay a claim is 85040. given the current relayer fee of 0.009 ETH, a relayer will break even at a network gas price of 106 gwei. if the gas price goes any higher than that, it's not profitable for relayers any more. this would be very bad. although we haven't seen prices this high usually, if there's another bull market or some other pump, it'll definitely go that high.
in this case, we need to increase the fixed relayer fee. however it'll be less maintainence/release-pain to have a dynamic fee that varies based on the current gas price (and that varies the same for all relayers). for example, we could say relayers should always get a profit of 0.005 ETH per tx, and then given a gas price oracle, we can calculate the fee from that.
The text was updated successfully, but these errors were encountered:
the gas for a relayer to relay a claim is
85040
. given the current relayer fee of 0.009 ETH, a relayer will break even at a network gas price of 106 gwei. if the gas price goes any higher than that, it's not profitable for relayers any more. this would be very bad. although we haven't seen prices this high usually, if there's another bull market or some other pump, it'll definitely go that high.in this case, we need to increase the fixed relayer fee. however it'll be less maintainence/release-pain to have a dynamic fee that varies based on the current gas price (and that varies the same for all relayers). for example, we could say relayers should always get a profit of 0.005 ETH per tx, and then given a gas price oracle, we can calculate the fee from that.
The text was updated successfully, but these errors were encountered: