ther (ETH), the native cryptocurrency of the Ethereum blockchain and the second-biggest overall, reached a fresh record high early Wednesday, widening its lead over market leader bitcoin (BTC).

The trend looks set to continue, with ETH/BTC (the ether-bitcoin price ratio) breaking out to a multi-year high in a sign of increased capital flow into ether.

Ether rose to $2,800, surpassing the peak price of $2,762 reached Wednesday, according to CoinDesk 20 data.

The cryptocurrency has rallied by 43% so far this month, decoupling from bitcoin, down 7%. The ETH/BTC ratio has jumped to 2.5-year highs above 0.050, confirming a major bullish breakout on technical charts.

"ETH/BTC has broken out after a multi-year consolidation, and the trend looks very strong," Pankaj Balani, co-founder and CEO of the Singapore-based Delta Exchange, said. "There are no further resistances here, and we expect to see ETH/BTC push through 0.10 eventually."

The implication is the ongoing capital rotation out of bitcoin and into ether is likely to continue over the coming months.

A report earlier this week from digital-asset manager CoinShares showed ether funds and investment products drew $34 million last week, while bitcoin funds lost $21 million.

"The demand is shifting," Meltem Demirors, chief strategy officer at CoinShares, told CNBC earlier this week, adding that capital is moving from one asset to another.

Raoul Pal, CEO and co-founder of Real Vision Group, also foresees continued ether outperformance.

"At this point in the risk cycle, and with Ethereum 2.0 coming (cheaper fees and less supply), I'm struggling to not sell all my BTC and move my entire core position to ETH," Pal tweeted earlier this month. "To be clear – I'm a massive BTC bull, but I think ETH is the better asset allocation for performance right now."

Developers expect the Ethreum 2.0 upgrade or the switch to a proof-of-stake consensus mechanism by the end of this year or early next year. After that, Ethereum founder Vitalik Butrin plans to implement a "sharding" upgrade in a bid to expand Ethereum's capacity to process transactions by splitting its database into 64 mini-blockchains. That may bring down transaction fees, bringing more network activity and stronger demand for ether.

While the path of least resistance for ETH/BTC appears to be on the higher side, it may not be smooth sailing, said Stack Funds' head of research, Lennard Neo.

"The breakout seen on the weekly chart is quite significant as the next resistance dates back to May 2018 at the 0.09 value," Neo said. "ETH/BTC may re-test former hurdle-turned-support at 0.04-0.045 before further gains unfold."

A potential bull market correction in bitcoin, the top cryptocurrency by market value, cannot be ruled out and will likely lead to a temporary pullback in ETH/BTC. That's because a bitcoin drop usually yields bigger drawdowns in ether and other alternative cryptocurrencies.

Bitcoin's bounce from recent lows near $48,000 has stalled near $55,000, and buyers are refusing to step in despite the U.S. Federal Reserve keeping to its pro-easing stance on Wednesday.

The weekly chart MACD histogram, an indicator used to gauge trend strength and trend changes, has crossed below zero, indicating a bearish reversal for the first time since March 2020.

"A break above $60,000 is needed to revive the bullish view," Balani said.



We already revealed that the Lisk interoperability solution aims to enable general cross-chain messages. In this blog post, we now explain how this is achieved by providing a high-level overview of the Lisk interoperability solution similar to the online presentation given in the "First Glimpse at Lisk Interoperability" at the Lisk Updates from the Lisk Center, Berlin event from November 2020. Moreover, we can now unveil our updated roadmap that contains all the objectives of the blockchain interoperability phase.

Technical Solution
Our interoperability solution is based on the paradigm of cross-chain certification introduced in detail in the previous research blog post "Introduction to Blockchain Interoperability". Basically, cross-chain certification means that information from one chain is submitted to another chain utilizing a signed object called a certificate. Let us see more specifically how this will work in the Lisk ecosystem.

