Last updated: March 11, 2025
SCWE-033: Chain Split Risks
Stable Version v0.0.1
This content is in the version-(v0.0.1) and still under active development, so it is subject to change any time (e.g. structure, IDs, content, URLs, etc.).
Send Feedback
Relationships
Description
Chain split risks refer to vulnerabilities that arise when a blockchain splits into multiple chains, such as during a hard fork. This can lead to:
- Confusion or inconsistencies in contract logic.
- Loss of funds or data.
- Exploitation of vulnerabilities in cross-chain operations.
- Handle chain splits: Implement logic to handle potential chain splits.
- Use chain identifiers: Include chain identifiers in cross-chain communications.
- Test thoroughly: Conduct extensive testing to ensure contract logic is robust.
Examples