Skip to content

Movement Network

In this BLOKC session, Shayan introduces Movement Network and the Move Virtual Machine. The talk traces Move back to Meta’s original Libra and Diem work and connects it to today’s modular stack built with Celestia and Ethereum.

What the session covers

Shayan frames Movement Network as a modular Layer 2 that brings the Move VM to Ethereum. The core idea is a shift away from the EVM’s account-based model toward resource-oriented programming. In Move, digital assets are defined as native Resources: scarce, non-copyable values stored directly inside the account that owns them, rather than tracked as entries in a key-value mapping inside an external contract. This design gives Move strong safety properties, backed by compile-time bytecode verification and static type checking that catch many errors before deployment. The Movement stack layers these pieces together, using the Move VM for parallel execution, Celestia for low-cost data availability, and Ethereum L1 as the settlement layer for final cryptographic state roots.

What you can build

Because Resources cannot be silently copied or lost, Move lets developers write expressive DeFi protocols that resist classic EVM exploits such as re-entrancy. Shayan points to automated market makers, lending markets, and gaming ecosystems as natural fits for the model.

What’s next

The roadmap centers on a public Mainnet launch and a growing Move Developer Portal. Movement Labs is incubating ecosystem projects including Echelon, Route X, and Mosaic, adding hooks for AI agent trading automation, and running developer activations in regions like the Philippines to grow local Move talent.