Cross-Chain Update Transactions
We will now consider the simplified case of two interoperable chains, where one is the sending chain and the other one the receiving chain. To send information from the sending chain to the receiving chain, the first step is to include a transaction on the sending chain. This transaction then emits one or more cross-chain messages which carry the relevant information that is supposed to be sent to the receiving chain. The cross-chain messages are then transferred to the receiving chain. However, we do not send a cross-chain message to the receiving chain right after the corresponding transaction was included. Instead, several cross-chain messages, possibly from multiple blocks or even rounds, are collected together and are put into a cross-chain update transaction, which is then posted on the receiving chain. This concept is also illustrated below in Figure 1. Cross-chain update transactions are in fact the main transactions facilitating interoperability in the Lisk ecosystem and our realization of cross-chain certification. Therefore, we also called the general technique "cross-chain update" instead of "cross-chain certification" for simplicity in the online presentation given in the "First Glimpse at Lisk Interoperability".

Cross-chain update transactions
Figure 1: The transactions t1 to t3 are included in the sending chain over the course of some blocks, where each one emits one cross-chain message, denoted by m1, m2, and m3. The cross-chain messages are put into one cross-chain update transaction, denoted by CCU, that is posted and included in the receiving chain.


The Lisk ecosystem will, of course, consist of more than just two chains. Therefore, the solution is also slightly more sophisticated than previously explained. That means, for example, that a cross-chain update transaction may contain several cross-chain messages that target different chains. This will be further explained in the sections below.

Note that there is no rule on how many messages must be collected before a cross-chain update transaction is created or for how many blocks one must collect messages before creating one. There is full flexibility, and any user could create a cross-chain update transaction whenever they want by taking all cross-chain messages that were not put into a cross-chain update transaction before.


Content of Cross-Chain Update Transaction
Cross-chain update transactions consist of the following three major parts:

The cross-chain messages.
A certificate.
Information about the current validator set of the sending chain.
We already described the first part, the cross-chain messages, above.

A certificate is an object containing information from a finalized block header that is signed by a large portion of validators from the sending chain and thus authenticates a finalized state of that chain. An authenticated finalized state is a requirement for accepting cross-chain messages on the receiving chain. That means a cross-chain message is applied on the receiving chain only if it was attested that the corresponding transaction on the sending chain belongs to a finalized state.

With the information about the current validator set of the sending chain, the receiving chain knows which validator set is eligible to sign the next certificate.




After 5 Preview versions, the first release version of Neo N3 (Neo N3 RC1) has been released on 16th March 2021. The most significant upgrade in this version is the integration of NeoFS system into the Oracle module. Numerous improvements and fixes have also been applied in this version for State Root service, Policy native contract, opcodes and etc.

NGD will perform the Neo N3 RC1 TestNet upgrade from UTC 6:00AM to 9:00AM, 25th March 2021. The TestNet might be temporarily unstable during this period. We are sorry for any inconvenience caused.

The comprehensive list of improvements and optimizations in this version:

NeoFS API Completion & Integration into Oracle
neofs-api-csharp is now completed and has been integrated into the Oracle plugin in this version. The NeoFS master nodes in this TestNet are now Neo-go nodes by NeoSPCC and will operate as a side chain. Neo nodes will interact with them through the NeoFS API. These Go nodes will be fully migrated to corresponding Neo master nodes in a later stage.

State Root Improvements
Since the last release, a number of new features and fixes have been added to the State Root service. A new P2P functionality has been added to include the ExtensiblePayload to send signatures. Many bugs are also fixed, such as fixing a faulty logic where the state root witness could be null, checking the magic before enabling state root console commands, and fixing hash calculation logic and etc.

New Opcodes
Two new opcodes POW and SQRT are added into the Neo contract system, which can be used to calculate the power and square root of a value, respectively. This addition will simplify the smart contracts development experience on Neo. Corresponding logic changes across the neo-core, NeoVM, and .NET devpack were also completed.

Other improvements and optimizations
Introduced the concept of side-chains to allow plugins to load with multiple NeoSystems
Added new interfaces on native contracts to record update history
Adjusted some system call fees to match resource requirement calculations
Separated CpuFee and StorageFee for clearer and more rational fee calculations



