How Are Blocks Mined?

Builder Resources
For running your own Stacks miner, here.
The Big Picture
PoX selects a randomized single-leader block miner once per BTC block
PoX incentivizes miners to make STX blocks and earn STX rewards + tx fees
Miners send block commit transactions on Bitcoin L1.
Block commits include: (block hash, VRF seed) pair
Deterministic but unpredictable winner at each Bitcoin block
PoX disincentivizes BTC L1 miners from interfering via ATC-C
Intro
In Stacks mining, miners spend Bitcoin to earn the right to produce new Stacks blocks. Rather than introducing an entirely separate consensus mechanism, Stacks adapts and extends Bitcoin's existing Proof of Work. Stacks relies on Bitcoin's security and economic weight to secure the layer built on top of it.
When miners commit BTC as part of the mining process, that Bitcoin is not burned or wasted. Under PoX-5, it is routed into the reward pool, bridged automatically to sBTC, and distributed through the yield waterfall to staking participants: Bitcoin-paired protocol bonds first, then STX-only stakers and the protocol reserve. This flow of Bitcoin from miners to stakers is the core innovation behind Proof of Transfer (PoX). The "transfer" of BTC is what anchors Stacks to Bitcoin's security while aligning incentives between miners and network participants.
Mining Flow Breakdown
In the previous version of Stacks (before the Nakamoto Upgrade), Stacks miners would mine new Stacks blocks at a one-to-one cadence with Bitcoin blocks. After Nakamoto, this is no longer the case. Under Nakamoto rules, miners are instead selected for a tenure that corresponds to a Bitcoin block. During this tenure, miners build and propose multiple Stacks blocks (roughly every 10 seconds) and signers will approve and append them.

Miners run Stacks nodes with mining enabled to participate in the PoX mechanism. The node handles each phase:
Registration: miners register for a future election by sending consensus data to the network
Commitment: registered miners transfer Bitcoin to participate in the election. Committed BTC is routed into the PoX-5 reward pool, where it is bridged to sBTC and paid out to staking participants.
Election: a verifiable random function chooses one miner for a new tenure to write blocks on the Stacks blockchain
Assembly: the elected miner writes the new blocks by pulling transactions from the mempool and collects rewards in the form of new STX tokens
Miner Selection Process
As opposed to a block race, as in PoW, Stacks utilizes a single-leader election process called a cryptographic sortition. That is facilitated through an embedded verifiable random function state in Bitcoin transactions. This in turn allows for deterministic but unpredictable winners at each Bitcoin block.
What is a cryptographic sortition?
A cryptographic sortition is a process of randomly selecting one or more entities from a set using cryptography. This is a decentralized and verifiable way to select participants for a variety of tasks, such as consensus protocols, lotteries, and auctions.
More specifically, miner sortition in the context of Stacks is the weighted cryptographic sortition process by which a miner candidate is selected as the next miner (leader).
Every Stacks miner must register a VRF public key in a Bitcoin transaction. Once they do that, they can then issue block commit transactions on Bitcoin. Block commit transactions on Bitcoin contain:
(block hash, VRF seed) pair
These block commit transactions not only contain a pointer to the block stream they intend to produce, but also include all the relevant info to re-seed the next VRF for the next sortition. Miners cannot tamper with the VRF seed. This is enforced by the property:
VRF seed = hash(VRF proof)
And that VRF proof can only be generated by the miner's VRF private key.
To be considered for a tenure, a miner must have a block commit included in a Bitcoin block. If a miner wishes to update their commitment after submission, they may use Bitcoin's Replace-By-Fee.
Probability to mine next block
The miner who is selected to mine the next block is chosen depending on the amount of BTC the miners transfer. The probability for a miner to mine the next block is determined using a variation of the Assumed Total Commitment with Carryforward (ATC-C) MEV mitigation strategy to allocate block rewards to miners. The probability a miner will win the sortition and be granted the current tenure will be based on a function that accounts for the total block commit spend on the blocks leading up to the current sortition.
While there is no minimum BTC commitment enforced by the protocol, in practice there is a floor constrained by dust: if the fees for a transaction exceed the value of the spent output, it is considered dust. How dust is calculated depends on a number of factors. We have found 5,500 satoshis to be a good lower bound per output. Under PoX-5 a block commit carries a single PoX output, so a commitment of at least 5,500 satoshis / block is recommended.
To calculate the amount of BTC to send, miners should:
Guess the price BTC/STX for the next day (100 blocks later)
Guess the total amount of bitcoin committed by all miners
Signers are in charge of both validating and appending new blocks and conducting miner tenure changes.
Block Commit Transactions (on Bitcoin)
Under PoX-5, miners commit Bitcoin to one address in every leader block commit transaction: the sBTC bridge address that feeds the reward pool. The same output form applies to every block of the cycle, including the prepare phase. Nothing is sent to a burn address. This replaces the pre-PoX-5 model, in which each commit paid two addresses drawn from the reward set of stacking participants.

