1) We are short CleanSpark $CLSK. Our full report is now available at

2) CleanSpark $CLSK claims to be a clean energy software company which is "changing the face of energy markets globally." We think CleanSpark has habitually lied about its supposed customers and contracts, many of which we've found simply do not exist.
3) In August, $CLSK claimed "project deployments to be executed as part their exclusive [ILAL] agreement" to install microgrids for 252 homes in Valle Divino, Mexico. We visited Valle Divino and found an empty wasteland, emblematic of CleanSpark's promises to investors.
4) Similarly in January 2020, $CLSK touted a contract with Shoreline Schools, which analysts now estimate could lead to $3M in revenues. We simply asked Shoreline, whose rep told us that the plans contemplate just $300,000 worth of revenue, a mere 10% of these claims.
5) This is nothing new; $CLSK once claimed to have "designed a best in class microgrid solution" for Green Dragon, a cannabis operator. We again reached out to Green Dragon who told us, point blank, that no business was ever done and $CLSK fabricated it. We include those emails.
6) Of $CLSK's paltry business which isn't apparently fabricated, we find it rife with undisclosed related party transactions. In October, $CLSK claimed a $1M contract with LAWCLERK. Yet $CLSK CRO Amer Tadayon is also listed on LAWCLERK's website as their Chief Product Officer.
7) In February 2020, $CLSK acquired p2k Labs, yet CleanSpark CFO Lori Love was listed on p2k documents as early as November 2018. In effect, $CLSK appears to have purchased the side business of its CFO, with zero relevance to the Company's supposed "green energy" mission.
8) Finally, $CLSK subsidiary p2k itself appears to also fake its customers, as customers listed as "case studies" on its site appear to exist only on paper, while being controlled by $CLSK CFO Lori Love and $CLSK CRO Amer Tadayon.
9) $CLSK bought ATL Data Centers in December and consistently touts its low cost to mine. However, we think $CLSK hasn't disclosed that ATL's subsidized power agreement may be set to expire in less than 3 years, leaving $CLSK investors holding the bag.
10/10) In 2017, $CLSK claimed it could do $133M in 2020 revenues. It did just $10M, while burning $15M of cash, much of which was in executive compensation. We think CEO Bradford and Chairman Schultz cannot be trusted, and view $CLSK shares as worthless.

More from Finance

Ok here is the explanation. Grab a cup of coffee and read on. If you have not read/noticed this, you will see intraday options movement in a new light.


Say we have two options, one 50 delta ATM options and another 30 delta OTM option. Normally for a 100 point move, the ATM option will move 50 points and the OTM option will move 30 points. But in a high volatile environment, the OTM option will also move nearly 50 points

To understand why this happens, first understand why an ATM option is 50 delta. An ATM option has the probability of 50% of expiring as ITM. The price just has to close a rupee above the strike for the CE to be ITM and vice versa for PEs

Now think of a highly volatile day like today. If someone is asked where the BNF will close for the day or expiry, no one can answer. BNF can close freakin anywhere, That makes every option of an equal probability of being ITM. So all options have a 50% probability of being ITM

Hence, when a huge volatile move starts, all OTM options behave like ATM options. This phenomenon was first observed in the Black Monday crash of 1987 at Wall Street, which also gave rise to the volatility skew/smirk

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.