> For the complete documentation index, see [llms.txt](https://docs.bloq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloq.com/bloq-services/bloqstake/ethereum.md).

# Ethereum

Ethereum is a decentralized blockchain, secured by ETH, that establishes a peer-to-peer network to verify smart contracts and allow participants to transact with each other without a single point of authority. Ethereum shifting to proof-of-stake will provide opportunities for you to secure the network and earn rewards.

As with most PoS networks, each validator will get rewarded with the transaction fees involved in the block they verify. Validators are required to stake exactly 32 ETH on the network to be eligible for selection.

### Rewards

Validator rewards serve as an intrinsic motivation system to encourage validators who propose blocks to maintain appropriate conduct. When a validator successfully presents a valid block that subsequently gains unanimous attestation from all other validators, they are granted a block reward.

The value of a block reward is composed of three sources:

* Attestation / block proposal,
* Transaction fees, and
* MEV

### Penalties

Ethereum validators that make incorrect or missing attestations will receive penalties. In these cases, the penalties are commensurate with the rewards that would have been earned if the attestations had been submitted correctly.\
\
"Slashing" is a measure in the Ethereum network aimed at maintaining the integrity of the system by discouraging malicious or negligent behavior. It involves the removal, or slashing, of a portion of a validator's staked ETH when they act against the network's rules or fail to perform their duties correctly.\
\
A validator can be slashed by:

* Proposing and signing two different blocks for the same slot,
* Attesting to a block that "surrounds" another one, or
* Attesting to two candidates for the same block (double voting).

Bloq covers instances of slashing to safeguard your stake, ensuring that you receive maximum rewards. Visit [Stake ETH](/bloq-services/bloqstake/ethereum/getting-started.md) To start staking with BloqStake services.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bloq.com/bloq-services/bloqstake/ethereum.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
