# Proof of Activity

Combine Proof of Work component with a Proof of Stake.

## algorithm

* Mining first begins in the traditional manner, with miners vying to be the first to solve a puzzle and claim their reward.&#x20;
* The difference is that the blocks being mined do not contain transactions.&#x20;
* They are simply templates with header information and the mining reward address.&#x20;
* Once this nearly blank block is mined, the system switches to a proof of stake protocol.&#x20;
* The header information is used to select a random group of validators to sign the block.&#x20;
* These are coin holders (stakeholders) and the larger the stake a validator holds, the greater the chance they will be selected to sign the new block.&#x20;
* Once all the chosen validators sign the block it becomes an actual part of the blockchain.&#x20;
* If the block remains unsigned by some of the chosen validators after a given time, it is discarded as incomplete and the next winning block is used.&#x20;
* Validators are once again chosen and this continues until a winning block is signed by all the chosen validators.&#x20;
* The network fees are split between the winning miner and the validators who signed the block.

## Used in

## Pros

* Criticisms are the same as for both proof of work and proof of stake.

## Read more


---

# 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://tokens-economy.gitbook.io/consensus/chain-based-proof-of-capacity-space/proof-of-activity-1.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.
