Every wallet quotes a fee before you sign, and almost nobody checks it afterwards.
This sends a transaction, records what eth_estimateGas promised, then
compares it against what the receipt says was actually consumed — sample by sample, until a pattern
shows up.
not connectedbalance —
Why this number matters more on Arc. Where gas is a separate volatile token, a bad estimate is
an annoyance you absorb. Where gas is USDC, the estimate is a line item in the same currency as the
payment — so an estimator that consistently overshoots is quietly overcharging every invoice, payroll
run and subscription built on top of it. That makes estimator accuracy a product concern rather than
a curiosity, and it is cheap to measure.
Samples
0
transactions measured
Mean overshoot
—
estimate vs actual
Worst case
—
largest single gap
Overpaid
—
USDC held unnecessarily
Run a sample
estimate → send → compare
estimated—
actually used—
Samples
newest first
#
Estimated
Used
Gap
Fee
Tx
No samples yet.
Sending to yourself is fine — only gas leaves the account, which is the thing being measured.