Blog | Admin

Algorand targets broad quantum resilience by 2027

Algorand has been leading in blockchain quantum resilience since 2022.

And now, we have announced our roadmap to target broad quantum resilience by the end of 2027 – including native PQ accounts with related SDK and developer tooling support; PQ multisig for institutions, treasuries, and high-value operations; and research into PQ-resilient VRF and signatures for consensus messaging. The first milestones from this roadmap begin in Q3 2026.

Read the blog ->

class Dao extends Contract {

registeredAsaId = GlobalStateKey();

proposal = GlobalStateKey();

votesTotal = GlobalStateKey();

voteInFavor = GlobalStateKey();

inFavor = BoxMap<Adress, boolean> ();

endTime = GlobalStateKey();

createApplication(proposal: string, length: number): void {

this.endTime.value = globals.latestTimestamp + length;

this.proposal.value = proposal;

}

bootstrap(): Asset {

Algorand has led the industry in post-quantum security since 2022. And now, we've revealed a clear roadmap to achieving broad quantum resilience by 2027. Secure today. Ready for tomorrow.

Read the PQ roadmap →