Post-Quantum activation gate successfully tested on the Chipcoin testnet
Another milestone completed for Chipcoin's Post-Quantum integration.
Today we verified that the consensus activation gate for CHCQ (Post-Quantum) addresses behaves exactly as intended.
To test it, we used a funded legacy wallet and attempted to send coins to a CHCQ address before the scheduled activation height.
The node correctly rejected the transaction with:
>
This confirms that:
- Legacy wallets continue to operate normally.
- The network already recognizes CHCQ addresses.
- Consensus prevents the creation of Post-Quantum outputs until activation at testnet height 30000.
This is an important distinction: the feature is already implemented in the protocol, but it cannot be used prematurely because activation is enforced by consensus rules rather than by wallet software.
The next milestone will be reaching height 30000, creating the first on-chain CHCQ outputs, and then verifying transactions from a Post-Quantum wallet back to legacy addresses.
We're taking a conservative approach: implement, test thoroughly, activate only when the network is ready.
Feedback and technical questions are always welcome.