Miner rewards
Miners receive Stacks blocks' coinbase rewards for tenures they win.
The reward is a flat 1,000 STX per tenure. SIP-045 restored the coinbase to 1,000 STX at Epoch 4.0 activation and removed the reduction schedule established under SIP-029, so no further scheduled reductions exist.
Transaction fees
Miners also receive Stacks fees for transactions mined in any block they produce.
Reward maturity
Block rewards and transaction fees take 100 blocks on the Bitcoin blockchain to mature. After successfully mining a block your rewards appear in your Stacks account after ~24 hours.
Stacks mining in practice
Stacks runs with a small number of miners. That is a consequence of how the incentives work rather than a gap in them.
Stacks miners function similarly to sequencers in L2 systems in that they are only responsible for constructing and proposing new blocks, not appending them to the chain. But unlike most Ethereum L2s that operate with just a single centralized sequencer, Stacks consistently has at least 4-5 miners with open membership allowing anyone to join.
Block production on Stacks separates the work: miners construct and propose blocks, while signers, backed by stakers' locked STX, validate and append them. This separation limits what a miner can do to the chain.
Miners cannot reorganize the chain. In the worst case they can omit some kinds of transactions, and running your own miner addresses that.
More miners on the network would mean fewer rewards for stakers, as miners would have to spend more of their funds on Bitcoin L1 fees rather than sending it into the reward pool.
Wouldn't more miners mean more competition, meaning more rewards?
The reason more miners means fewer rewards is because miners act economically rationally, and they don't have an unlimited amount of BTC to work with.
Miners are paying their PoX commitments plus their Bitcoin fees for a chance to win the coinbase (1,000 STX) plus fees for a tenure. If there are more miners, they will each pay less, because they will have a lower chance of winning. They can't pay ever-increasing amounts of BTC because at some point they will never be profitable, so there is a limit to how much BTC they can spend in order to try and win a tenure.
As they pay less, the Bitcoin fee becomes a more significant portion of their expenses, and that also decreases their odds of winning the tenure.
Here's a concrete example:
Let's say Stacks is trading at 1,000 Sats per STX.
The total spend from all miners, if everyone is acting logically and we ignore Stacks fees, would be less than 1,000,000 Sats (1,000 STX coinbase * 1000 Sats/STX).
If that is from 5 miners, then it could be 10,000 Sats (2,000 Sats for each transaction) going to Bitcoin fees and 990,000 Sats going to PoX.
If there are 100 miners, then it would be 200,000 Sats going to Bitcoin fees, and 800,000 Sats going to PoX.
This creates a natural economic equilibrium where:
Enough miners participate to ensure blocks are produced reliably
Stakers receive optimal rewards
The network maintains censorship resistance without unnecessary mining competition
This design is intentional. Stakers act as complementary security guarantors who receive Bitcoin-denominated rewards via PoX, so Stacks achieves security without requiring an excessive number of miners competing solely to win block production rights.
Unlike other chains where miners alone determine the canonical chain, Stacks' two-party system provides stronger guarantees:
Miners cannot force invalid transactions or blocks (signers won't sign them, and even if they did, the nodes would not accept them)
No miner can unilaterally reorg the chain (signers control chain finality)
Accepting a block requires signatures carrying at least 70% of total signer weight, ensuring broad consensus before blocks are accepted
This separation of concerns between miners and signers is why a small number of miners is not a weakness.
What happened to microblocks?
Microblocks are a legacy feature of the previous version of Stacks that no longer exist. They were originally created as a way to improve transaction throughput, but without the functionality of Nakamoto, they never worked in practice.
Nakamoto instead uses a block production structure that creates Stacks blocks at a rapid cadence. See What was the Nakamoto Upgrade?.
Bitcoin MEV Mitigation
Miner Extractable Value (MEV) has been a longstanding issue across many blockchains, including Stacks pre-Nakamoto.
MEV refers to the potential profit miners can extract from the manipulation of transaction inclusion and ordering within the blocks they produce, which can lead to unfair practices and diminished trust in the network.
In pre-Nakamoto releases of Stacks, Bitcoin miners with a significant percentage of Bitcoin's hashrate had the ability to censor commitment transactions of other Stacks miners, ensuring they were able to win the block rewards and fees of Stacks blocks where they were also the winner of the Bitcoin block as a Bitcoin miner.
The Nakamoto system uses a variation of the Assumed Total Commitment with Carryforward (ATC-C) MEV mitigation strategy to allocate block rewards to miners. The probability a miner will win the block and be granted the current tenure will be based on a function that accounts for the total block commit spend on the blocks leading up to the current block.

The ATC solution leaves the option for a block to have no valid winner. The TenureChange-Extend transaction mitigates the majority of adverse effects caused by a missed block.
Additional Resources
Last updated
Was this helpful?
