Movement Labs

Movement Labs is the company behind Movement Network — a blockchain infrastructure project bringing Meta’s Move virtual machine (MoveVM) to the Ethereum ecosystem as an EVM-compatible Layer 2. Move is a programming language and execution environment originally developed at Meta (Facebook) for the Diem (formerly Libra) blockchain project — later adopted by both Aptos and Sui as their native execution environments. Movement Labs combines Move’s safety properties (linear types, formal verifiability, resource-oriented programming that makes asset theft and reentrancy bugs structurally impossible) with Ethereum’s network security and tooling compatibility. The MOVE token serves as the native gas and governance token of the Movement ecosystem.


How It Works

Component Role
MoveVM Execution layer — runs Move smart contracts with formal safety guarantees
EVM compatibility layer Allows Ethereum Solidity contracts to deploy alongside Move contracts
Ethereum settlement Transactions settled/proven on Ethereum L1 for security
MOVE token Network gas, governance, and staking

Move’s key safety properties:

  • Linear types: Values (assets, tokens) cannot be copied or accidentally dropped — they must always be explicitly moved or destroyed
  • Resource safety: Token assets are Move “resources” — the type system makes it impossible to create tokens from nothing or accidentally destroy them
  • Formal verification: Move programs can be formally verified correct before deployment — much harder in Solidity

Key Features

Feature Details
MoveVM execution Move smart contracts — safer by design, with linear type system
EVM compatibility Solidity contracts also deployable — dual-VM environment
Ethereum security L2 architecture settling on Ethereum L1
High throughput MoveVM’s parallel execution model enables higher TPS than sequential EVM
Institutional focus Move’s formal verification capabilities attract institutional DeFi builders

History

  • 2023: Movement Labs founded by Rushi Manche and Cooper Scanlon; seed funding
  • 2024 (Apr): Movement Labs raises $38M Series A led by Polychain Capital
  • 2024 (Aug): Movement Network testnet (M1) launches; Move smart contract development environment available
  • 2024 (Q4): Ecosystem of Move developers begins forming; Move DeFi protocols announced
  • 2024 (Dec): MOVE token TGE (Token Generation Event); listed on major exchanges
  • 2025: Movement mainnet; ecosystem DeFi protocols deploying; MOVE staking active

Common Misconceptions

“Movement is just another Ethereum fork.”

Movement uses a fundamentally different execution environment (Move/MoveVM) rather than extending the EVM — the safety properties are structurally different from Solidity’s execution model.

“Move programs can’t be hacked.”

Move programs are safer by design but not immune to logic errors — the type system prevents a specific class of asset bugs but doesn’t guarantee business logic correctness. Audits are still necessary.


Criticisms

  • MOVE token launch controversy: The MOVE token TGE in December 2024 was followed by controversy — allegations of insider trading and market maker manipulation raised concerns about the token’s initial distribution
  • EVM vs. Move friction: Developers must choose between writing Move (new language, learning curve) or Solidity (familiar, but no Move safety benefits) — the dual-VM adds complexity without clear developer path
  • Competition: Movement faces significant competition from Aptos and Sui (also Move-based L1s) which have larger ecosystems, from Ethereum L2s with established liquidity, and from Monad/MegaETH for high-performance EVM

Social Media Sentiment

Movement gained significant attention in 2024 as a novel approach — bringing Move’s safety properties to the Ethereum ecosystem. The MOVE token TGE created controversy that dampened initial enthusiasm but broader developer interest in Move safety remains genuine. Insider controversy made community trust variable.


Last updated: 2026-04

Related Terms


Sources

  1. Movement Network Documentation — docs.movementnetwork.xyz (2024). Technical documentation for Movement Network — MoveVM integration, EVM compatibility, and developer guides.
  1. “Move: A Language With Programmable Resources” — Meta Blockchain / Diem Foundation (2020). Original technical paper on the Move programming language — its design principles, resource types, and formal verification capabilities.
  1. “Movement Labs Raises $38M to Bring Move to Ethereum” — The Block (April 2024). Coverage of Movement Labs’ Series A funding and technical vision.
  1. “Comparing Move Blockchains: Aptos, Sui, and Movement” — Messari (2024). Comparative analysis of Move ecosystem blockchains — covering architecture, performance, ecosystem maturity, and developer adoption.
  1. “MOVE Token Launch Controversy: Market Maker Allegations” — CoinDesk (December 2024). Coverage of the controversy surrounding the MOVE token TGE — allegations of abnormal market maker activity.