getNFTs are rolling off the production belt!
After a full year of focusing on testing locally the first getNFT mints have finally hit the public ledger over the last weeks. Over the last 72 hours more than 35 000+ getNFTs have been minted by GETs 'playground' runner.
This runner is only the mocking the back-filling of 120 000 backlogged tickets in our system. The actual back-filling of the tickets will be done if the mocked back-filling is completed.
Isn't minting easy?
It is. However it isn't the mint that we are testing here. The process of minting and back-filling involves far more complex actions as only the minting transaction. Before a mint transaction is sent to the getNFT contract on-chain a lot has happend in the backend of both the ticketeer as well in GETs servers running the getEngine and getCustody. It is these processes that require attention and monitoring. The diagram below gives a rough overview of what is going on behind the scenes.

Diagram showing all the processes that occur for a blockchain transaction to occur. Every new ticket owner is assigned a fresh wallet address on the fly, this address will be the owner of the NFT. After a successful mint the ticketeers backend is provided the location of the NFT. This will allow ticket holders to view their smart ticket 'on chain' in the near future!

Better safe than sorry
The minting process requires several database writes and callbacks to databases of our ticketeer integrators. As the production databases serve thousands of people on a daily basis we need to be certain flusher doesn't disturb stability of these systems. Due to this we need to be very certain that our back-log mints and data-writes do not slow down or cause unexpected errors. So for no issues have been observed — steady as she goes!

Next week we'll start the back-filling the backlogged tickets using the live systems. This will cause the registration of more than 120 000 tickets and 200+ events!

getNFT blockchain privacy
When observing the getNFT ownership one might notice that each wallet at most owns 1 getNFT. This isn't because all the ticket holders don't have any friends or because they are overly compliant to covid laws. In the getNFT system each ticket lives on its own fresh wallet.

1 wallet, 1 NFT — it is only fair.
To ensure privacy getNFT does not recycle wallet addresses — ever. Meaning: 1 ticket — 1 owner — 1 wallet. Always.
If a user buys 5 tickets, these will be registered to 5 wallet addresses with 1 getNFTs each . Even though these wallets 'belong to each other' as they are seeded from a HD wallet — for an outsider observing the blockchain this connection can't be made (mathematically impossible to do so).
This means that for an outsider it is impossible to identify a user based on the amount of tickets owned — as this can be an identifying factor (one of many). No data is leaked — at all, at any times. There is no way a person can be DOXed — even if external data is included (like Facebook attendance data).

Privacy first
Privacy is a serious matter. The fact that with a blockchain all records are public domain and cannot be deleted on request makes it even more persistent. For example we would be technically unable to comply with a GDPR right to be forgotten request without lobbying for an Ethereum hardfork.

Transparency as a service — getScanner API
In the previous blog I shared some details on how anybody (with knowledge of blockchain explorers) is able to query the getNFT smart contract to get to know more about a certain event or particular tickets. Surely copying hashes in a clunky smart contract interfaces isn't how we envision the future of ticketing to be experienced.
Our growing blockchain team is working on a kick-ass ticket explorer. However, we do not want us to be the only ones serving up the blockchain data. One of the reasons the blockchain space is so vibrant and innovation is so fast paces — is due to the fact that all data and tools are accessible for anyone, anywhere without consent. Allowing anybody to build on the GET Protocol is one of our key objectives. Open sourcing the code base is only part of the solution. Ensuring that the ticket/NFT data is easily queried is maybe even more pressing.

Those wanting to use our getNFT assets or registered event data in their own app or site should not have to study the Solidity ABIs. Requesting data about a ticket should be as easy as doing an API call. This is why we are offering an (open sourced) node repo called getScan. The diagram shows the pivotal role these nodes will play in tying everything together.
Some example queries:
Fetching event data
Fetching ticket owner data.
Fetching ticketeer data.

We expect to publish the full documentation for using the getScan API next week!

V4 of getNFT contracts
A key point of using a blockchain as data-storage mechanism is that the data is immutably registered. No do-overs, no edits, no censorship. This 'blockchain feat' is pivotal in solving the inefficiencies in the ticketing sector — as these are caused fundamentally by distrust. This immutability does pose challenges from the continues development side of things.

