Kraken acquires NinjaTrader for 1.5 billion dollars: a step towards the future of professional trading

Kraken, one of the leading cryptocurrency platforms in the world, has announced the acquisition of the futures trading company NinjaTrader for a sum of 1.5 billion dollars. The operation, subject to specific purchase price adjustments, marks one of the most significant mergers between traditional finance and cryptocurrencies, consolidating Kraken’s position in the multi-asset trading sector.

 

Summary

NinjaTrader: a strategic acquisition for Kraken’s global expansion

Founded in 2003, NinjaTrader is a leading platform in futures trading and has nearly two million users. The company operates as a Futures Commission Merchant (FCM) registered with the CFTC (Commodity Futures Trading Commission) in the United States, a crucial aspect that will allow Kraken to expand its offering of crypto derivatives and futures in the U.S. market.

This acquisition will offer significant advantages, including:

  • Access to the futures market in the United States: thanks to NinjaTrader’s FCM license, Kraken will be able to offer American traders futures contracts and derivatives on criptovalute.
  • Globally regulated expansion: NinjaTrader will be able to leverage the MiFID licenses from the UK and Europe, in addition to Kraken’s Australian securities license, facilitating entry into new markets.
  • Trading on multiple assets without interruptions: users of Kraken and NinjaTrader will be able to diversify their portfolio with traditional financial instruments, cryptocurrencies, and futures within a single platform.
  • Advanced trading tools: clients will have access to the combination of NinjaTrader’s analytical solutions and Kraken’s high liquidity in cryptocurrency trading.

A bridge between traditional finance and cryptocurrencies

The operation represents a turning point in the integration between legacy finance and cryptocurrencies, two sectors that until now have operated in parallel. According to Arjun Sethi, co-CEO of Kraken, traditional finance still relies on banking systems dating back to the 1950s, with markets closing at 4:00 PM (ET) and settlement times that take days. Blockchain technology, on the other hand, has eliminated these inefficiencies thanks to a continuous and real-time operating ecosystem.

Sethi emphasized that this acquisition represents the first step in creating an institutional trading platform, where any asset can be traded at any time.

The impact on the professional trading sector

The agreement between Kraken and NinjaTrader is not just a strategic move for Kraken, but also a signal of evolution in the professional trading sector. By combining advanced analytical tools and high liquidity, the platform resulting from the operation could establish a new standard for institutional and retail traders.

Furthermore, the integration of NinjaTrader will allow Kraken to strengthen itself in a regulated market, a fundamental aspect in a context where regulatory authorities are increasingly attentive to cryptocurrency exchange platforms.

A long-term vision for Kraken

With this acquisition, Kraken is not only focusing on crypto futures and derivatives, but is laying the groundwork for an expansion into stock markets and payment services. The goal is to transform the platform into a global hub for trading digital and traditional assets, making Kraken one of the most innovative entities in the financial sector.

In a context where cryptocurrencies and traditional finance are increasingly converging, operations like the one between Kraken and NinjaTrader represent a decisive step towards a more efficient, decentralized, and accessible financial system for all traders.

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