Cross-VM Interactions (EVM ↔ Move)
Overview
Movement enables apps to compose across EVM and MoveVM using canonical bridges and message-passing patterns.
Common Patterns
- Asset Bridge: lock on EVM, mint Move resource; redeem by burning and unlocking.
- Messaging: post messages/events on one VM, verify and act on the other.
Best Practices
- Verify finality and proofs before settlement.
- Normalize decimals and metadata across token standards.
- Provide users with clear cross-VM status indicators.