Skip to content

Commit

Permalink
max feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
anadi2311 committed Jan 6, 2025
1 parent c2045ec commit 445ae84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/learn/intro/obol-splits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Two key goals of validator reward management are:

Without access to the consensus layer state in the EVM to check a validator's status or balance, and due to the incoming ether being from an irregular state transition, neither of these requirements are easily satisfiable.

The following sections outline different contracts that can be composed to form a solution for one or both goals.
The following sections outline different contracts that can be composed to form a solution for one or both goals. The same contracts ar being leveraged to enable claiming rewards via launchpad (read more about it [**here**](run/running/claim-rewards.mdx)).

## Withdrawal Recipients

Expand Down
8 changes: 4 additions & 4 deletions docs/run/running/claim-rewards.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ import TabItem from '@theme/TabItem';

For every epoch, active validators earn ETH rewards from both the consensus layer and the execution layer. The consensus layer rewards are derived from validator duties such as attestation, proposals, and sync committees. These rewards are accumulated in the validator’s withdrawal address. Execution rewards, which are earned from MEV and transaction priority tips, are accumulated in the fee recipient address.

Depending on the withdrawal configuration of the Cluster, there are several ways to claim rewards. The table below provides the most up-to-date information on how and where to claim rewards.
The method for claiming rewards depends on the Cluster's withdrawal configuration, whether it's an [**OWR**](learn/intro/obol-splits.mdx#optimistic-withdrawal-recipient) or an [**Exitable Withdrawal Configuration**](learn/intro/obol-splits.mdx#exitable-withdrawal-recipient) . The table below outlines the latest details on how and where to claim rewards.

## Claim Status

| **Withdrawal Configuration** | **Subcategory Description** | **Is supported on Launchpad?** | **Where to claim?** |
| --- | --- | --- | --- |
| 1. Claim principal + rewards without splits - Exit and get rewards  | To claim principal or rewards without splits, users currently have to exit the validator. || Cluster details page in the Operator Dashboard. For example, [here](https://holesky.launchpad.obol.org/cluster/details/?lockHash=0x42833298f3c767b866615814dd9f86ce35ed2f89bf3d397d5f353a0ad5a38013). |
| 2. Splits only rewards using OWR - ETH | For all clusters with ETH rewards. || Cluster details page in the Operator Dashboard. For example, [here](https://holesky.launchpad.obol.org/cluster/details/?lockHash=0x42833298f3c767b866615814dd9f86ce35ed2f89bf3d397d5f353a0ad5a38013). |
| 3. Split principal + rewards - ETH, wstETH, or weETH | For clusters configured to split both principal and rewards. || Operators currently need to use the UI provided by Splits.org. For example, a [Lido Split](https://app.splits.org/accounts/0x845aF36663a9908D9E46101e3CC658FbCEB783a8/?chainId=1). |
| 4. Splits only rewards using OWR - wstETH or weETH | For Lido and EtherFi clusters earning rewards in protocol-specific tokens. | In Progress ➡️ | Operators currently need to use the UI provided by Splits.org. For example, a [Lido Split](https://app.splits.org/accounts/0x845aF36663a9908D9E46101e3CC658FbCEB783a8/?chainId=1). |
| 3. Split principal + rewards - ETH | For clusters configured to split both principal and rewards. || Operators currently need to use the UI provided by Splits.org. For example, a [Lido Split](https://app.splits.org/accounts/0x845aF36663a9908D9E46101e3CC658FbCEB783a8/?chainId=1). |
| 4. Splits non-ETH rewards using any withdrawal config - wstETH or weETH | For Lido and EtherFi clusters earning rewards in protocol-specific tokens. | In Progress ➡️ | Operators currently need to use the UI provided by Splits.org. For example, a [Lido Split](https://app.splits.org/accounts/0x845aF36663a9908D9E46101e3CC658FbCEB783a8/?chainId=1). |
| 5. Lido CSM rewards - wstETH | For all Lido CSM clusters earning wstETH rewards. | In Progress ➡️ | Similar to row number 3, use the Splits UI. More details can be found at the bottom of [this page](https://docs.obol.org/run/integrations/lido-csm). |

## Claim Flow
Expand All @@ -38,7 +38,7 @@ To understand how claims via Launchpad work, it is highly recommended to first u
4. The Split Main then sends proportional rewards to **address A**, completing steps 2a, 3, and 4 with a single click.
5. Other addresses (e.g., B, C, D) can later click on `Claim All` to receive their share of the rewards.

## Edge Cases
## Launchpad Edge Cases

We are constantly improving the user experience. Below are some edge cases to avoid confusion:

Expand Down

0 comments on commit 445ae84

Please sign in to comment.