Skip to content

Commit b574349

Browse files
authored
Add more refund resources for searchers (#591)
* Add refund API info to searcher docs * Add searcher refund dashboard link * Add refund explainer to searcher docs
1 parent 99cffdf commit b574349

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/flashbots-auction/advanced/gas-fee-refunds.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ The refund rule aims to have bundles make the minimum net payment so that biddin
7171

7272
Bundles sent by the same signer will be treated as non-competitive.
7373

74+
See the [explainer](https://collective.flashbots.net/t/refund-rule-wat-dis-how-to-and-faq/4049/2) for more details about how to bid and interact with the refund rule.
75+
7476
### The Flat Tax Rule
7577

7678
- **$B(T)$** is the most profitable block produced from bundles in $T$.
@@ -119,4 +121,16 @@ By default, the refund recipient is the signer used on the `eth_sendBundle`, `me
119121

120122
## How to track refunds
121123

122-
Refunds are tracked from a start date of July 8, 2024. Users will be able to view refund amounts via an upcoming API.
124+
Refunds are tracked from a start date of July 8, 2024. Refunds are sent to recipients in batches, and originate from our builder address `0xdf99A0839818B3f120EBAC9B73f82B617Dc6A555`.
125+
126+
Track your refunds using the [`flashbots_getFeeRefundTotalsByRecipient`](/flashbots-auction/advanced/rpc-endpoint#flashbots_getfeerefundtotalsbyrecipient) RPC method or the [refund dashboard](https://app.hex.tech/9eb1e790-53f7-4c16-be76-4a22c1aa7d17/app/0c2d34ef-1304-481a-b3d6-b773ce9e0e19/latest) on Dune.
127+
128+
## Distributed refunds
129+
130+
Refunds have been sent as part of the following on-chain transactions:
131+
132+
| Block Number | Sender | Transaction Hash | Refunded Amount |
133+
|--------------|--------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------|
134+
| 20728671 | 0xdf99A0839818B3f120EBAC9B73f82B617Dc6A555 | [0xe4c242dbaf75b0c72bf061cb0b24dfb2ac9b889c8312f85502b819c522143475](https://etherscan.io/tx/0xe4c242dbaf75b0c72bf061cb0b24dfb2ac9b889c8312f85502b819c522143475) | `0.005350659617303609` ETH |
135+
| 20730702 | 0xdf99A0839818B3f120EBAC9B73f82B617Dc6A555 | [0x7f4b2747bca62e7cb30595bc8fd597d00b111f6e30836f90420a5f596fe6fb20](https://etherscan.io/tx/0x7f4b2747bca62e7cb30595bc8fd597d00b111f6e30836f90420a5f596fe6fb20) | `2.178974530716050227` ETH |
136+
| 20737357 | 0xdf99A0839818B3f120EBAC9B73f82B617Dc6A555 | [0xa975df43bd397f2a6776811c46d8208df5833b4800f152d5e7df2f96fc20d560](https://etherscan.io/tx/0xa975df43bd397f2a6776811c46d8208df5833b4800f152d5e7df2f96fc20d560) | `1.012930151524122284` ETH |

0 commit comments

Comments
 (0)