Skip to content

Commit 0204e0f

Browse files
authored
Explain how to delegate refund recipients in gas fee refund docs (#575)
* Explain how to delegate refund recipient * Delegation API is already live * Update language around refund API in protect docs
1 parent 18fabdd commit 0204e0f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,8 @@ where $\phi(T, c)$ are the orginal flat-tax rebates as defined above.
115115

116116
## Who receives refunds
117117

118-
The refund recipient is the signer used on the `eth_sendBundle`, `mev_sendBundle`, or `eth_sendPrivateTransaction` request.
118+
By default, the refund recipient is the signer used on the `eth_sendBundle`, `mev_sendBundle`, or `eth_sendPrivateTransaction` request. You can delegate your recipient to a different address using the `flashbots_setFeeRefundRecipient` API.
119119

120120
## How to track refunds
121121

122-
Refunds are tracked from a start date of July 8, 2024. Via an upcoming API, users will be able to:
123-
* View unclaimed refund amounts
124-
* Delegate refunds to an Ethereum account other than their signing key address.
122+
Refunds are tracked from a start date of July 8, 2024. Users will be able to view refund amounts via an upcoming API.

docs/flashbots-protect/gas-fee-refunds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ For the private transaction API: The refund recipient is the signer used on the
4444

4545
## How to track refunds
4646

47-
Refunds are tracked from a start date of July 8, 2024. Users wil be able to view unclaimed refund amounts via an upcoming API.
47+
Refunds are tracked from a start date of July 8, 2024. Users wil be able to view refund amounts via an upcoming API.

0 commit comments

Comments
 (0)