# POS (Proof of Stake & authority)

### Proof of Stake (PoS) Explained

PoS stands for Proof of Stake, a blockchain consensus mechanism that combines elements of both Proof of Stake (PoS) and Proof of Work (PoW) to achieve faster transaction speeds, lower energy consumption, and more efficient governance. Here's how it works:

**1. Token Staking:** PoS participants stake their tokens to secure the network. Staking involves locking up a portion of your tokens in a smart contract, essentially indicating your commitment to the network's stability.

**2. Block Production:** Block producers compete to create the next block on the blockchain. This competition can involve solving cryptographic puzzles (similar to PoW) or using an alternative consensus algorithm depending on the specific PoS implementation.

**3. Rewards:** Block producers who successfully create blocks receive rewards in the form of newly minted tokens or transaction fees. This incentivizes them to act honestly and maintain the network's security.

**Advantages of PoS:**

* **Faster Transaction Speeds:** PoS eliminates the need for all stakers to participate in consensus, leading to faster block times and higher transaction throughput compared to standard PoS.
* **Lower Energy Consumption:** PoS avoids the energy-intensive mining process of PoW, making it a more sustainable and environmentally friendly option.
* **Improved Governance:** Voting allows for more direct participation in network governance, potentially leading to faster decision-making and increased community involvement.
* **Scalability:** PoS has the potential to scale efficiently as the network grows due to its limited number of block producers.


---

# 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.icb.network/project-technology/pos-proof-of-stake-and-authority.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.
