#MultiversX is a distributed blockchain network for next-gen applications. Decentralized via 3200+ nodes, scalable through sharding, fast, secure, and green.
Meet the Tech:
Module Composition 🧩
The trait-inheritance pattern that lets a MultiversX Rust contract split logic across multiple files, share modules between contracts, and compose pre-built behaviour from the framework.
Modules are reusable trait definitions. The contract trait inherits from them with +.
One contract, any number of modules, no glue code.
💡 🧵
Today we completed the final piece of VeroPay’s Apple integration stack:
• Apple Wallet integration
• Real-time balance sync with dynamic pass updates
• Secure top-ups via Apple Pay powered by @xMoney_com
• Core infrastructure built on @MultiversX , designed for resilience, scale, and long-term financial rails
Users can now carry their VeroPay account in Apple Wallet, top up instantly with Apple Pay, and use it across the same NFC ecosystem as a physical card, without needing one.
On the product side, @GaupaLabs is building the next evolution of the iOS experience on top of this infrastructure:
• Pay and Earn points in a tap. No app needed.
• Full NFC-based usage natively on your phone
• Gamification layer for user engagement
• Merchant-side tools and features
Next release will bring this ecosystem fully together.
PS: No VC money. Just the will to offer better alternatives.
MultiversX API Service v1.20.0 is live 🚀
This release comes with:
• Major tech stack upgrade: Node 24.14.0 and NestJS v11, with a full package overhaul for performance and security
• ElasticSearch fix: resolved queries where certain documents were missing from results
• Performance: reduced database connections, refactored core module imports, and optimized caching across accounts, tokens, and NFT services
Protecting Users, Pursuing Justice
We commend the progress of the legal proceedings surrounding the 2022 Maiar Exchange incident, with those responsible now being held accountable in court. Reaching this point has taken time, resolve, and persistence.
As documented in the court proceedings, the incident was the work of individuals who acted with malicious and illegal intent. They leveraged their position to unlawfully exploit an internally known software bug that was already being addressed, striking before the planned fix could be deployed.
The attack was detected immediately, around 1am, and contained the same morning. The MultiversX team acted swiftly and decisively to deploy an emergency containment fix, protect user funds, and ensure that every affected user was made whole.
From the outset, we notified, enlisted, and worked hand in hand with the relevant law enforcement agencies, providing the guidance and evidence that led to those responsible being brought before the court. The transparency and traceability of our network proved instrumental in tracing the stolen assets and helping the authorities identify those involved.
The matter has now reached a partial but favorable resolution, with two of the individuals involved having pleaded guilty. One case remains open, and we will continue to use every means available under the law and offer our full support, both to protect our users and to stand firm against any malicious actor. We intend to see justice fully served, and we trust the process will reach its proper conclusion within the full scope of what the law provides.
We encourage our community, and the wider crypto ecosystem, to remain vigilant and proactive: to speak up when something looks wrong, and to stand together against anyone who would do harm. At the same time, we are grateful for all the support and involvement we received from the resourceful developer community, the various law enforcement agencies, and other relevant parties in finding a resolution to this important and difficult matter.
In the end, what could have been one of the most serious challenges in our history became a testament to the resilience of our network and the strength of its community. The attack was contained, every user was protected, and those responsible are being held to account. Seeing justice served after all this time is an important milestone. We will always meet such moments the same way: with decisive action, transparency, and an unwavering commitment to our users.
Meet the Tech:
initApp() 🧩
The single entrypoint that boots a MultiversX dApp before any UI renders.
Theme, storage, network configuration, native auth, WalletConnect, transaction tracking, provider restoration — one call, sequenced internally.
Replaces v4's React-only DappProvider component. Framework-agnostic by design.
💡 🧵
Calling all MultiversX builders!
This Thursday, we're hosting a call for validators and developers.
On the agenda:
• Supernova preparations
• Security Track and Battle of Nodes conclusion
• Tooling updates
Join us on June 4, 12:00 UTC
SpaceCraft SDK v0.66.1 is live 🚀
A patch release with:
• Build fix for Rust 1.96
• ManagedVecItem for time types: TimestampMillis, TimestampSeconds, DurationMillis, DurationSeconds
• sc-meta: template fixes for downloaded contracts (interactor + https://t.co/9XvIEwMfbi), plus an rustc-version edge case
Last week’s fees rewards recap on xExchange:
💰 Rewards: $1.9k for energy holders
📊 Volume: $1.45M in trades
💸 Swap Fees: $4.5k generated
⚡ Energy: 3.16T committed
Check out more in-depth stats: https://t.co/OfB3QoEwYw
40 major hacks, that is more than one per day.
And the search and the penetration of other protocols / bridges / security setups / even personal computers to gain access to multi / single sigs is ongoing.
it is ever more important for everything which is built has a solid foundation, a blockchain, a VM and execution model, a user and developer safety model which simply eliminates 99% of the bugs and the problems.
this is the first thing blockchain has to solve in the permissionless, open world. safety and security.
in this, I think @MultiversX has done the biggest amount of work. on chain guardians, on chain 2fa, atomic multitransfer and execute. VM in a sandbox, in another thread, completely isolated, no approvals, all assets are native, and things really simply just work.
Meet the Tech:
UnorderedSetMapper 🧩
A set-style storage mapper with O(1) membership check, O(1) insertion, and O(1) removal.
When the question is "is this in the set" and not "what came first," this is the right tool.
💡 🧵