-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
188 lines (185 loc) · 12.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en">
<head>
<title>iqi</title>
<meta charset="utf-8" />
<meta name="description" content="iq invest" />
<meta name="keywords" content="iqi decentralized exchange token iq invest iqinvest jeff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#49BCE7" />
<link rel="icon" href="logo196.png" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="main">
<h1>the
<a href="https://etherscan.io/address/0xB9076BB251285aa70E05d38fB1c061474AeFdb7a"
id="tokenAddress" target="_blank" rel="noopener">iqi</a>
<a href="https://etherscan.io/address/0x102d766eF1c910CFa3337fC59aCE9E38Aa993e20"
id="exchangeAddress" target="_blank" rel="noopener">exchange</a>
</h1>
<p id="startMessage">loading...</p>
<div class="halfContainer">
<div class="half">
<div class="box">
<div id="boxHeader">
<div><button id="buyButton" type="button" class="active">buy</button></div>
<div><button id="sellButton" type="button">sell</button></div>
</div>
<p id="balanceContainer">your balance
<span id="balanceEth">...</span> eth,
<span id="balanceTokens">...</span> iqi</p>
<label>from
<span id="exchangeTopLabel">eth</span>
<span id="exchangeTopHint" class="hint"></span>
<input id="exchangeTopInput" type="text" maxlength="30" />
</label>
<label>to
<span id="exchangeBottomLabel">iqi</span>
<span id="exchangeBottomHint" class="hint"></span>
<input id="exchangeBottomInput" type="text" maxlength="30" />
</label>
<button id="exchangeButton" type="button">connect</button>
</div>
</div>
<div class="half">
<div class="box">
<object id="price" type="image/svg+xml" data="price.svg">price chart</object>
</div>
</div>
</div>
<div id="logs"></div>
<div id="about">
<h2>diving into the blockchain wisdom</h2>
<p>Iq invest is an experimental blockchain project for having fun
from exploring and investing. Iqi consists of token and a built-in exchange.</p>
<h3>iqi token</h3>
<p>The iqi token is a simple erc20 token with all the standard erc20 functions.
In addition, at the initial first stage, it can also be issued/destroyed by the owner.
After switching to the second decentralized stage,
the owner becomes a regular token holder and can no longer issue/destroy tokens.
The switching to the second stage is final and irreversible.</p>
<h3>iqi exchange</h3>
<p>Iqi has a built-in exchange with a linear function for buying/selling token for eth.
The exchange has 5000000 iqi for sale.
The token price increases from 0 to 1 eth/iqi linearly with each token purchased.<br />
p = 1 - (v / 5000000), where<br />
p - price, eth/iqi,<br />
v - number of tokens on the exchange, iqi.<br />
One exchange consumes about 58000 - 106000 gas.
</p>
<h2>trials and conclusions</h2>
<h3>numbers</h3>
<p>At the beginning of 2022, iqi has 39 holders, a trading volume of about 28 eth,
176 transactions and 0 hacks, vulnerabilities or other unexpected transactions.
Everything works as it was designed.</p>
<h3>partners</h3>
<p>Almost all iqi partners (11 out of 14) have already ended their existence.
The average lifetime of a startup is about one year.
Iqi is a long living project but still a startup.</p>
<h3>mev bots</h3>
<p>Arbitrage bot earned 0.5 eth on the difference in exchange rates
on the native exchange and on one of the hyperbolic exchanges.
There is no need to use any third-party exchange anymore.
All funds were withdrawn from all third-party exchanges
in order to increase investors' profits.</p>
<h3>audit</h3>
<p>Iqi has 2 unfinished and abandoned audits
and one copy of the compiler warnings sold as an audit.
Also, it has a designed easter egg that hasn't been discovered yet,
so welcome to hack and earn.</p>
<h3>blogers</h3>
<p>Blogers and other content creators earned about 5 eth in the iqi project.
18 out of 20 of them just attracted spammers.
It supposed to work somehow differently...</p>
<h2>what's next?</h2>
<p>Creating a smart contract is a long and expensive procedure.
Developers and investors will look for existing and proven contracts
and reuse them for their needs.</p>
<h2>interview with Jeff, founder and developer</h2>
<h3>How did you get involved with cryptocurrencies and their underlying technologies?</h3>
<p>I earned my first bitcoin in 2015. I've been using bitcoin as a main currency ever since.
As a newbie programmer, i found blockchain development to be the best entry point.
I deployed my first smart contract on the ethereum network in 2017.</p>
<h3>What were the first problems you saw when you first came on the scene?</h3>
<p>The first problem is the irresponsible behavior of people,
which they have learned with the help of centralized banks.
For example, when someone loses a private key and then asks wallets or explorers
to recover it, or sends the wrong transaction and tries to revert it.</p>
<h3>How has the existence of order books contributed
to the volatility of cryptocurrency prices?</h3>
<p>There are 2 different things.
The classic exchange with the order book is much more complicated and expensive,
so it is not the best choice for the inner-blockchain exchange.
Cryptocurrencies are the least volatile money ever created.
The problem is in the paradigm of using the only one fiat currency for measure the price.
Fiat money is a credit money with extendable supply.
Every time someone takes a loan, she/he dilutes the entire money supply,
and your fiat money loses some of its value.</p>
<h3>What is the Iqi project all about?</h3>
<p>Iqi is about investment and exploring.
Iqi token was issued to record interactions between investors,
then an exchange was created to buy and sell the token for eth.</p>
<h3>How does the Iqi project solve the problem of cryptocurrency price volatility?</h3>
<p>By changing the price paradigm.
We only use btc or eth to determine the price and do not use fiat money at all.</p>
<h3>What do you think are the causes of cryptocurrency and
digital assets price volatility besides the existence of an order book?</h3>
<p>What we are seeing is the volatility of fiat money,
but not the volatility of crypto money.</p>
<h3>What are your thoughts about the decentralized finance (DeFi) explosion?</h3>
<p>People are beginning to understand the benefits of smart contracts.
Now we have to deal with big fees.</p>
<h3>Does the Iqi project have any roadmap for 2021?</h3>
<p>We plan to integrate the iqi token into our partner's investment platform
and start to use one more blockchain.</p>
<h3>What do you intend to achieve with the Iqi project?</h3>
<p>The goal is to use crypto as a main money and to develop the iqi blockchain.</p>
<h3>What are your thoughts about regulating cryptocurrencies
and their underlying technologies?</h3>
<p>Code is the law, miners/validators are the main executors.
That's all the regulation we need.</p>
<h3>What advice do you have for anyone who wants to delve into cryptocurrencies and
their technologies?</h3>
<p>The sooner you start, the better. Be responsible and always learn.</p>
<h3>Please, can you tell us about your views concerning the centralization of projects
in the cryptocurrency space?</h3>
<p>I did not noticed the centralization.</p>
<h3>What are your thoughts on the high gas prices required for transaction confirmation
on the Ethereum blockchain?</h3>
<p>Developers try to attract users with excessively complex solutions.
For blockchain projects, the simpler the solution, the better it is.
Most of the data should be stored off-chain.</p>
<h3>In what ways do you think cryptocurrencies and their underlying technologies can change
the world?</h3>
<p>Blockchain will remove any third parties from most deals.
People will trade land without any entities other than buyer and seller.
Many social institutions will become obsolete.</p>
<h3>What do you think are the problems that surround cryptocurrency adoption?</h3>
<p>People who have gained a lot of wealth in the non-crypto world will not accept crypto.</p>
<h3>Are there other cryptocurrency projects you're involved with besides the Iqi project?</h3>
<p>Yes, there are other projects besides iqi.</p>
<h3>Please, can you tell us how you think cryptocurrency exchanges should operate?</h3>
<p>Exchanges should not request or store any user data.
Exchange should use bitcoin as a main currency.</p>
<h3>What would your ideal cryptocurrency market look like?</h3>
<p>It is ideal the way it is.</p>
<h3>Do you have any price projections for Bitcoin this year?</h3>
<p>Bitcoin price will be the same as usual - 1 btc.
While the price of other currencies will correlate with their supply.</p>
<h3>If you had three wishes and a genie that could make those wishes come true,
what would they be for the Iqi project?</h3>
<p>I will ask genie to buy iqi tokens, use them and tell friends about them.</p>
<h2>backups</h2>
<p>Check the <a href="https://arweave.net/3mvjrYBVB-aHLaEgjX47GYDHHW2eKn6ZIXZ7D0dleOA"
target="_blank" rel="noopener">first app</a> from 2020 and the
<a href="https://arweave.net/fANZ7QHl25YoLtaw-sjBkPHLsVx-97kznrLlh2ZBNrE"
target="_blank" rel="noopener">second app</a> from the beginning of 2022.</p>
<h2>jeff@iq-invest.ltd</h2>
</div>
</div>
<div id="loading"><div></div></div>
<script src="bignumber.min.js"></script>
<script src="script.js"></script>
</body>
</html>