Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions sips/sip-045/sip-045-pox-5-bitcoin-staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,20 @@ implementation follows:
* All stackers continue to receive rewards during that reward cycle. Once the
next reward cycle happens, PoX-5 becomes the active PoX contract.

### 6.4 Activation Status

The vote concluded at Bitcoin block height 958,925, with SIP-045 passing by a decisive margin.
Counting each wallet once, a total of 181,488,504 STX participated (87 unique voters),
with all but 2 STX (1 wallet) voting 'Yes' — effectively unanimous approval.

Note: ballot.gg's raw headline figures (201,488,530 STX, 88 voting entries) double-count one
20M-STX stacker who voted through both the STX dust and BTC dust channels;
the total above reflects each wallet counted once.

Results were independently audited directly against the Stacks and Bitcoin
blockchains using `sip045-audit.mjs` (cloned from the proven SIP-039
audit script). The audit script can be found [here](https://github.com/BlockSurvey/ballot/commit/a3c1a297568f644caaac22c73c6782e5b14a79ee).

## 7. Reference Implementations

* [Stacks-core implementation branch][5]
Expand Down