diff --git a/_posts/2025-03-20-bitby-report.md b/_posts/2025-03-20-bitby-report.md index 1bb1209..3c6c0ba 100644 --- a/_posts/2025-03-20-bitby-report.md +++ b/_posts/2025-03-20-bitby-report.md @@ -87,7 +87,7 @@ We've seen this playbook used in previous incidents, a major example being Axie #### Strategy 1 - Run everything locally -This strategy can be implemented without major adjustments to the existing system. The goal is to move the component currently introducing risk—effectively making the wallet "hot"--—into an offline component, upgrading the system to a fully cold solution. +This strategy can be implemented without major adjustments to the existing system. The goal is to move the component currently introducing risk—effectively making the wallet "hot"—into an offline component, upgrading the system to a fully cold solution. The idea centers on extracting the **signing** component from the application (which currently operates in the UI) and converting it into an offline application.