Move is now primed to grow DeFi | Glideslope AI

Move is now primed to grow DeFi

Featured Image

Published on Monday, March 17, 2025 by Cointelegraph | Found on Glideslope.ai

Opinion by: Alex Nguyen, CEO at VibrantXThe Move programming language’s origin is not super cypherpunk. Facebook (now Meta) created Move after the Libra/Diem team compared major smart contract languages (Bitcoin Script, Ethereum Virtual Machine bytecode languages) and decided their formidable in-house tech talent could make a new language built on years of private and public sector research.The original team, including founders Mo Shaikh, Avery Ching, and their engineering team, left Facebook to continue as a fully independent, open-source project headed up by Aptos Labs and supported by the Aptos Foundation.Importantly, Meta’s failed Libra experiment left us with a programming language specifically designed for crypto finance. Move on Aptos is now open-source, and the Aptos Foundation is a commercially driven organization that welcomes builders from all backgrounds.Move is now the best programming language for verifying the absence of bugs and checking for modifications and leaks, which is how most blockchains get hacked.This verification relies on two key features of Move on Aptos: (1) “backward compatibility” and (2) the concept of an “auditor at runtime.” Backward compatibility means future-proofingMove on Aptos is fast and cheap, creating a competitive user experience, especially for decentralized finance (DeFi) applications. Aptos aims for a high transaction throughput, with theoretical capabilities reaching up to 160,000 transactions per second (TPS) through its parallel execution engine, Block-STM.Aptos’ sub-second finality means transactions are confirmed quickly, enhancing the user experience in time-sensitive applications.To be fair, other chains also have these qualities. Move on Aptos is, however, designed to be “backward-compatible.” Future upgrades won’t disrupt existing projects. This helps developers feel more confident building long-term solutions without worrying about things breaking because of a Move upgrade. Move smart contracts are designed to be upgradeable without affecting the user experience, which is essential for mainstream adoption. This enables teams to implement bug fixes and new features with zero disruption. Recent: Crypto startups can’t just rely on solid tech to win VC funding: OKXSmart contract flexibility through Move on Aptos’ specific security features results in better and faster product shipping. Being more flexible, Move on Aptos can quickly adapt to support new ecosystems.“Bytecode” verification prevents leaksSolidity contract hacks have been prevalent over the years. When building Web3 technology for markets worth billions or even trillions of dollars, it’s crucial to have a security system that will protect projects from resource leaks, invalid memory access and other unauthorized modifications. As it was initially developed for Meta’s Diem project, Move is designed for safety, resource management and performance, making it attractive for developers looking for a secure yet robust language for smart contracts.When deploying code using Move, the code will be verified across several crucial coding conditions like proper resource management, type correctness and reference safety. No matter what happens to the code, it will be verified first to prevent any faulty or malicious smart contracts from running. This is the power of Move’s built-in bytecode verification.Real-time verification of the absence of bugsRenowned computer science pioneer Edsger Dijkstra noted, “Program testing can be used to show the presence of bugs, but never to show their absence!” Move’s formal verification capabilities let developers actually prove that there are no bugs in specific code according to preset specifications. MoveVM is less battle-tested than Ethereum’s virtual machine, but as Rushi Manche, founder of Movement Labs, has explained, Move requires much less code auditing. The MoveVM runtime can act as an “auditor at runtime.”The verifier inside the MoveVM ensures that the transaction code is not harmful and that it cannot create, duplicate or destroy resources not allowed by the signer(s) of the transaction. In other words, MoveVM is an “auditor at runtime” rather than a human smart contract auditor. Today, Move on Aptos is more than just a smart contract language. Move on Aptos is the longest-standing, most recognized and widely used version of Move, boasting one of the fastest-growing developer communities and a rapidly growing ecosystem of infrastructure, tooling and projects.Quickly verifying code before deployment created the conditions for the Move on Aptos ecosystem. From a flawed Web2 beginning, Move is now primed to grow DeFi.Opinion by: Alex Nguyen, CEO at VibrantX.This article is for general information purposes and is not intended to be and should not be taken as legal or investment advice. The views, thoughts, and opinions expressed here are the author’s alone and do not necessarily reflect or represent the views and opinions of Cointelegraph.

go to article
share on X
login to use Pulse AI
snap post
snap + pulse


Pulse AI Analysis



Analysis: bullish
Score: 52.49
-100 (Bearish) +100 (Bullish)

Sentiment Score: 52.49 - Very bullish.

This analysis was generated using Pulse AI, Glideslope's proprietary AI engine designed to interpret market sentiment and economic signals. Results are for informational purposes only and do not constitute financial advice.



source fraywire
share on X

