Tools of Managerial Decision-Making while Investing in Blockchain Projects

Consideration of the specifics of cryptocurrency, analysis of the market, as well as the development of decision-making tools. Understanding the field based on statistical data, interviews with cryptocurrency market professionals and personal experience.

Рубрика Менеджмент и трудовые отношения
Вид дипломная работа
Язык английский
Дата добавления 04.12.2019
Размер файла 276,6 K

Отправить свою хорошую работу в базу знаний просто. Используйте форму, расположенную ниже

Студенты, аспиранты, молодые ученые, использующие базу знаний в своей учебе и работе, будут вам очень благодарны.

Interviews

№1. "10$ Buffet"

* If it is not a secret, how much do you normally invest in blockchain projects? Is that sum differs from the experimental format? Do investments really happen almost every day?

Normally, the amounts invested in the projects differ from what you may see in our experiment. The number of projects invested is also much smaller. We always follow both the projects themselves and their inner workings, as well as the market situation in general and the volumes of trading.

* Did you consider the idea of stopping the experiment during the bear market?

There were no such thoughts. There was a confidence that a fall always is followed by the rise. Markets cyclical, including cryptocurrency.

* Which projects have become the most profitable in your portfolio for all time?

As you probably know, it is very difficult to say about profitability, if to invest more than once. We have invested for example in Ethereum when it traded both $ 80 and 800. Moreover, to take the exchange token BNB (Binance coin) as an example, it has recently managed to return to the levels of the end of 2017 - the beginning of 2018, respectively. As we have invested in it as well also several times maybe BNB is the most profitable in our portfolio.

* What time period is needed for the experiment to look at things in the crypto world realistically?

It is clear that for a couple of months of the experiment the results will not be valid. It takes time. As practice shows, even on the example of bitcoin, it is a period of 2 years at least. Each new cycle by statistics takes a longer period of time than the previous one.

* We know that in addition to investing in projects that are already traded on exchanges, you have also invested in ICO. Is it possible to compare investments in ICO and post-ICO?

As regards our own investments, ICO experience was pretty successful. But it is probably incorrect to compare the profitability of these stages because time periods of tokens` holding usually differ.

* What withdrawal strategy do you use? Are there any differences in strategy ICO and post-ico strategies of investing?

An Important point is the market situation as a whole. Usually, post-ICO stages are more applicable for long-term investments, ICOs, on the contrary, are considered for quick profits, especially during 2017 and 2018 years.

№2. Ian Balina

* What are the key moments in token metrics you pay attention to while investing in ICO projects?

I always try to start my analysis from the team members of a project. I try to find all the data about them, starting from their work experience, ending with the time of working at a certain place. For me, it is crucial what the company is. If it is a company like Facebook, Microsoft or the experience of founders is associated with the blockchain-related sphere, then this is an all-star project from the team's point of view. The idea itself also means a lot. It has to be not only realistic to execute, but also intriguing and important to the ecosystem. Moreover, I prefer not to invest in projects that collect very large amounts of money, even if it is "EOS" for instance, where everything is good for the rest of the metrics. Of course, such things like token unlocks, the percentage of the circulation supply and many others are also necessary to pay attention to.

* Are there any perspectives for ICO and how long do you think this tool will exist?

ICO is alive and has not gone anywhere. It is clear that it has some drawbacks, a very large number of projects using ICO are scams if to look at the full statistics. In any case, at the moment the tool has gone native, new projects constantly appear. In the blockchain-related sphere, everything happens very quickly, but at the moment the situation is just the way it is.

* Is there a priority according to the metrics for projects selection? For example, will you invest in a project with a top team, but a large period of lock or with no lock, but an average team?

Everything is very individual. Probably there is no clear algorithm, often the solution comes intuitively. In any case, every investment is a kind of a lottery, it is impossible to predict everything accurately. Answering your question, I think that the team is one of the most essential criteria for making a decision on investment, and the presence of a lock is even good for a stable ecosystem of the project, especially in the initial stages.

* Will you continue to invest in ICO projects even in the bear market or would you rather switch to other ways of gaining money?

As you may know, I am not only investing in blockchain projects, I also have my own clothing line, my own music label, I even managed to write a book. While investing it is always needed to be able to diversify the portfolio, do not put eggs in one basket. In addition, beyond the cryptocurrencies, there are other markets and other places for activity. It is never too late to switch.

* When top funds invest in a certain project is that a guarantee for you that it will be profitable?

In fact, once again, there are no guarantees. It is clear that if the big players believe in a particular project it should definitely give it more confidence, but it is definitely not a guarantee.

№3. Interview with Sergey Chmil, Matrix CIB

· Good morning, could you please tell about yourself briefly?

My name is Sergey Chmil, I am a representative of a Matrix CIB crypto fund.

· Could you describe how funds in crypto-related sphere work?

Everything is pretty simple. Investors` money is collected and a large sum goes to a certain project as an investment. All the details regarding the money back process are negotiated beforehand.