Upgrading the immutable
With blockchain data written is immutably stored. Data can technically be deleted, but it will remain possible to lookup what its previous state was. The code writing the data is also persistent(by default). As GET is constantly improving and adding new features this immutability poses a challenge if one wants to incrementally improvement and add features.
When using the default smart contract deployment process, every change to smart contract code would result in a completely new smart contract address for getNFTs. Causing a wild growth in getNFT contracts. Surely this isn't viable — luckily there are several Solidity design patterns that allow developers to upgrade contracts while keeping persistent storage.
After a long period of research and testing we completed a up-gradable version of our getNFT Factory contract as well as the event metadata contracts. A diagram showing the architecture of our approach is shown below.



Personal finance expert Dave Ramsey has given some advice on what to do with bitcoin investments. While acknowledging that the cryptocurrency has had a "fabulous" run, Ramsey still prefers putting his money in more "proven" investments.

Dave Ramsey Still Not a Fan of Bitcoin
Famous radio show host and best-selling author Dave Ramsey gave some advice about bitcoin on The Dave Ramsey Show last week.

The self-proclaimed personal money management expert, Ramsey calls himself "America's trusted voice on money." He is the author of seven best-selling books: Financial Peace, More Than Enough, The Total Money Makeover, EntreLeadership, Dave Ramsey's Complete Guide to Money, The Legacy Journey, and Smart Money Smart Kids. Altogether, they have sold more than 11 million copies.

Ray from Louisville, Kentucky, called into The Dave Ramsey Show to ask for advice about his bitcoin investment. "In late 2019, my income roughly tripled," he began telling his story. "And in 2020, I got real aggressive with paying off debt and I was able to clear off a motorcycle debt, all credit cards, and the last two items are now a house and a car." He also bought BTC last year. "I bought bitcoin, and it's ballooned into this huge account now, worth roughly a hundred thousand dollars."

He added: "One of the things I want to do with it is obviously pay off the car but it's not quite enough to pay off the house, so I guess my question is do I wait with this volatile asset or do I sell it and move into something more traditional?" While noting that over the course of 2020, his BTC investment rose 649% and "the expectations are that it could go even higher," he said bitcoin "is a volatile asset" that "swings now every day." He admitted: "I'm just nervous about keeping this large amount of cash in this volatile asset but still having to worry about a house that I'd like to pay off in the meantime."

Ramsey commented: "You've got Vegas problems, man. I mean you walked up to the slot machine, put a quarter in and it dumped a bunch of quarters out and now you have this temptation to think that's a plan." The financial guru added that this is "the problem with anything that is extremely volatile," emphasizing that the investment is "unpredictable."

The personal finance expert proceeded to tell Ray what he would do if he were in the same situation with a bitcoin account that had appreciated to $100K:

I would cash it all out tomorrow. I wouldn't have been in it in the first place though.

Ray tried to justify his bitcoin investment decision. "I'm single. I felt I could afford to take the risk. I had a snowball plan for all the other items," he said.

Ramsey responded: "You can do whatever you want to do. But, you're asking me what I would do. I wouldn't have been in it the first place and I wouldn't stay in it. I would cash it out tomorrow, and I would put the money in some commonsense things."

He also pointed out: "You're sitting here explaining to me all the problems with the investment. You already know what you need to do. You just want somebody else to say it out loud." The finance guru concluded:

Take your fabulous income and use that to build wealth with. That is a much more proven strategy to build wealth than playing volatile assets.

"Buying gold, or buying commodities, or buying bitcoin, or buying currencies, I mean, there're a lot of volatile [assets]. You can do options. You can be selling short on the market. You can be day trading. There're all kinds of things you can do and occasionally make money at it, and most of the time end up losing it … bitcoin is in that category. It's a high-risk play," Ramsey described.

He further explained, "Bitcoin's had a fabulous run in the last year but that doesn't mean it's an investment you need to do." Similarly, "Gold had a fabulous run for a while there but that doesn't mean it's an investment you need to do. These commodity plays and currency plays are just dangerous," he opined.

In conclusion, while emphasizing to Ray, "You do what you want to do," Ramsey noted:

I have zero money invested in that type of thing. I worked too hard for it and I really don't have any desire to lose it. The government takes enough of it without me losing it.

Ramsey has long been a bitcoin skeptic. In December last year, he gave similar advice to another BTC investor who turned his $1,500 bitcoin investment into $120K. At the time, Ramsey doubted that the bitcoins could be cashed out, calling the cryptocurrency "funny money."


According to a new study conducted by Crypto.com, the total number of global cryptocurrency users has surpassed 100 million for the first time ever. The study, which measured the cryptocurrency marketplace's size using onchain metrics, survey analysis, and internal data, recorded 106 million cryptocurrency users in January 2021.

Compared to December 2020, the 106 million users represent a 15.7% increase in just one month. What's fueling the growth of the crypto market? According to Crypto.com's research, it comes down to bitcoin adoption momentum.

Eric Anziani, Crypto.com COO had this to say to Bitcoin.com regarding the research's findings:

Our study improves upon previously used methods to find a clear trend of growing cryptocurrency ownership. As more companies and merchants adopt cryptocurrencies as a treasury asset and means of payment, we expect 2021 to be a banner year for crypto mass adoption, bringing us ever closer to our vision of 'Cryptocurrency in Every Wallet'.

Bitcoin smashed through its previous all-time high, pushing its market capitalization past $1 trillion. The growth shows no apparent signs of slowing down either as sentiment around cryptocurrency increases, especially as JP Morgan and BNY Mellon will start offering digital payment methods. Not even two full months into the year yet, investors are piling 10-digit figures into bitcoin. Tesla bought $1.5 billion of bitcoin at the beginning of February, and investment website Motley Fool announced a $5 million investment just a week later.

Bitcoin isn't the only thing that's fueling the demand for cryptocurrency. Several other factors are at play too. Crypto.com's research attributes this rapid ascent to the growth of the decentralized finance (defi) market, the ability to buy, sell, and hold cryptocurrency through Paypal, and the institutional adoption of cryptocurrency are attracting new crypto users every day.

Defi Momentum is Growing
The defi market's momentum is significant given the increased demand for ethereum and other altcoins like Binance's BNB. The total market capitalization of coins locked in defi has grown from $690 million to over $11.7 billion, a significant number that's encouraging new investors to enter the market.

According to Crypto.com's research, ETH's growth rate was higher than BTC in November and December 2020; BTC's unique users grew by 1.5% in November compared to ETH's 2.8% growth. In December, ETH's change was nearly double that of BTC's: 2.8% compared to 1.2%.

How accurate are all of these numbers? A total number of 24 exchanges were included in the research, and while Crypto.com has updated and improved its methodology since its last report, it does admit these figures may be subject to some small caveats.

South Korea is reportedly bringing forward—yet again—plans for a tax on digital currency profits, which will see gains liable to a 20% tax, according to local media.

Reporting on an announcement from the Ministry of Economy and Finance, the Korean Herald said profits from trading and holding digital currencies in Korea would be subject to the new tax from as early as January 1, 2022, as part of the country's commitment to establish a more robust legal framework for digital currency dealings.

The tax is liable on gains of over KRW2.5 million, roughly equivalent to about $2,300. Any gains up to that level will not be liable for taxation, but must still be reported to the tax authorities at year end, as with other forms of income.

The country had previously sought to introduce the tax in 2020, but encountered significant pushback from the digital currency community. Several delays in policy followed, including pushing a previous 2022 deadline back to 2023, until the latest announcement.

With the latest update, it looks as though the tax authorities are set to impose the levy from the start of 2022, in line with the reclassification of digital currencies as financial assets.

Digital currency inherited and gifted will also be subject to the tax, according to the reports, which the Herald says will be calculated using weighted average values for digital currency over a period of time.

"In such cases, the price of the asset will be calculated on the basis of the daily average price for one month before and one month after the date of the inheritance or gift."

The tax has again met with local opposition, with some 38,000 citizens having signed a petition against the plans to introduce the tax.

Nevertheless, the authorities are intent on pressing forward with the new levy, as part of its ongoing process of overhauling securities laws.