> For the complete documentation index, see [llms.txt](https://docs.harmony.one/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harmony.one/home/network/validators/definitions/effective-proof-of-stake-bidding-process.md).

# Effective Proof-of-Stake

{% embed url="<https://www.youtube.com/watch?v=Q_LacFZOly8&list=PLAzkb1vJXQOR3ZEl25MKiz5-CMw6xVkaW&index=5>" %}

{% embed url="<https://www.youtube.com/watch?v=2riHPsh2yYM&list=PLAzkb1vJXQOR3ZEl25MKiz5-CMw6xVkaW&index=4>" %}

Effective stake is a new measure introduced in EPoS in order to prevent stake centralization and still provide capitalistic fairness. For exactly how it achieves that, [here](https://medium.com/harmony-one/introducing-harmonys-effective-proof-of-stake-epos-2d39b4b8d58) is the design rationale behind it.

Let’s call the bid price of the elected BLS keys the *raw stake*. The effective stake of an elected BLS key is a bounded value on its raw stake with a threshold around the median bidder’s raw stake (denoted as median\_stake in the picture below). The upper threshold is 115% of the median\_stake and the lower threshold is 85% of the median\_stake. For a key with raw stake that’s out of bound of the threshold, its effective stake will be bounded by the corresponding threshold, otherwise, the effective stake is the same as the raw stake.

The effective stake of each BLS key is determined at the last block of an epoch during the election process and will stay the same throughout the next epoch.

![](/files/-M791wMFLXPv1vgnHh7b)

![](/files/-M3O7xd-57jrCH7xO3ye)

![](/files/-M3O824YE8Xy2cS3rgTy)

![](/files/-M3O87jGwGqaBtpbb2Fe)

![](/files/-M3O8C8XtrrsuUxn8qKL)


---

# 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.harmony.one/home/network/validators/definitions/effective-proof-of-stake-bidding-process.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.
