Skip to main content

Cryptocurrency: a solution that does not solve a problem

Suppose I went to my local cafe to buy a coffee, and suppose the cafe accepted cryptocurrency. What incentive would I have to use that over fiat currency? None. If I pay with cryptocurrency for that transaction, there are 3 problems:

  • the need to pay gas money, a similar idea to a transaction fee
  • be contributing to global warming with the computationally-intensive nature of cryptocurrency
  • cryptocurrency is not FDIC insured

By contrast, if I pay for the coffee with my debit card, I don't need to pay a transaction fee. The transaction would probably be quite a bit faster since nothing computationally intensive has to happen. Also, my money linked to my debit card is FDIC insured, unlike money in a cryptocurrency wallet.

So for multiple reasons outlined above, cryptocurrency is an inferior means of exchange compared to fiat currency.

Now, if you were to tell me that cryptocurrency's main advantage is not as a means of transaction but rather as an asset that could increase over time, now you're talking about it as a security. 

The problem is that cryptocurrency companies do not have the same level of oversight and scrutiny as a public company traded on the stock market. So even as an asset, why would I entrust my money to some randos whose companies aren't subject to the same kinds of careful rules as companies traded on the stock market? I wouldn't.

You might argue that cryptocurrencies are high-risk high-reward. But there are other high risk high reward investments out there. It's a crowded space that cryptocurrencies are occupying! They're already competing with a lot of other investments in fiat currency. 

Furthermore, even if I wanted something riskier than buying stocks from a company with a strong track record, there are always IPO's. For an IPO, I could scrutinize their SEC filings to try to gain as much knowledge as possible and decide whether to invest. By contrast, there is a lot less transparency about cryptocurrency companies.

If anyone thinks cryptocurrency will take over the world, the above reasons are why it won't.  There are always going to be large swathes of the population for whom cryptocurrency does not solve a problem. 

One of the few subsets of the population who could benefit from cryptocurrency is the unbanked (although you could argue whether keeping cash lying around could be safer than keeping it in cryptocurrency). 

Yet only a tiny fraction of the population is unbanked! The vast majority of taxpayers in most countries are able to open a bank account in their country and have access to fiat currency. So cryptocurrency literally does not solve any particular problem for the average taxpayer while introducing negatives. This is why many people will always prefer fiat currency and would never bother using cryptocurrency.

Popular posts from this blog

How to center images horizontally using Grav

I've been playing around a bit with Grav. I was posing the question to myself: for the relatively simple use-cases I'm dealing with, could it possibly work for my purposes as an alternative to ProcessWire?  The problem I was initially dismayed to find that Grav uses Markdown as its editor, which does not offer native support for horizontal centering of anything (text or images). However, Grav offers some tweaks that help make it easier to do specific things you might commonly want to do. I tried writing a sample article, and I found that one of the hardest things to do was to center an image horizontally. And horizontal centering of images is something I would typically do in most of the articles I would write. So the lack of easy horizontal centering is a highly significant drawback IMHO (most people do want to center images in an article!) However, this issue is made up for by other things in Grav: the relative speed, ease and flexibility of custom theming and built-in suppor

Life using the Linux operating system exclusively for the last few years

Above: my Linux desktop layout. Back in 2017, I switched my operating system entirely to Linux. In case anyone is wondering, here is what I experienced over the last few years. Others I interact with have no idea I'm on Linux. For example, if someone emails me an MS Word document that I need to complete, I simply open it with LibreOffice (an open-source word processing program that is pre-installed on most Linux systems), edit the document as needed - which is very easy since the same sorts of functionalities are available in LibreOffice - and then I can save it in MS Word format and email it back. Likewise, if I'm on a Zoom call, everything works just the way it does on PC and Mac. Zoom makes their application available for Linux too, I downloaded it and let it self-install, and it works exactly the same way as it does on other operating systems. I can point-and-click my way to whatever I need to do on Linux; no special knowledge required. If you want to dig deeper into script

Correct usage of unwind-protect and with-open-file in Lisp

Learning to use unwind-protect in Lisp typically crops up very early on when you're first learning the language. In fact, anything to do with I/O is going to be something you'll need to know early on. Yet unfortunately, I find that unwind-protect is not explained sufficiently well for a beginner to understand not just how to use it correctly, but why and when . Grappling with this myself, I found that hands-down the best explanation came from this YouTube video from Baggers: Luckily, in the case of file handlers, LISP already assumes you'll want to open a file with unwind-protect, so it provides the with-open-file macro for this exact purpose. It closes the file handler for you with a built-in unwind-protect. This is an advantage over manually opening and closing your file handlers, because if your program opens the file but never gets to the part with the close command (for example due to a run-time error in between those stages), the built-in unwind-protect make

About Me

My photo
Vera
I'm a wife and mother. I don't have any formal computer science qualifications, or any religious qualifications. I have a PhD in biochemistry. This photo is of me, but is confusing for AI.