On May 6th, 2017, Bitcoin hit an all-time high in transactions processed on the network in a single day: it moved 375,000 transactions which accounted for a nominal output of about $2.5b. Average fees on the Bitcoin network had climbed over a dollar for the first time a couple days prior. And they kept climbing: by early June average fees hit an eye-watering $5.66. This was quite unprecedented. In the three-year period from Jan. 1 2014 to Jan. 1 2017, per-transaction fees had never exceeded 31 cents on a weekly average. And the hits kept coming. Before 2017 was over, average fees would top out at $48 on a weekly basis. When the crypto-recession set in, transaction count collapsed and fees crept back below $1.
During the most feverish days of the Bitcoin run-up, when normal users found themselves with balances that would cost more to send than they were worth, cries for batching — the aggregation of many outputs into a single transaction — grew louder than ever. David Harding had written a blog post on the cost-savings of batching at the end of August and it was reposted to the Bitcoin subreddit on a daily basis.
The idea was simple: for entities sending many transactions at once, clustering outputs into a single transaction was more space- (and cost-) efficient, because each transaction has a fixed data overhead. David found that if you combined 10 payments into one transaction, rather than sending them individually, you could save 75% of the block space. Essentially, batching is one way to pack as many transactions as possible into the finite block space available on Bitcoin.
When fees started climbing in mid-2017, users began to scrutinize the behavior of heavy users of the Bitcoin blockchain, to determine whether they were using block space efficiently. By and large, they were not — and an informal lobbying campaign began, in which these major users — principally exchanges — were asked to start batching transactions and be good stewards of the scarce block space at their disposal. Some exchanges had been batching for years, others relented and implemented it. The question faded from view after Bitcoin’s price collapsed in Q1 2018 from roughly $19,000 to $6000, and transaction load — and hence average fee — dropped off.
But we remained curious. A common refrain, during the collapse in on-chain usage, was that transaction count was an obfuscated method of apprehending actual usage. The idea was that transactions could encode an arbitrarily large (within reason) number of payments, and so if batching had become more and more prevalent, those payments were still occurring, just under a regime of fewer transactions.
“hmmm”
Some sites popped up to report outputs and payments per day rather than transactions, seemingly bristling at the coverage of declining transaction count. However, no one conducted an analysis of the changing relationship between transaction count and outputs or payments. We took it upon ourselves to find out.
Table Of Contents:
Introduction to batching
A timeline
Analysis
Conclusion
Bonus content: UTXO consolidation
- Introduction to batching
Bitcoin uses a UTXO model, which stands for Unspent Transaction Output. In comparison, Ripple and Ethereum use an account/balance model. In bitcoin, a user has no balances, only UTXOs that they control. If they want to transfer money to someone else, their wallet selects one or more UTXOs as inputs that in sum need to add up to the amount they want to transfer. The desired amount then goes to the recipient, which is called the output, and the difference goes back to the sender, which is called change output. Each output can carry a virtually unlimited amount of value in the form of satoshis. A satoshi is a unit representing a one-hundred-millionth of a Bitcoin. This is very similar to a physical wallet full of different denominations of bills. If you’re buying a snack for $2.50 and only have a $5, you don’t hand the cashier half of your 5 dollar bill — you give him the 5 and receive some change instead.
Unknown to some, there is no hardcoded limit to the number of transactions that can fit in a block. Instead, each transaction has a certain size in megabytes and constitutes an economic incentive for miners to include it in their block. Because miners have limited space of 2 MB to sell to transactors, larger transactions (in size, not bitcoin!) will need to pay higher fees to be included. Additionally, each transaction can have a virtually unlimited number of inputs or outputs — the record stands at transactions with 20,000 inputs and 13,107 outputs.
So each transaction has at least one input and at one output, but often more, as well as some additional boilerplate stuff. Most of that space is taken up by the input (often 60% or more, because of the signature that proves they really belong to the sender), while the output(s) account for 15–30%. In order to keep transactions as small as possible and save fees, Bitcoin users have two major choices:
Use as few inputs as possible. In order to minimize inputs, you can periodically send your smaller UTXOs to yourself in times when fees are very low, getting one large UTXO back. That is called UTXO consolidation or consolidating your inputs.
Users who frequently make transfers (especially within the same block) can include an almost unlimited amount of outputs (to different people!) in the same transaction. That is called transaction batching. A typical single output transaction takes up 230 bytes, while a two output transaction only takes up 260 bytes, instead of 460 if you were to send them individually.
This is something that many casual commentators overlook when comparing Bitcoin with other payment systems — a Bitcoin transaction can aggregate thousands of individual economic transfers! It’s important to recognize this, as it is the source of a great deal of misunderstanding and mistaken analysis.
We’ve never encountered a common definition of a batched transaction — so for the purposes of this study we define it in the loosest possible sense: a transaction with three or more outputs. Commonly, batching is understood as an activity undertaken primarily by mining pools or exchanges who can trade off immediacy for efficiency. It is rare that a normal bitcoin user would have cause to batch, and indeed most wallets make it difficult to impossible to construct batched transactions. For everyday purposes, normal bitcoiners will likely not go to the additional effort of batching transactions.
We set the threshold at three for simplicity’s sake — a normal unbatched transaction will have one transactional output and one change output — but the typical major batched transaction from an exchange will have dozens if not hundreds of outputs. For this reason we are careful to provide data on various different batch sizes, so we could determine the prevalence of three-output transactions and colossal, 100-output ones.
We find it helpful to think of a Bitcoin transaction as a mail truck full of boxes. Each truck (transaction) contains boxes (outputs), each of contains some number of letters (satoshis). So when you’re looking at transaction count as a measure of the performance and economic throughput of the Bitcoin network, it’s a bit like counting mail trucks to discern how many letters are being sent on a given day, even though the number of letters can vary wildly. The truck analogy also makes it clear why many see Bitcoin as a settlement layer in the future — just as mail trucks aren’t dispatched until they’re full, some envision that the same will ultimately be the case for Bitcoin.
Batching
- A timeline
So what actually happened in the last six months? Let’s look at some data. Daily transactions on the Bitcoin network rose steadily until about May 2017, when average fees hit about $4. This precipitated the first collapse in usage. Then began a series of feedback loops over the next six months in which transaction load grew, fees grew to match, and transactions dropped off. This cycle repeated itself five times over the latter half of 2017.
more like this on
coinmetrics.io The solid red line in the above chart is fees in BTC terms (not USD) and the shaded red area is daily transaction count. You can see the cycle of transaction load precipitating higher fees which in turn cause a reduction in usage. It repeats itself five or six times before the detente in spring 2018. The most notable period was the December-January fee crisis, but fees were actually fairly typical in BTC terms — the rising BTC price in USD however meant that USD fees hit extreme figures.
In mid-November when fees hit double digits in USD terms, users began a concerted campaign to convince exchanges to be better stewards of block space. Both Segwit and batching were held up as meaningful approaches to maximize the compression of Bitcoin transactions into the finite block space available. Data on when exchanges began batching is sparse, but we collected information where it was available into a chart summarizing when exchanges began batching.
Batching adoption at selected exchanges
We’re ignoring Segwit adoption by exchanges in this analysis; as far as batching is concerned, the campaign to get exchanges to batch appears to have persuaded Bitfinex, Binance, and Shapeshift to batch. Coinbase/GDAX have stated their intention to begin batching, although they haven’t managed to integrate it yet. As far as we can tell, Gemini hasn’t mentioned batching, although we have some mixed evidence that they may have begun recently. If you know about the status of batching on Gemini or other major exchanges please get in touch.
So some exchanges have been batching all along, and some have never bothered at all. Did the subset of exchanges who flipped the switch materially affect the prevalence of batched transactions? Let’s find out.
- Analysis
3.1 How common is batching?
We measured the prevalence of batching in three different ways, by transaction count, by output value and by output count.
The tl;dr.
Batching accounts for roughly 12% of all transactions, 40% of all outputs, and 30–60% of all raw BTC output value. Not bad.
3.2 Have batched transactions become more common over time?
From the chart in 3.1, we can already see a small, but steady uptrend in all three metrics, but we want to dig a little deeper. So we first looked at the relationship of payments (all outputs that actually pay someone, so total outputs minus change outputs) and transactions.
More at
transactionfee.info/charts The first thing that becomes obvious is that the popular narrative — that the drop in transactions was caused by an increase in batching — is not the case; payments dropped by roughly the same proportion as well.
Dividing payment count by transaction count gives us some insight into the relationship between the two.
In our analysis we want to zoom into the time frame between November 2017 and today, and we can see that payments per transactions have actually been rallying, from 1.5 payments per transaction in early 2017 to almost two today.
3.3 What are popular batch sizes?
In this next part, we will look at batch sizes to see which are most popular. To determine which transactions were batched, we downloaded a dataset of all transactions on the Bitcoin network between November 2017 and May 2018from Blockchair.
We picked that period because the fee crisis really got started in mid-November, and with it, the demands for exchanges to batch. So we wanted to capture the effect of exchanges starting to batch. Naturally a bigger sample would have been more instructive, but we were constrained in our resources, so we began with the six month sample.
We grouped transactions into “batched” and “unbatched” groups with batched transactions being those with three or more outputs.
We then divided batched transactions into roughly equal groups on the basis of how much total output in BTC they had accounted for in the six-month period. We didn’t select the batch sizes manually — we picked batch sizes that would split the sample into equal parts on the basis of transaction value. Here’s what we ended up with:
All of the batch buckets have just about the same fraction of total BTC output over the period, but they account for radically different transaction and output counts over the period. Notice that there were only 183,108 “extra large” batches (with 41 or more outputs) in the six-month period, but between them there were 23m outputs and 30m BTC worth of value transmitted.
Note that output value in this context refers to the raw or unadjusted figure — it would have been prohibitively difficult for us to adjust output for change or mixers, so we’re using the “naive” estimate.
Let’s look at how many transactions various batch sizes accounted for in the sample period:
Batched transactions steadily increased relative to unbatched ones, although the biggest fraction is the small batch with between 3 and 5 outputs. The story for output counts is a bit more illuminating. Even though batched transactions are a relatively small fraction of overall transaction count, they contain a meaningful number of overall outputs. Let’s see how it breaks down:
Lastly, let’s look at output value. Here we see that batched transactions represent a significant fraction of value transmitted on Bitcoin.
As we can see, even though batched transactions make up an average of only 12% of all transactions, they move between 30%-60% of all Bitcoins, at peak times even 70%. We think this is quite remarkable. Keep in mind, however that the ‘total output’ figure has not been altered to account for change outputs, mixers, or self-churn; that is, it is the raw and unadjusted figure. The total output value is therefore not an ideal approximation of economic volume on the Bitcoin network.
3.4 Has transaction count become an unreliable measure of Bitcoin’s usage because of batching?
Yes. We strongly encourage any analysts, investors, journalists, and developers to look past mere transaction count from now on. The default measure of Bitcoin’s performance should be “payments per day” rather than transaction count. This also makes Bitcoin more comparable with other UTXO chains. They generally have significantly variable payments-per-transaction ratios, so just using payments standardizes that. (Stay tuned: Coinmetrics will be rolling out tools to facilitate this very soon.)
More generally, we think that the economic value transmitted on the network is its most fundamental characteristic. Both the naive and the adjusted figures deserve to be considered. Adjusting raw output value is still more art than science, and best practices are still being developed. Again, Coinmetrics is actively developing open-source tools to make these adjustments available.
- Conclusion
We started by revisiting the past year in Bitcoin and showed that while the mempool was congested, the community started looking for ways to use the blockspace more efficiently. Attention quickly fell on batching, the practice of combining multiple outputs into a single transaction, for heavy users. We showed how batching works on a technical level and when different exchanges started implementing the technique.
Today, around 12% of all transactions on the Bitcoin network are batched, and these account for about 40% of all outputs and between 30–60% of all transactional value. The fact such that a small set of transactions carries so much economic weight makes us hopeful that Bitcoin still has a lot of room to scale on the base layer, especially if usage trends continue.
Lastly, it’s worth noting that the increase in batching on the Bitcoin network may not be entirely due to deliberate action by exchanges, but rather a function of its recessionary behavior in the last few months. Since batching is generally done by large industrial players like exchanges, mixers, payment processors, and mining pools, and unbatched transactions are generally made by normal individuals, the batched/unbatched ratio is also a strong proxy for how much average users are using Bitcoin. Since the collapse in price, it is quite possible that individual usage of Bitcoin decreased while “industrial” usage remained strong. This is speculation, but one explanation for what happened.
Alternatively, the industrial players appear to be taking their role as stewards of the scarce block space more seriously. This is a significant boon to the network, and a nontrivial development in its history. If a culture of parsimony can be encouraged, Bitcoin will be able to compress more data into its block space and everyday users will continue to be able to run nodes for the foreseeable future. We view this as a very positive development. Members of the Bitcoin community that lobbied exchanges to add support for Segwit and batching should be proud of themselves.
- Bonus content: UTXO consolidation
Remember that we said that a second way to systematically save transaction fees in the Bitcoin network was to consolidate your UTXOs when fees were low? Looking at the relationship between input count and output count allows us to spot such consolidation phases quite well.
Typically, inputs and outputs move together. When the network is stressed, they decouple. If you look at the above chart carefully, you’ll notice that when transactions are elevated (and block space is at a premium), outputs outpace inputs — look at the gaps in May and December 2017. However, prolonged activity always results in fragmented UTXO sets and wallets full of dust, which need to be consolidated. For this, users often wait until pressure on the network has decreased and fees are lower. Thus, after transactions decrease, inputs become more common than outputs. You can see this clearly in February/March 2017.
Here we’ve taken the ratio of inputs to outputs (which have been smoothed on a trailing 7 day basis). When the ratio is higher, there are more inputs than outputs on that day, and vice versa. You can clearly see the spam attack in summer 2015 in which thousands (possibly millions) of outputs were created and then consolidated. Once the ratio spikes upwards, that’s consolidation. The spike in February 2018 after the six weeks of high fees in December 2017 was the most pronounced sigh of relief in Bitcoin’s history; the largest ever departure from the in/out ratio norm. There were a huge number of UTXOs to be consolidated.
It’s also interesting to note where inputs and outputs cluster. Here we have histograms of transactions with large numbers of inputs or outputs. Unsurprisingly, round numbers are common which shows that exchanges don’t publish a transaction every, say, two minutes, but instead wait for 100 or 200 outputs to queue up and then publish their transaction. Curiously, 200-input transactions were more popular than 100-input transactions in the period.
We ran into more curiosities when researching this piece, but we’ll leave those for another time.
Future work on batching might focus on:
Determining batched transactions as a portion of (adjusted) economic rather than raw volume
Looking at the behavior of specific exchanges with regards to batching
Investigating how much space and fees could be saved if major exchanges were batching transactions
Lastly, we encourage everyone to run their transactions through the service at
transactionfee.info to assess the efficiency of their transactions and determine whether exchanges are being good stewards of the block space.
Update 31.05.2018
Antoine Le Calvez has created a series of live-updated charts to track batching and batch sizes, which you can find here.
We’d like to thank 0xB10C for their generous assistance with datasets and advice, the people at Blockchair for providing the core datasets, and David A. Harding for writing the initial piece and answering our questions.
submitted by Bitcoin (BTC)
📷
Bitcoin is the cryptocurrency that started it all back in 2009, after the global financial crisis and subsequent bailouts of banks left many people disenfranchised with fiat currency and outdated, insecure financial infrastructure.
Today, Bitcoin is being used for peer-to-peer payments across the globe. More than that, though, it is leading the way towards a future in which financial technology is trustless, secure, resilient, and censorship resistant. Without Bitcoin, this list would not exist.
Ethereum (ETH)
📷
The platform that brought
smart contracts to the blockchain, spurring a minor revolution in the cryptocurrency ecosystem. Before Ethereum, Bitcoin and its transaction-oriented design was the central focus of most blockchain projects.
After Ethereum, teams saw the value of decentralized apps (dapps) and smart contracts, and shifted their focus to compensate.
Vitalik Buterin’s Ethereum whitepaper was released in late 2013. The project itself was announced January 2014, with a crowdsale the following July. The system officially went live in July 2015.
Since then, hundreds of businesses, individuals, and blockchain projects have
adopted Ethereum as their main smart contracts platform.
Ripple (XRP)
📷
Ripple is focused primarily on one thing: fast and cheap international transactions.
Current banking infrastructure has failed to evolve in the 21st century, such that it still takes 3-5 business days on average for an international transfer to be processed. With just 4 second transaction times and at a fraction of the cost of a wire transfer, Ripple’s
working product is already impacting the banking sector.
The big knock against Ripple is that its native token, XRP, is completely unnecessary. Indeed, driving adoption of Ripple’s banking solutions is far easier than getting real-world adoption for XRP.
If you’re interested in seeing a discussion about how XRP adoption will occur, you might find this
reddit thread worth a read. Meanwhile, all of us will just have to wait and see whether XRP adoption strategies ultimately come to fruition.
Bitcoin Cash (BCH)
📷
Bitcoin Cash was created in 2017 when the first ever hard fork of the Bitcoin blockchain took place. The split was the result of Bitcoin’s 1MB blocks filling up. Transaction speeds were declining, fees were increasing, and it became clear to the community that the current model wasn’t sustainable for scaling.
In a move that still causes cryptocurrency fights to this day, Bitcoin and Bitcoin Cash soon emerged as separate but similar projects. BCH has 8x the block size of BTC, giving it roughly 8x the transaction throughput. Its fees and transaction times are much faster, as predicted.
Learn more about
Bitcoin vs Bitcoin Cash.
Stellar (XLM)
📷
The Stellar project and its associated
Lumens (XLM) token was forked from the Ripple protocol in 2014. Stellar has come into its own since then, providing a blockchain connection service for fiat transactions between banks, payment systems, and people. Stellar is fast and reliable, and it works with practically no fees for the end-user.
Stellar is a payments system, meaning its job is to move money as efficiently as possible. Partnerships with banks and financial institutions were key in evaluating its status, as was the ability to actually send money using the network.
Several non-profits and commercial entities have agreed to use Stellar as part of their financial infrastructure. Recently, the team
partnered with IBM and KlickEx to facilitate cross-border transactions in the South Pacific and announced an affiliate with Keybase to streamline international transactions.
Stellar also has projects being built on its network by major established entities. IBM’s blockchain division is using XLM for their payments infrastructure, for example, and the Veridium startup is working with both organizations to tokenize its carbon credits market.
Litecoin (LTC)
📷
Litecoin is a Bitcoin fork that was created in 2011 by Charlie Lee as a cheaper and faster (2.5 minute block time instead of 10) alternative to Bitcoin. This is accomplished predominantly because Litecoin uses a Scrypt hashing algorithm instead of the SHA-256 algorithm used by Bitcoin. It’s common to hear Litecoin called “digital silver” to Bitcoin’s “digital gold,” and in reality Litecoin does not really expand upon the functionality of Bitcoin in a significant way so much as it makes different tradeoffs.
That being said, it does succeed in being cheaper and faster to use than BTC, which has led to it being accepted by hundreds of merchants and thus making Litecoin one of the most widely used cryptocurrencies for digital payments.
Tether (USDT)
📷
Tether is an unusual project. Whereas most cryptocurrencies rise and fall in value, Tether was designed to stay the same, fixed at a 1:1 ratio with the U.S. dollar.
This allows users to store, send, and receive digital currencies across platforms without incurring significant losses due to value fluctuations.
The Tether
stable coin sounds straightforward, but the project isn’t without controversy. USDT is supposedly backed by real USD sitting in a bank account. But in which account? Who controls it? And is Tether being used to manipulate the value of Bitcoin? It’s all part of the
Tether controversy.
Monero (XMR)
📷
Released in 2014 as a fork of Bytecoin,
Monero has since made a name for itself as the most popular
privacy coin on the market.
Most cryptocurrencies offer little in the form of anonymity. Monero was built for privacy from the ground-up, featuring stealth addresses, ring signatures, and complete coin fungibility. All of this adds up to a near-perfect cloak of anonymity, allowing Monero users to conduct transactions without exposing their identity.
Monero has had steady growth over the years thanks to a dedicated team of developers and an active community. The project continues to evolve with new privacy features and improved transaction security.
NEO (NEO)
📷
NEO was founded in 2014 as one of the earliest smart contract platforms, giving it a wide breadth of possible functionality. The platform’s strongest use case is digitizing traditional assets so that they can be easily tracked and exchanged on the blockchain.
NEO is also well-known as the “Chinese Ethereum,” and the fact that it is a Chinese-based project does seem to make Chinese dapp developers somewhat more likely to build on top of it than other platforms.
In fact, NEO has already supported
dozens of ICOs and remains one of the predominant platforms for supporting smart contracts and dapps.
Binance Coin (BNB)
📷
Binance Coin is an exchange token used to reduce trading fees on the
Binance platform.
Users can opt to pay exchange, listing, and withdrawal fees using BNB and enjoy as much as a 50% discount on all charges. This turns out to be a powerful incentive for purchasing and holding BNB, as what trader doesn’t enjoy saving money on transactions?
Binance Coin is an ERC-20 token that runs on the Ethereum blockchain. Its purpose is extremely limited, but because such a vast number of Binance users transact with it every day, it qualifies as a working and active product.
Zcash (ZEC)
📷
Zcash is another immensely popular privacy coin that often cracks the top 20 cryptocurrencies. It uses the tagline “internet money” and promises to fully protect the privacy of transactions with zero-knowledge cryptography.
Zcash provides anonymity by shielding transactions on the blockchain, preventing anyone from seeing the sender, recipient, or value of each transaction. The technology is so effective the Ethereum team is investigating it to enable anonymous transactions on their network.
Zcash has grown in leaps and bounds in 2018. The dev team published a roadmap through the year 2020, which includes a major features upgrade in the October 2018 Sapling release. Coinbase is also
considering listing Zcash, which is a huge boost for any cryptocurrency.
Qtum (QTUM)
📷
Qtum is a smart contracts platform similar to Ethereum, only with a stronger focus on value transfers and decentralized apps. It’s meant to be something of a hybrid between Bitcoin and Ethereum, allowing businesses to build smart contracts on the platform or just focus on cryptocurrency transactions.
Qtum launched in March 2017, and dashed straight to the top. The initial offering sold over $10 million in tokens after just 90 minutes. The project differentiated itself by providing a rare Proof-of-Stake smart contracts platform designed to compensate for some of Ethereum’s shortcomings, including lack of compatibility for mobile devices.
Qtum released its mainnet in September 2017, opening the doors to a fully functional smart contract and dapps platform. Several
projects already have an established presence on the network. One of the more exciting ones is Space Chain, which aims to create an open-source satellite network anyone can use for data transmission, storage, and development.
0x Protocol (ZRX)
📷
0x Protocol has one of the most important working products in the entire Ethereum ecosystem. It is a permissionless, open-source protocol that facilitates trustless exchanges of
Ethereum tokens through relayers and dapps that build on top of the protocol.
Not only has 0x been providing this functionality for over a year now, but they’ve been working to expand the protocol functionality significantly since that initial launch. In
0x protocol 2.0 and beyond, it will be possible to trade tokens built on standards besides ERC-20, including non-fungible ERC-721 tokens.
In a market full of scams and vaporware, 0x’s valuable contributions to the Ethereum ecosystem have made it one of the best performing cryptocurrencies of 2018.
Bytecoin (BCN)
📷
Bytecoin is another popular privacy-focused cryptocurrency with a strong community and user base. Transactions on the Bytecoin blockchain are instantaneous, untraceable, unlinkabe, and resistant to blockchain analysis.
Bytecoin has been around for a long time now, with contributions to the project beginning in 2012. However, that hasn’t stopped the project’s developers from continuously improving the product.
The recently updated
Bytecoin roadmap has a hard fork for a consensus update scheduled for August 31, as well as numerous initiatives for community growth constantly in the works.
Decred (DCR)
📷
Founded in 2015 by former Bitcoin developers, Decred’s most important working product is its solution to Bitcoin’s biggest problem. No, not scalability… blockchain governance.
You see, early Bitcoiners have been debating block size limitations and the efficacy of other scalability solutions like the
Lightning Network for years, even though the problem of scalability really only became discussed in the mainstream in 2017.
With its community-based governance model and strong adherence to the core ethos of decentralization,
Decred is built to evolve and improve rapidly. That means that it’s equipped to handle not only the scalability problem today, but other big problems that might arise down the line.
When you have poor governance, it is an arduous process making any upgrades to a project, no matter how necessary they may seem to the majority of coin holders. Decred’s best-in-class and still improving governance model give it an intriguing case to be a leader in digital payments for a long time to come.
BitShares (BTS)
📷
BitShares aims to improve worldwide access to financial services via blockchain. The tagline “assist the unbanked” summarizes the project nicely. In practice, this translates to BitShares operating as a decentralized exchange, one that was built from the ground-up to avoid scalability issues and keep transaction fees low.
BitShares was launched in 2014 by Dan Larimer, who would then go on to take a lead development role in both EOS and Steem.
The current state of the project offers decentralized asset exchange, price-stable cryptocurrencies, recurring and scheduled payments, user-issued assets, and more, all available through a decentralized system powered by delegated PoS consensus.
Steem (STEEM)
📷
Steem is the cryptocurrency that powers Steemit, a decentralized social media platform that incentivizes user participation through micropayments. Think of it like Reddit, only instead of just upvoting or downvoting posts, users can actually reward creators for their effort.
Steem is a functional cryptocurrency used exclusively on the Steemit platform. That gives it something of a limited use, but seeing as how Steemit is live and boasts a few hundred thousand users, it’s hard to argue it isn’t a working product. Some people may even be
earning money using Steemit. Siacoin (SIA)
📷
Siacoin is one of the leaders in decentralized cloud storage, a more secure and affordable alternative to centralized cloud storage solutions like Amazon S3, Google Drive, iCloud, Dropbox, and others.
Sia 1.0 was launched in June 2016, and has achieved considerable
adoption since then. With the $200 billion cloud storage market widely seen as one of the spaces most ripe for blockchain disruption, Sia has gotten off to a nice start by offering a functional decentralized cloud storage platform for over 2 years.
Augur (REP)
📷
Augur is one of the most recently launched products on this list. The platform
mainnet went live in early July 2018, bringing to fruition almost 4 years of post-ICO work.
Augur is a decentralized prediction market that uses game theory to generate crowd-sourced insights. Essentially, thousands of people working together have shown the remarkable ability to forecast outcomes.
With Augur, users can put REP tokens as bets on these predictions, essentially creating a form of “useful social gambling.”
Augur’s release was a long time coming. The project started as far back as 2014, nearly a year before the ICO. The creators cite the complexity of Augur’s smart contracts as the chief cause of the lengthy development time.
Regardless of its past, Augur is now a live product with a bright future.
Over 300 predictions have already been made, with the largest winning payout hitting $20,000. Betting volume even exceeded $1 million within the first weeks of launch.
Basic Attention Token (BAT)
📷
Basic Attention Token was one of the easiest projects to include on this list. That’s because its working product, Brave Browser, has
more than 3 million active usersbetween its mobile and desktop platforms, making it one of the most widely-used working products in the blockchain space.
Not only is
Brave Browser functional, it’s the only browser on the market that has built-in ad-blocking and tracker blocking, making the browsing experience both cleaner and faster than what you get with other popular browsers like Chrome and Firefox.
The future remains uncertain for the BAT token itself, as its adoption depends heavily on whether or not advertisers buy-in to the Brave model, as well as how willing Brave users are to be shown relevant ads and to pass along the BAT they earn to content publishers.
Given Brave’s success in just a short time since being launched, though, the future does appear promising for BAT.
Nano (XRB)
📷
Nano (formerly RaiBlocks) is all about scalability. The coin has nearly instant transactions with a completely fee-less structure. The platform accomplishes this by creating a unique blockchain for every account, preventing bloat and allowing for practically infinite scalability.
Nano’s motto of “do one thing and do it well” has gotten them a long way. The team doesn’t have to deal with scaling or slowdown issues thanks to the underlying structure of the project, allowing its roadmap to focus on
wallet updates and outreach. This is one cryptocurrency that’s essentially feature complete, and it has been for some time.
Golem (GNT)
📷
Golem has set out to be the Airbnb of computing resources. Have you ever needed extra GPU power to finish up a render? How about processing scientific data similar to the
[email protected] project?
Even if you don’t have those needs, a lot of groups do. Golem aims to provide easy access to those resources, all of which are rentable for a small cryptocurrency fee.
Golem hit the
mainnet launch button in April 2018, and was met with a fair amount of fanfare. One of the main goals for the feature-incomplete launch was to push the product out so real users could put it to work.
The team was interested in strengthening their interactions with end users to help guide the future of the platform. The team has
several major milestones planned for the coming months, so the mainnet release is only just the beginning.
Pundi X (NPXS)
📷
Pundi X has been shooting up the market cap rankings so far in Q3 2018, and they also happen to have a working product that just recently became available to retailers.
The primary Pundi X product is a point-of-sale (
POS) device that enables quick and easy mobile transactions for both fiat and cryptocurrencies. 500 POS devices are already being used by retailers in Asia, and there are thousands more scheduled to be distributed in the coming months.
In addition, Pundi X also offers XPASS cards, cryptocurrency credit cards that can work in place of mobile apps for making digital payments.
What makes the Pundi X project noteworthy is that it enables consumers to pay retailers in cryptocurrencies like BTC and ETH, and it immediately converts the payments into local fiat currencies so that retailers don’t need to worry about price volatility of the cryptocurrencies.
This makes it significantly easier for people to use cryptocurrencies in their daily lives, making Pundi X an exciting project for blockchain enthusiasts who are looking for signs of future mass adoption.
Waves (WAVES)
📷
Waves was the first ever blockchain platform that made it possible for anybody — regardless of their programming experience — to create blockchain tokens. Additionally, Waves has a
decentralized exchange where tokens can be traded and exchanged with fiat currencies.
Since the project’s first releases in 2016, Waves has gone on to make their DEX accessible from mobile phones and expanded its functionality significantly, while also building several strategic partnerships to help grow the Waves community and user base.
Ultimately, though, the
Waves Client is the project’s most important working product, as it is what allows tokens to be issued, stored, sent, and exchanged among users.
KuCoin Shares (KCS)
📷
Similar to Binance Coin, KuCoin Shares is an
exchange token that can be used to pay reduced fees on cryptocurrency trades. KCS has the added bonus of paying dividends to long-term hodlers, as well, paying out a 5% ROI for most users.
The nature of KuCoin Shares is one of the reasons the KuCoin exchange has gotten so much attention since it appeared on the scene. The tokens themselves are limited in scope, of course, but the sheer number of people using them for trades and buying them for
passive income is enormous.
Wanchain (WAN)
📷
Wanchain aims to build new and improved financial infrastructure to seamlessly connect the digital economy through blockchain interoperability. The use cases for Wanchain’s network are vast, and they include decentralized financial services, supply chain logistics, medical data sharing and security, digital ID management, and more.
With the recently released
Wanchain 2.0, it is now possible to transfer Ether cross-chain using Wanchain’s Ethereum Mapping Token, WETH.
Ethereum interoperability is just the start, though, and it’s expected that cross-chain support for Bitcoin and a couple of ERC-20 tokens will follow before the end of 2018.
Komodo (KMD)
📷
Komodo is a fork of Zcash that uses the same zk-snark cryptography to hide information about transaction participants and amounts being sent. Functional privacy coins aren’t unique (there are a handful on this list) but Komodo does have some unique features.
For one, Komodo was the first ever decentralized initial coin offering. Moreover, Komodo helps other developers to build their own customizable blockchain solutions, from building and securing independent blockchains and launching decentralized ICOs, to integrating projects into the cryptocurrency ecosystem.
KMD would already qualify as a working product for its anonymity features on digital payments, but add the end-to-end blockchain building solution and it’s clear that Komodo is making meaningful contributions to the cryptocurrency ecosystem.
Ardor (ARDR)
📷
Ardor is a scalable blockchain platform that allows businesses to create their own child chains and tokens with relative ease. This helps keep blockchain bloat to a minimum and provides multiple transactional tokens without sacrificing core chain transactions. It’s also a remarkably energy efficient platform that uses Proof-of-Stake to power consensus.
Ardor launched its mainnet on January 1, 2018 after a full year in testnet status. Its core features are largely in place, with the roadmap set to improve things like scalability and snapshotting.
The Blockchain-as-a-Service-platform hosts a few projects of its own, including the Ignis ICO, which was the first child chain on the mainnet.
Huobi Token (HT)
📷
Huobi is a digital asset exchange platform founded back in 2013, now offering well over 250 different trading pairs. The Huobi Token, meanwhile, is an ERC-20 token that is used on the exchange for discounts on trading fees of up to 50%.
In addition, 20% of the income generated on the Huboi Pro trading platform is used to buy back HT on the open market.
Unlike most buyback programs, the main purpose of Huobi’s program isn’t to reduce the circulating supply of HT. Rather, the HT that is bought back goes into a Huobi Investor Protection Fund, which is used to compensate Huobi users if they lose coins or tokens on the platform, as well as to ensure market stability and protect investor interests.
ZenCash (ZEN)
📷
ZenCash is yet another privacy coin with a working product in the Top 100, originally launched in the first half of 2017.
What makes ZenCash unique is that it’s the first blockchain with Transport Layer Security (TLS) integration for node encryption, making communication on the ZenCash network both private and highly secure.
Some other interesting parts of the ZenCash product include Tor nodes and built-in chat messaging services. In the future, the ZenCash team will deliver a DAO Treasury Protocol-level Voting System as well as a scalability solution to handle greater transaction volume.
PIVX (PIVX)
📷
PIVX is another privacy coin that focuses on keeping users and their associated transactions hidden under a cloak of secrecy. The project also tries to keep transactions as fast and fee-less as possible, something not all privacy platforms can boast about.
PIVX launched in January 2016. The coin is currently spendable and delivers the privacy features it promises, though it’s not yet a widely accepted currency by merchants.
Future plans for PIVX include governance functions to engage the community, wallet voting, and its own zPIV decentralized exchange.
Kyber Network (KNC)
📷
Kyber Network launched their mainnet in Q1 2018, enabling instantaneous and secure inter-token settlements through a
Decentralized Liquidity Network.
It’s currently possible to swap ERC-20 tokens on the network with just a few mouse clicks, giving it some basic functionality that is already being used to improve liquidity for Ethereum tokens.
In the future, however, Kyber Network will expand its functionality significantly in an effort to seamlessly connect dapps, DEXes, protocols, payment systems, token teams, investors, fund managers, and digital wallets.
Bancor (BNT)
📷
Bancor is a liquidity provider that enables users to exchange tokens without the need for a third-party to be involved in financing the transaction.
Gaining liquidity is incredibly important for young cryptocurrency projects, as a lack of liquidity makes it risky for investors to buy a considerable amount of a given coin or token, knowing that it might be exceedingly difficult to sell should they wish to.
Bancor’s technology makes it possible to convert one token to another, so that investors can be confident that they won’t be stuck involuntarily holding a cryptocurrency that they want to sell. This functionality makes the
Bancor Liquidity Network one of the most promising working products on this list, and one that has already achieved a good deal of adoption.
Loom Network (LOOM)
📷
Loom Network is still less than a year old, having been founded in October 2017. However, they have accomplished a lot in that short time span, including having launched numerous tools to help software developers learn how to build blockchain solutions.
The most important of these tools — and Loom’s biggest working product — is the
Loom software development kit (SDK).
However, Loom Network is far more than just a simple blockchain coding academy. It is also a production-ready
scalability solution for Ethereum, as the Loom developer toolkit helps programmers to build highly scalable dapps which connect to the Ethereum blockchain through special side chains called DappChains.
The project may still be in its infancy, but Loom Network is already contributing more utility to the cryptocurrency ecosystem than the vast majority of other cryptocurrency projects.
Polymath (POLY)
📷
Polymath wants to be the world’s go-to resource for security tokens on the blockchain. What Ethereum did for tokens, Polymath will do for securities.
The advantages of this are enormous, but the Polymath team likes to point to 24/7 market access, the elimination of middlemen, and trading access for 2 billion unbanked people around the world as the chief benefits of their efforts.
The Polymath platform launched in October 2017, and has since released a new security token every week, attracting investors and traders alike. It’s not as exciting of a project as some other blockchain tech, but it’s delivering on its promises with a working product.
Bibox Token (BIX)
📷
Bibox is a encrypted digital asset exchange whose primary differentiator from other crypto exchanges is that it integrates AI technology.
The purpose of the AI is to help Bibox’s traders, which it does by providing quantitative computation and analysis of trading activity, personalized risk allocation strategy, speech recognition, and objective analysis of the various coins and tokens listed on the exchange.
The Bibox exchange first launched back in November 2017. It has operation centers in the US, Canada, mainland China, Hong Kong, Japan, and Estonia. BIX token holders receive 20% of the exchange profits, and also get discounts on trading fees, similar to Binance.
https://www.investinblockchain.com/top-cryptocurrencies-working-products/ submitted by But it has come to my attention (thank you anon) that people are buying upvotes to vote cheat to push a specific narrative here and on Reddit. I won't get into intentions as I wanted to keep this short, and this post is just to highlight and draw attention to what is happening here. Readers in the comments can come to their own conclusions. Bitcoin Ethereum Ripple Bitcoin Cash Chainlink Binance Coin Litecoin Cardano Bitcoin SV EOS Monero Tron Stellar Lumens Crypto.com Coin Tezos UNUS SED LEO NEO NEM Cosmos Iota Dash VeChain THETA Ethereum Classic ZCash Maker Waves Ontology Dogecoin FTX Token HedgeTrade Algorand Basic Attention Token BitTorrent DigiByte 0x Ren Zilliqa Qtum Icon ... However, if you are among the 1000s of individuals who held accounts with Binance, KuCoin, Huobi or other non-US exchanges any time during 2018 calendar year then you are required to disclose your account value to the United States treasury under FBAR guidance on a FinCEN Form 114, if you meet the filing thresholds. Bitcoin HODL (@CryptoW49104301) reported 10 hours ago. @pokerbtcryptob1 @binance So It's your problem if you are not asking yourself why you keep repeating a losing pattern, you should have learn something during the last bear market, shitcoins are not bitcoin, that's not news and it's not binance fault. The agency is going after crypto websites since 2015. Arnab Shome News (CryptoCurrency ) Friday, 25/09/2020 10:09 GMT+2 2020-09-25T08:09:42+00:00 2020-09-25T09:02:43+00:00. Photo: Arnab Shome. Share this article. Finance Magnates Telegram Channel; Russia’s internet censorship agency, Roskomnadzor, warned against Binance and included the crypto exchange’s primary website to the ... I focus on providing live education and support to those interested in trading, Cryptocurrencies, and Blockchain technology. You will learn charting techniques, technical analysis, and the most popular cryptocurrencies for trading. My content is ideally suited for beginner to intermediate level traders.
Bitcoin Technical Analysis & Bitcoin News Today: I'll show you why a financial crisis is imminent, and that the next recession can lead to a global economic collapse. Is Bitcoin going to break out ... My Second Channel: https://www.youtube.com/channel/UCvXjP6h0_4CSBPVgHqfO-UA ----- Supp... If you want to support me, use any of the affiliate links below, also leave a like & SUBSCRIBE, that's completely free. Thank you very much! Thank you very much! DueDEX Short & Leverage Bitcoin: I am not a financial adviser and you should not make financial decisions based on my videos. This video is for entertainment and should NOT be used for and is not intended to be investment advice ... This lets you keep the any potential appreciation in your precious bitcoin. Use the link below to sign-up and apply and you will receive a $50 credit in bitcoin that can be applied towards any ... My Second Channel: https://www.youtube.com/channel/UCvXjP6h0_4CSBPVgHqfO-UA ----- Supp... Hey world! I am here today to show you Binance.com and talk a bit about Bitcoin. I am new to this world of crypto but I am eager to learn and share my journey with you. Not only did I sign up for ...