· What projects do you choose to invest?

We have a certain algorithm counting the token metrics and other criteria of the project. If a particular amount of metrics is positive, we decide to invest. Moreover, our experience in decision-making processes helps us significantly to operate in such a business.

· Is it possible that the special algorithm accurately defines the best blockchain project?

Actually, nothing can be predicted in investing. However, based on the analysis certain most preferable results can be anticipated.

· You have mentioned metrics which are analyzed by that special system, what are they?

To be honest, there are a lot of them. Every metric has a certain weight which is counted. All of them together give a result. Nothing can be missed out unless the final number will be not valid.

· If to consider human factor while investing in ICO what do you personally consider before to make a decision? Do you maybe have some special strategies?

I would rather share with you the main metrics I personally pay attention to and when I sell my initial investment. My favorite token metric is circulating supply on the moment after the project listing. If this number is 5-8 % this is superb for me. It means that the number of tokens in the circulation is small and the price consequently should be high. Of course, other metrics such as how much money project raise is also important. Speaking about money back period I am a traditional flipper and do not hold any tokens for a long time.

· Do you personally consider the level of hype around a certain project as an important metric to consider?

It depends from times to times. I personally do not take it into account. For me, "hype" is already when funds invest, however, this can be called a good degree of "hype".

· Could you suggest any personal tips which you use while investing and before investing?

I use social media a lot. To know about a certain project in details it is necessary to search not only on the website. Social media such as "Telegram" afford to have different advantages while investing, for instance, if you are an early group member, you can be called a successful participant in a certain project while people who subscribed later have no such privilege.

Appendix 2.

R Code

#Setting the working directory

setwd("D:/YandexDisk/РЦ/Борис/")

#Loading library with Kruskal-Wallis test

library(pgirmess)

#this part of the code is responsible for reading data

data <- read.table('data_cleaned.txt',sep = '\t',header = TRUE,encoding = "ascii",

fill = TRUE, dec = ",", quote = "\"",na.strings = c("-","не объявлено","",

"none","None","Не объявлено"))

#Common information about the whole data frame

head(data)

str(data)

names(data)

# the function was used for each categorical variable to understand how many categories it contains

summary(data[,18])

# data transformation for easy quantification

data[,4] <- data[,4]*10000

#data transformation to bring to the initial units

data[,5] <- data[,5]*100

data[,9] <- data[,9]*100

data[,20] <- data[,20]*100

# delete rows where the dependent variable is skipped

new_data <- data[complete.cases(data[,20]), ]

#Filter for the linear regression

new_data <- new_data[new_data[,20]<1000, ]

# number of observations estimation

dim(new_data)

# histogram - to estimate the distribution of the dependent variable

hist(new_data[,20])

# Mann-Whitney U test

wilcox.test(new_data[,20] ~ new_data[,19])

# Kruskal-Wallis test

kruskalmc(new_data[,20],new_data[,19])

# Spearman correlation

cor.test(new_data[,20],new_data[,16], use="complete.obs", method="spearman")

# calculating the mean values for categorical variables

aggregate(new_data[,20], list(new_data[,19]), mean)

# logistic regression

model <- lm(new_data[,20]~new_data[,4]+new_data[,5]+new_data[,6]+new_data[,7]+new_data[,8]+

new_data[,10]+new_data[,12]+new_data[,18]+new_data[,19])

# logistic regression results

summary(model)

Appendix 3.

Guide for ICO investors

Weight

Criteria (metric)

Description, sources

Points grading (out of 100)

5%

Communication abilities with team/coin

Answers in social networks

