From 3bf2ed02dc52bfca980a6b31b263571d438df2a1 Mon Sep 17 00:00:00 2001 From: sketsdever Date: Fri, 13 Sep 2024 19:57:57 -0400 Subject: [PATCH 1/3] Explain how to delegate refund recipient --- docs/flashbots-auction/advanced/gas-fee-refunds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flashbots-auction/advanced/gas-fee-refunds.md b/docs/flashbots-auction/advanced/gas-fee-refunds.md index be8b0a55..d5818650 100644 --- a/docs/flashbots-auction/advanced/gas-fee-refunds.md +++ b/docs/flashbots-auction/advanced/gas-fee-refunds.md @@ -115,7 +115,7 @@ 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 From 96e3a99f41eb5133f66e789b5712090c50047cdc Mon Sep 17 00:00:00 2001 From: sketsdever Date: Mon, 16 Sep 2024 11:14:34 -0400 Subject: [PATCH 2/3] Delegation API is already live --- docs/flashbots-auction/advanced/gas-fee-refunds.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/flashbots-auction/advanced/gas-fee-refunds.md b/docs/flashbots-auction/advanced/gas-fee-refunds.md index d5818650..3671dbd2 100644 --- a/docs/flashbots-auction/advanced/gas-fee-refunds.md +++ b/docs/flashbots-auction/advanced/gas-fee-refunds.md @@ -119,6 +119,4 @@ By default, the refund recipient is the signer used on the `eth_sendBundle`, `me ## 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. From 50c6511ef8f1c84d29000e051440f798bfd9e283 Mon Sep 17 00:00:00 2001 From: sketsdever Date: Mon, 16 Sep 2024 11:15:58 -0400 Subject: [PATCH 3/3] Update language around refund API in protect docs --- docs/flashbots-protect/gas-fee-refunds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flashbots-protect/gas-fee-refunds.md b/docs/flashbots-protect/gas-fee-refunds.md index 9f860087..9db3a67e 100644 --- a/docs/flashbots-protect/gas-fee-refunds.md +++ b/docs/flashbots-protect/gas-fee-refunds.md @@ -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.