Immutable: the SEC officially drops the investigation into the crypto gaming company

The Securities and Exchange Commission (SEC) of the USA has officially dropped the investigations into Immutable, the crypto gaming company. The co-founder of Immutable, Robbie Ferguson, specifies that no enforcement action has been taken and now expresses excitement about really accelerating in the Web3 game.

 

Summary

Immutable: the official abandonment by the SEC of the investigations into the crypto gaming company

The Securities and Exchange Commission (SEC) of the USA has officially dropped the investigations into the crypto gaming company Immutable.

The Wells notice from the SEC to Immutable had arrived last November, just before the US Presidential elections. The complaint was not specific, but it referred to violations of securities law and alleged misstatements by the company, likely related to the private sales of IMX in 2021.

Immutable would have publicly responded that the SEC continued to indiscriminately assert that tokens are securities.

In any case, even at that time, the crypto gaming company had reassured its followers by stating that it would continue to do what it does best, which is building products and services for gaming on blockchain. 

Now, to confirm the halt to the investigations the co-founder of Immutable, Robbie Ferguson, on X, has stepped in:

Robbie Ferguson announces the end of the case between the SEC and Immutable. Source: X

“The SEC has now officially dropped the investigation into Immutable, without any enforcement action being taken. This is a huge victory for the web3 game: after a year of battles, this threat to digital property rights has finally been silenced. We are excited to build.”

Immutable and the SEC’s Withdrawal: the Reaction of the Co-founder of the Crypto Gaming Company

Continuing with his post on X, Ferguson states that despite the Wells notice, Immutable has managed in the past year to continue its activities.

Among others, Ferguson talks about the zkEVM blockchain, which has become the 11th most popular blockchain in the world, the Passport, which has over 4.9 million memberships, and the number of crypto games increased to more than 500. 

Not only that, Immutable would have also secured three important partnerships with multibillion-dollar companies over the last year. 

As of today, with no more investigations underway, Ferguson is said to be enthusiastic about being able to truly accelerate in the bull of crypto gaming.

The withdrawal of the SEC on Immutable comes after a few weeks ago, always the SEC, decided to also withdraw its appeal against Ripple.

Is the IMX token in pump?

At the time of writing, IMX is worth $0.67, in a pump of +6% compared to 24 hours ago. Not only that, IMX reached the price of $0.73 during the last few hours.

In reality, looking at the crypto market led by Bitcoin (BTC), there is a slight green jump for almost all cryptocurrencies. This means that, basically, there is a slight bull market in general dominating the price scene, including IMX.

In fact, going back to November 2024, the month in which Immutable received the Wells notice, IMX had fallen from $1.32 to $1.07. A price that remains much higher than the current one.

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