(Did you get the answer on the question?

100/0

100 - Yes;

0 - No

10%

Marketing in social networks

Activity on "Telegram"

(Does social network show a good dynamic of growth? Do participants of the social media are active enough? To what extent?)

40/20/0

40 - Good positive dynamics, participants are active in discussion;

20 - Dynamics are average and gradual, participants show average activity;

0 - Dynamics show downtrend, activity is very low

Activity on Twitter

(Does social network show a good dynamic of growth? Do participants of the social media are active enough? To what extent?)

Site visitors

(What is the traffic of the website?)

20/10/0

20 - High traffic;

10 - Average traffic;

0 - Low traffic

20%

Team strength

Profiles in general

(Does team have "all-star" members?)

100/50/0

100 - 2 or more "all-stars";

50 - 1 "all-star",

0 - lack of "all-stars"

10%

News

Community attitude

(Is there a positive attitude towards the project in the community?)

40/20/0

40 - Positive attitude;

20 - Neutral attitude;

0 - "Fud" negative attitude

Shilling effect

(Is there a shilling of the project?)

30/0

30 - Yes;

0 - No

Breaking news

(Are there any breaking news regarding project in the very near future?)

30/0

30 - Yes;

0 - No

5%

Advisors

Advisors

(Does team have "all-star" advisors?)

100/50/0

100 - 2 or more "all-stars";

50 - 1 "all-star";

0 - lack of "all-stars"

5%

Github

Github dynamics

(What is the dynamic of project in Github?)

100/70/35/0

100 - Rising dynamics, fresh updates; 70 - Average dynamics, updates;

30 - Downtrend dynamics, almost no updates;

0 - Dying dynamics, no updates at all

15%

Product

Roadmap

(Do team members meet deadlines and work on time?)

45/0

45 -Yes;

0 - No

Roadmap updated

(Is roadmap updated?)

15/0

15 - Yes;

0 - No

Industry ranking

(What is the type of the project?)

40/20/0

40 - Data service, blockchain, blockchain service, protocols;

20 - Payments, trading, finance;

0 - Other types

15%

Token economics

Token lockup

(What is the period for tokens` lockup and to whom it applies?)

50/25/15/0

50 - Lockup for private and team, no lockup for crowd sale;

25 - Lockup for private and team, partly locked for crowd sale;

15 - same short-term lockup for both parties: private and crowd sale;

0 - same long-term lockup for both parties: private and crowd sale

Dividends

(Does a project have dividends?)

22/0

22 - Yes;

0 - No

Emission

(Is emission limited or not?)

22/0

22 - Yes;

0 - No

Airdrop unlock

(What is the percentage of tokens is allocated for "airdrop"?)

6/0

6 - <3%;

0 - >3%

15%

Proof of investors` interest

Strategic partnerships

(Are there any strategic partnership expected in the nearest future?)

33/0

33 - Yes;

0 - No

Funds

(Are there any famous founds already invested in the project?)

34/0

34 - Yes;

0 - No

Famous holders

(Are there any famous people in the crypto community who have already invested in the project?)

33/0

33 - Yes;

0 - No

Appendix 4.

Guide for post-ICO investors

Weight

Criteria (metric)

Description, sources

Points grading (out of 100)

100%

Big exchange

Is there a listing already? What is the quality and amount of exchanges where project is listed?

25/12/0

25 - No major exchange; 12 - one major exchange;

0 - already listed on several major exchanges

Previous big pumps and dumps

Are there any historical pumps and dumps, which were not corelated with market?

10/5/0

10 - Pump in the bear market;

5 - Pump in the bull market;

0 - Dump in the bull market

ATH versus Price

What is the current token price comparing with the highest?

15/8/0

15 - 50% or more;

7 - 30-50%;

0 - 0-30%

Market capitalization of competitors

What is the market capitalization of the competitors?

10/5/0

10 - >10x;

5 - 2-10x;

0 - <2x

Growth after ICO

What is the growth after ICO?

20/10/0

20 - 1-2x;

10 - >5x;

0 - >10x

Time after ICO

What is the time passes since ICO?

20/10/0

20 - 1-3 months;

10 - 0-1 or 3-9 months;

0 - older than 9 months

Размещено на Allbest.ru

...

Подобные документы

  • Analysis of the peculiarities of the mobile applications market. The specifics of the process of mobile application development. Systematization of the main project management methodologies. Decision of the problems of use of the classical methodologies.

    контрольная работа [1,4 M], добавлен 14.02.2016

  • Selected aspects of stimulation of scientific thinking. Meta-skills. Methods of critical and creative thinking. Analysis of the decision-making methods without use of numerical values of probability (exemplificative of the investment projects).

    аттестационная работа [196,7 K], добавлен 15.10.2008

  • Value and probability weighting function. Tournament games as special settings for a competition between individuals. Model: competitive environment, application of prospect theory. Experiment: design, conducting. Analysis of experiment results.

    курсовая работа [1,9 M], добавлен 20.03.2016

  • Factors that ensure company’s global competitiveness. Definition of mergers and acquisitions and their types. Motives and drawbacks M and A deals. The suggestions on making the Disney’s company the world leader in entertainment market using M&A strategy.

    дипломная работа [353,6 K], добавлен 27.01.2016

  • Critical literature review. Apparel industry overview: Porter’s Five Forces framework, PESTLE, competitors analysis, key success factors of the industry. Bershka’s business model. Integration-responsiveness framework. Critical evaluation of chosen issue.

    контрольная работа [29,1 K], добавлен 04.10.2014

  • History of development the world leader in the production of soft drinks company "Coca-Cola". Success factors of the company, its competitors on the world market, target audience. Description of the ongoing war company the Coca-Cola brand Pepsi.

    контрольная работа [17,0 K], добавлен 27.05.2015

  • The essence, structure, оbjectives and functions of business plan. The process’s essence of the bank’s business plan realization. Sequential decision and early implementation stages of projects. Widely spread mistakes and ways for their improvement.

    курсовая работа [67,0 K], добавлен 18.12.2011

  • Company’s representative of small business. Development a project management system in the small business, considering its specifics and promoting its development. Specifics of project management. Problems and structure of the enterprises of business.

    реферат [120,6 K], добавлен 14.02.2016

  • The main reasons for the use of virtual teams. Software development. Areas that are critical to the success of software projects, when they are designed with the use of virtual teams. A relatively small group of people with complementary skills.

    реферат [16,4 K], добавлен 05.12.2012

  • Evaluation of urban public transport system in Indonesia, the possibility of its effective development. Analysis of influence factors by using the Ishikawa Cause and Effect diagram and also the use of Pareto analysis. Using business process reengineering.

    контрольная работа [398,2 K], добавлен 21.04.2014

  • Organizational legal form. Full-time workers and out of staff workers. SWOT analyze of the company. Ways of motivation of employees. The planned market share. Discount and advertizing. Potential buyers. Name and logo of the company, the Mission.

    курсовая работа [1,7 M], добавлен 15.06.2013

  • The concept of transnational companies. Finding ways to improve production efficiency. International money and capital markets. The difference between Eurodollar deposits and ordinary deposit in the United States. The budget in multinational companies.

    курсовая работа [34,2 K], добавлен 13.04.2013

  • Formation of intercultural business communication, behavior management and communication style in multicultural companies in the internationalization and globalization of business. The study of the branch of the Swedish-Chinese company, based in Shanghai.

    статья [16,2 K], добавлен 20.03.2013

  • Investigation of the subjective approach in optimization of real business process. Software development of subject-oriented business process management systems, their modeling and perfection. Implementing subject approach, analysis of practical results.

    контрольная работа [18,6 K], добавлен 14.02.2016

  • Проектирование совокупности взаимосвязанных бизнес-процессов предприятия как трудоемкий процесс по их моделированию. Модели прямого и обратного реинжиниринга в рамках стандарта моделирования бизнес-процессов IDEF0 на примере компании Destiny Development.

    курсовая работа [918,5 K], добавлен 22.04.2014

  • Nonverbal methods of dialogue and wrong interpretation of gestures. Historical both a cultural value and universal components of language of a body. Importance of a mimicry in a context of an administrative communication facility and in an everyday life.

    эссе [19,0 K], добавлен 27.04.2011

  • Применение современных методов менеджмента качества. Повышение эффективности производства, снижение затрат и повышение качества аудиовизуального произведения. Цифровое кинопроизводство в формате High Definition. Рост требований к техническому уровню.

    контрольная работа [1,7 M], добавлен 10.02.2012

  • Системный подход к задачам информационного менеджмента. Обоснование архитектуры технологической среды обработки информации, варианта создания информационной системы на базе стоимости владения. Оценка использования ресурсов. Реинжиниринг бизнес-процессов.

    курсовая работа [660,6 K], добавлен 20.03.2014

  • Ознакомление с предложениями и рекомендациями по выбору модели управления инвестиционными рисками. Исследование и анализ особенностей финансовой политики рассматриваемой компании. Изучение организационно-экономической характеристики предприятия.

    дипломная работа [142,0 K], добавлен 24.08.2017

  • Searching for investor and interaction with him. Various problems in the project organization and their solutions: design, page-proof, programming, the choice of the performers. Features of the project and the results of its creation, monetization.

    реферат [22,0 K], добавлен 14.02.2016

Работы в архивах красиво оформлены согласно требованиям ВУЗов и содержат рисунки, диаграммы, формулы и т.д.
PPT, PPTX и PDF-файлы представлены только в архивах.
Рекомендуем скачать работу.