Glideslope AI
Move is now primed to grow DeFi
Opinion by: Alex Nguyen, CEO at VibrantXThe Move programming language’s origin is not super cypherpunk. Facebook (now Meta) created Move after the Libra/Diem team compared major smart contract languages (Bitcoin Script, Ethereum Virtual Machine bytecode languages) and decided their formidable in-house tech talent could make a new language built on years of private and public sector research.The original team, including founders Mo Shaikh, Avery Ching, and their engineering team, left Facebook to continue as a fully independent, open-source project headed up by Aptos Labs and supported by the Aptos Foundation.Importantly, Meta’s failed Libra experiment left us with a programming language specifically designed for crypto finance. Move on Aptos is now open-source, and the Aptos Foundation is a commercially driven organization that welcomes builders from all backgrounds.Move is now the best programming language for verifying the absence of bugs and checking for modifications and leaks, which is how most blockchains get hacked.This verification relies on two key features of Move on Aptos: (1) “backward compatibility” and (2) the concept of an “auditor at runtime.” Backward compatibility means future-proofingMove on Aptos is fast and cheap, creating a competitive user experience, especially for decentralized finance (DeFi) applications. Aptos aims for a high transaction throughput, with theoretical capabilities reaching up to 160,000 transactions per second (TPS) through its parallel execution engine, Block-STM.Aptos’ sub-second finality means transactions are confirmed quickly, enhancing the user experience in time-sensitive applications.To be fair, other chains also have these qualities. Move on Aptos is, however, designed to be “backward-compatible.” Future upgrades won’t disrupt existing projects. This helps developers feel more confident building long-term solutions without worrying about things breaking because of a Move upgrade. Move smart contracts are designed to be upgradeable without affecting the user experience, which is essential for mainstream adoption. This enables teams to implement bug fixes and new features with zero disruption. Recent: Crypto startups can’t just rely on solid tech to win VC funding: OKXSmart contract flexibility through Move on Aptos’ specific security features results in better and faster product shipping. Being more flexible, Move on Aptos can quickly adapt to support new ecosystems.“Bytecode” verification prevents leaksSolidity contract hacks have been prevalent over the years. When building Web3 technology for markets worth billions or even trillions of dollars, it’s crucial to have a security system that will protect projects from resource leaks, invalid memory access and other unauthorized modifications. As it was initially developed for Meta’s Diem project, Move is designed for safety, resource management and performance, making it attractive for developers looking for a secure yet robust language for smart contracts.When deploying code using Move, the code will be verified across several crucial coding conditions like proper resource management, type correctness and reference safety. No matter what happens to the code, it will be verified first to prevent any faulty or malicious smart contracts from running. This is the power of Move’s built-in bytecode verification.Real-time verification of the absence of bugsRenowned computer science pioneer Edsger Dijkstra noted, “Program testing can be used to show the presence of bugs, but never to show their absence!” Move’s formal verification capabilities let developers actually prove that there are no bugs in specific code according to preset specifications. MoveVM is less battle-tested than Ethereum’s virtual machine, but as Rushi Manche, founder of Movement Labs, has explained, Move requires much less code auditing. The MoveVM runtime can act as an “auditor at runtime.”The verifier inside the MoveVM ensures that the transaction code is not harmful and that it cannot create, duplicate or destroy resources not allowed by the signer(s) of the transaction. In other words, MoveVM is an “auditor at runtime” rather than a human smart contract auditor. Today, Move on Aptos is more than just a smart contract language. Move on Aptos is the longest-standing, most recognized and widely used version of Move, boasting one of the fastest-growing developer communities and a rapidly growing ecosystem of infrastructure, tooling and projects.Quickly verifying code before deployment created the conditions for the Move on Aptos ecosystem. From a flawed Web2 beginning, Move is now primed to grow DeFi.Opinion by: Alex Nguyen, CEO at VibrantX.This article is for general information purposes and is not intended to be and should not be taken as legal or investment advice. The views, thoughts, and opinions expressed here are the author’s alone and do not necessarily reflect or represent the views and opinions of Cointelegraph.
Cointelegraph Mar 17, 2025 Found on Glideslope.ai
Post hash: 97556527425855017183 • glideslope.ai/post/97556527425855017183
Sentiment
bullish • Score: 52.49
-100 (Bearish) +100 (Bullish)
Pulse AI
Recent Articles
More on Glideslope AI

Cointelegraph: Satoshi’s $100B+ dormant Bitcoin stash: What happens if it finally moves

...

Published on 2025-10-12 06:46:56

Read more

Fox News US: Emergency flights diverted from Portland hospital amid 'laser party' threats at ICE facility: report

Air ambulance providers avoid OHSU helipad after online flyer encourages laser targeting of federal ...

Published on 2025-10-12 06:21:25

Read more

The Daily Caller: Largest Male Great White Shark In Atlantic History Reemerges Off Canadian Coast

The biggest male great white shark in Atlantic history is on the move...

Published on 2025-10-12 06:18:54

Read more

CBS News: A Death in the Stairwell

After her husband is found dying at the foot of the stairs, a woman accused of murder fights to clea...

Published on 2025-10-12 06:00:24

Read more

Cointelegraph: 'Very high chance' this is the start of the crypto bull market: Trader

...

Published on 2025-10-12 05:22:22

Read more

CNBC Top Stories: CDC walks back hundreds of firings as U.S. shutdown persists

Among the CDC workers initially cut were staff responsible for the Morbidity and Mortality Weekly Re...

Published on 2025-10-12 05:13:20

Read more

The Daily Caller: MIKE STENHOUSE: Jane Doe Tragedy Underscores Why Curricula Reform Is Not Enough

a spiritual battle...

Published on 2025-10-12 04:49:52

Read more

The Daily Caller: Vehicles Swept Away In New Mexico Flash Flooding As Southwest Braces For Another Pounding Of Tropical Rainfall

Multiple vehicles were swept away in flash flooding...

Published on 2025-10-12 04:07:14

Read more