Skip to content

Explain how to delegate refund recipients in gas fee refund docs #575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading