Skip to content

Commit

Permalink
Explain how to delegate refund recipients in gas fee refund docs (#575)
Browse files Browse the repository at this point in the history
* Explain how to delegate refund recipient

* Delegation API is already live

* Update language around refund API in protect docs
  • Loading branch information
sketsdever authored Sep 16, 2024
1 parent 18fabdd commit 0204e0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions docs/flashbots-auction/advanced/gas-fee-refunds.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,8 @@ where $\phi(T, c)$ are the orginal flat-tax rebates as defined above.

## Who receives refunds

The refund recipient is the signer used on the `eth_sendBundle`, `mev_sendBundle`, or `eth_sendPrivateTransaction` request.
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.

## How to track refunds

Refunds are tracked from a start date of July 8, 2024. Via an upcoming API, users will be able to:
* View unclaimed refund amounts
* Delegate refunds to an Ethereum account other than their signing key address.
Refunds are tracked from a start date of July 8, 2024. Users will be able to view refund amounts via an upcoming API.
2 changes: 1 addition & 1 deletion docs/flashbots-protect/gas-fee-refunds.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ For the private transaction API: The refund recipient is the signer used on the

## How to track refunds

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

0 comments on commit 0204e0f

Please sign in to comment.