> For the complete documentation index, see [llms.txt](https://tokens-economy.gitbook.io/consensus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tokens-economy.gitbook.io/consensus/chain-based-proof-of-capacity-space/proof-of-activity-1.md).

# 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
