Lotte Group and Arbitrum: a strategic collaboration for the future of the metaverse

The Lotte Group, a South Korean giant with a portfolio ranging from retail to technology, is expanding its presence in the blockchain sector by collaborating with Arbitrum, Ethereum’s layer 2 network.

This partnership marks a crucial step for the implementation of the metaverse platform Lotte Caliverse, a virtual reality driven by artificial intelligence that promises to redefine the future of digital interactivity.

 

Summary

Lotte Caliverse and the power of Arbitrum

Lotte Caliverse, launched in August 2024, integrates innovative experiences such as virtual shopping with real-world deliveries, next-generation gaming, and showcases of global brands, including GivenchyMCM7-Eleven, and the famous music festival Tomorrowland.

Thanks to Arbitrum technology, the platform will be able to implement cryptocurrency payments, enhancing user interaction with the metaverse.

During the CES 2025, Steven Goldfeder, CEO of the developer of Arbitrum, emphasized that the Arbitrum blockchain offers block times of only 250 milliseconds, ensuring high-quality performance in digital worlds. The platform promises to set a new standard for interactivity in blockchain-based metaverses, with a smooth and intuitive user experience.

One of the most interesting aspects of this collaboration is the prospect for the Lotte Group to receive a record grant in token ARB from the Arbitrum Foundation. Although the agreement is still under discussion, if approved, it could represent the largest grant ever awarded in blockchain history, further strengthening Arbitrum’s role as the reference infrastructure for the Caliverse project.

Innovation and Web3 gaming: the contribution of Arbitrum

Arbitrum has established itself as a leader in the Web3 space, particularly in the gaming sector.

In December 2024, the network launched the game Captain Laserhawk: The G.A.M.E., a multiplayer experience that leverages blockchain to offer advanced features and innovative game mechanics. Additionally, the $215 million funding program announced in 2023 to support game developers has attracted numerous quality projects to the platform.

According to DappRadar, Arbitrum currently hosts over 100 games, including successful titles like CryptantCrab Prime and Zeeverse. Its scalable and high-performance blockchain infrastructure was a natural choice for the Lotte Group, which seeks to integrate elements of intelligenza artificialegaming, and commerce digitale into its metaverse ecosystem.

The interest of the Lotte Group in blockchain is not new. Already at CES 2023, the company had announced ambitious plans for the metaverse, initially collaborating with the Ethereum sidechain Polygon for its NFT initiatives.

However, the alliance with Arbitrum represents a strategic shift, allowing the group to fully leverage the potential of blockchain technology for complex and large-scale projects.

Conclusions: a promising future for the metaverso and gaming

The partnership between Lotte Group and Arbitrum is not just a technological evolution, but also a demonstration of the potential of new-generation blockchains in transforming key sectors like the metaverse and gaming.

With Lotte Caliverse, the South Korean group aims to combine digital innovation and audience engagement, opening new opportunities for users and for the brands involved.

The planned sovvenzione ARB and the cutting-edge technologies of Arbitrum are just the beginning of a collaboration destined to make an impact on the global technological landscape.

Related Posts

Deploying smart contracts on the Ethereum blockchain

First of all, one or more developers must obviously create the smart contract by writing the appropriate lines of code, and then they must send it to the Ethereum network.

In technical terms, publishing it on the Ethereum blockchain means making all the nodes in the network receive and execute it. Once published, all instructions in it will always be executed by all nodes in exactly the same way.

Therefore, not only its publication but also the execution of instructions is irreversible once it is published on the blockchain.

Therefore, what really matters are the instructions it contains – which can be the most diverse – and how many people use it. Indeed, in order for the instructions of a smart contract to actually be executed, there must be one or more transactions that invoke them.

It is also worth remembering that these instructions generally involve the use of resources, such as data or tokens, so for them to actually be executed, all the conditions set as necessary must be met. 

Sometimes this data comes from outside, thanks to so-called oracles, while sometimes it simply comes from transactions on the blockchain.

Usually, the transaction that triggers the execution of the instructions contained in a smart contract involves the payment of a fee in ETH, and in many cases in order to actually trigger the execution also involves the payment or sending of tokens specific to the smart contract itself, or other smart contracts.

Technically, smart contracts are a type of account on the Ethereum blockchain, “controlled” by the network rather than a central entity. They can store ETH or tokens, and can also send transactions on the network autonomously.

A contract in the Solidity language would be like a kind of union of a code (the functions) and data (its state) located at a specific address on the Ethereum blockchain. Each contract contains declarations of state variables, functions, function modifiers, data structures and events.

The MiCA regulation, which came into force with the aim of uniformly regulating the cryptocurrency sector within the European Union, imposes new conditions that particularly concern:

  • – The mandatory authorization of crypto service providers
  • – The transparency of whitepapers
  • – The reserve requirement for stablecoin issuers
  • – Surveillance on systemic risks

One of the main impacts is precisely on stablecoins, like USDT, which will have to demonstrate that they have solid, transparent, and accessible reserve assets.

The platforms that wish to maintain the trading of these tokens within the European market will need to ensure that the assets are fully compliant.

Leave a Reply