### 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.

```javascript
class Dao _extends Contract_ {
    registeredAsaId = GlobalStateKey<Asset>();
    proposal = GlobalStateKey<string>();
    votesTotal = GlobalStateKey<number>();
    voteInFavor = GlobalStateKey<number>();
    inFavor = BoxMap<Adress, boolean> ();
    endTime = GlobalStateKey<number>();

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.
