# SebaPool

### What is the Seba Pool?

\
The Seba Pool functions as the coordination center for solo validators in the protocol. By pooling execution rewards, Seba can lock part as principal while distributing the rest as ongoing yield to graduates.

### Requirements to Participate

Once a validator chooses to join the pool, they are required to keep their fee address linked to the SebaPool contract throughout the entire graduation period. Any violation of this rule results in a reset of both the graduation timer and attestation points, ensuring that only validators who remain consistently aligned receive rewards.

### Recipient Address

Validators have the option to update their reward recipient address by registering it via the SebaPool contract using their withdrawal address. This offers operators greater flexibility in choosing how and where they receive their rewards. This can be done directly from the Seba front end.&#x20;

### Rewards Boost

The Seba Pool also offers reward boosts for validators who are part of aligned communities to receive a <mark style="color:green;">2.5x reward boost</mark>:

* <mark style="color:yellow;">Stakers Union members with the POAP</mark> in their reward address wallet (checked on Ethereum and Gnosis). Should owners chose to, they can bridge POAP's to Ethereum with the following [guide](https://poap.zendesk.com/hc/en-us/articles/9673605937549-How-Do-I-Migrate-My-POAP-To-Mainnet).
* <mark style="color:yellow;">Kamisama NFT holders</mark>, provided the NFT remains in the reward address throughout participation.
* <mark style="color:yellow;">100 Heroes NFT holders</mark> also qualify, but ownership must also be continuous (checked every epoch).
* <mark style="color:yellow;">HeroSocks POAP holders</mark> also qualify for an extra <mark style="color:green;">0.5x</mark> cumulative boost, making the total possible boost for a user <mark style="color:green;">3.0x</mark> (2.5 + 0.5). Ownership must also be continuous (checked every epoch on Ethereum and Gnosis).

The system checks for continued ownership every epoch.

### Validator Stats

Seba provides an API for transparency, enabling users to access validator stats and block data. The validator stats endpoint allows querying multiple IDs at once, while the block endpoint offers pagination for efficient retrieval of historical data.

### Can you change the reward address?

Yes, you can set your reward address by connecting it with your withdrawal address and signing a transaction to update it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.heroglyphs.com/seba/sebapool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
