forked from yeldfinance/yeld-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
457 lines (447 loc) · 16 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
<!DOCTYPE html>
<!-- Last Published: Wed Sep 16 2020 11:55:26 GMT+0000 (Coordinated Universal Time) -->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-147992522-9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-147992522-9');
</script>
<meta charset="utf-8" />
<title>Yeld Finance: Next-Generation Yield Farming</title>
<meta content="Yeld:Home" property="og:title" />
<meta content="Yeld:Home" property="twitter:title" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="Yeld.finance" name="Website" />
<link href="css/normalize.css" rel="stylesheet" type="text/css" />
<link href="css/yeld.css" rel="stylesheet" type="text/css" />
<link href="css/yeld-finance.custom.css" rel="stylesheet" type="text/css" />
<script
src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"
type="text/javascript"
></script>
<script type="text/javascript">
WebFont.load({
google: {
families: [
'Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic',
'Encode Sans Expanded:100,200,300,regular,500,600,700,800,900',
'Work Sans:100,200,300,regular,500,600,700,800,900',
],
},
})
</script>
<!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
<script type="text/javascript">
!(function (o, c) {
var n = c.documentElement,
t = ' w-mod-'
;(n.className += t + 'js'),
('ontouchstart' in o ||
(o.DocumentTouch && c instanceof DocumentTouch)) &&
(n.className += t + 'touch')
})(window, document)
</script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon" />
<link href="images/webclip.png" rel="apple-touch-icon" />
<script type="text/javascript">
window.price = null
const getPrice = async () => {
const req = await fetch('https://api.coingecko.com/api/v3/simple/price?ids=yeld-finance&vs_currencies=usd')
const res = await req.json()
window.price = res['yeld-finance']['usd']
document.querySelector('#price-container').innerText = `$ ${window.price} USD`
}
getPrice()
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LBP91FRBLD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LBP91FRBLD');
</script>
</head>
<body class="body-2">
<div style="padding-top: 30px" class="section-5">
<div class="container-wrapper">
<div class="div-block-19">
<a href="#" class="div-block-21 w-inline-block"
><img
src="images/logo.png"
loading="lazy"
srcset="
images/logo.png 500w,
images/logo.png 800w,
images/logo.png 1000w
"
sizes="(max-width: 767px) 33.328125px, 50px"
alt=""
class="image-8"
/>
<div class="div-block-22"></div>
<p class="p1">
<span class="text-span">YELD</span><br />Next-Generation
Yield Farming
</p></a
>
<div class="navbar-top">
<a
href="https://app.uniswap.org/#/swap?inputCurrency=ETH&outputCurrency=0x468ab3b1f63a1c14b361bc367c3cc92277588da1"
target="_blank"
class="header-link link-nav-home"
>Buy</a
>
<a href="https://docs.yeld.finance" class="header-link link-nav-docs">Docs</a>
<a href="https://snapshot.page/#/yeld" class="header-link link-nav-docs">Governance</a>
<a href="https://yeld.io" class="header-link link-nav-docs">Stake</a>
</div>
</div>
<div class="div-block-26">
<div class="div-block-27">
<div class="div-block-13">
<h1 class="tagline">Yield <br/>Protocol <br/>Upgrade</h1>
<div class="div-block-14">
<p class="p2">
<span class="text-span-2">Total supply:</span> 60,000 YELD<br />
<span class="text-span-3">Circulating Supply:</span>
~32,000 YELD<br /><span class="text-span-3">Reward Pool:</span>
20,000 YELD<br /><span class="text-span-6"
>Liquidity Lock Proof:</span
>
<a
href="https://v2.unicrypt.network/pair/0x164eD0dF02b3747315b50b806b79962AD9517578"
target="_blank"
class="link-u"
>Unicrypt</a
>
<br />
<span class="text-span-2">Current price:</span>
<span id="price-container">loading...</span><br />
</p>
<div class="div-block-23">
<p class="p3">Links to us.</p>
<div class="div-block-20">
<a
href="https://twitter.com/yeldf"
target="_blank"
class="w-inline-block"
><img
src="images/Icon-feather-twitter.svg"
loading="lazy"
alt=""
class="image-92" /></a
>
<a
href="https://discord.com/invite/zPvbB8a"
target="_blank"
class="w-inline-block"
><img
src="images/Icon-awesome-discord.svg"
loading="lazy"
alt=""
class="image-9" /></a
><a
href="https://t.me/yeldf"
target="_blank"
class="w-inline-block"
><img
src="images/Icon-awesome-telegram-plane.svg"
loading="lazy"
alt=""
class="image-90" /></a
><a
href="https://github.com/yeldfinance/yeld-contracts"
target="_blank"
class="w-inline-block"
><img
src="images/Icon-awesome-github.svg"
loading="lazy"
alt=""
class="image-91" /></a
><a
href="https://app.uniswap.org/#/swap?inputCurrency=ETH&outputCurrency=0x468ab3b1f63a1c14b361bc367c3cc92277588da1"
target="_blank"
class="w-inline-block"
><img
src="images/Unicorn-595b40b65ba036ed117d4d03.svg"
loading="lazy"
alt=""
class="image-91"
/></a>
<a
href="https://medium.com/@yeldf"
target="_blank"
class="w-inline-block"
>
<img
src="images/medium.png"
class="image-91"
>
</a>
</div>
</div>
<div class="div-block-15">
<a
href="https://etherscan.io/token/0x468ab3b1f63A1C14b361bC367c3cC92277588Da1"
target="_blank"
class="link-4"
>Etherscan</a
><a
href="https://app.uniswap.org/#/swap?inputCurrency=ETH&outputCurrency=0x468ab3b1f63a1c14b361bc367c3cc92277588da1"
target="_blank"
class="link-6"
>Buy on Uniswap</a
>
</div>
</div>
</div>
<div class="div-block-16">
<div
data-duration-in="300"
data-duration-out="100"
class="tabs-2 w-tabs"
>
<div class="tabs-content w-tab-content">
<div data-w-tab="Tab 1" class="w-tab-pane w--tab-active">
<div class="div-block-17">
<div class="icon-wrapper">
<img
src="images/Exclusion-1.svg"
loading="lazy"
alt=""
class="image-7"
/>
</div>
<div class="div-block-18">
<div class="text-block-3">01</div>
<h1 class="heading-4">Get a Pension with YELD</h1>
</div>
</div>
<p class="paragraph-2">
YELD rewards token holders and stakers with a solid yield
farming dApp for stablecoins. Earn ETH with our Retirement Yield
algorithm by staking your YELD tokens and redeeming your rewards daily.
Our token is designed to increase in value the more people stake their tokens in
the yield farming dApp with an improved Buy & Burn system
to reduce supply while increasing value. Go ahead and
explore our exciting innovations in our unique yield
farming application.
</p>
</div>
<div data-w-tab="Tab 2" class="w-tab-pane">
<div class="div-block-17">
<div class="icon-wrapper">
<img
src="images/Icon-awesome-dollar-sign.svg"
loading="lazy"
alt=""
class="image-7"
/>
</div>
<div class="div-block-18">
<div class="text-block-3">02</div>
<h1 class="heading-4">Optimized Yield Farming</h1>
</div>
</div>
<p class="paragraph-2">
To generate high and consistent returns for yield farmers,
we reward stakers with YELD tokens that continously
increase in value given that the supply is reduced at
every interaction. Furthermore, staked porftolios are
rebalanced to generate the best APY from a variety of
lending protocols such as Aave and Compound automatically
for you.
</p>
</div>
<div data-w-tab="Tab 3" class="w-tab-pane">
<div class="div-block-17">
<div class="icon-wrapper">
<img
src="images/Icon-ionic-md-flame.svg"
loading="lazy"
alt=""
class="image-7"
/>
</div>
<div class="div-block-18">
<div class="text-block-3">03</div>
<h1 class="heading-4">Decreasing Supply</h1>
</div>
</div>
<p class="paragraph-2">
We use a new Buy and Burn algorithm where we split the
daily yield generated by users in half to automatically
buy ETH and exchange it for YELD tokens on Uniswap. Those
YELD tokens are burned to reduce the total supply
resulting in an instant price increase. The total supply
of YELD will continue to reduce until it reaches 10,000
YELD.<br />
</p>
</div>
<div data-w-tab="Tab 4" class="w-tab-pane">
<div class="div-block-17">
<div class="icon-wrapper">
<img
src="images/Icon-awesome-user-check.svg"
loading="lazy"
alt=""
class="image-7"
/>
</div>
<div class="div-block-18">
<div class="text-block-3">04</div>
<h1 class="heading-4">About Us</h1>
</div>
</div>
<p class="paragraph-2">
YELD is a solid community project led by experienced
Solidity developers with years of experience in the
industry building all sorts of decentralized exchanges,
DeFi products and MVPs. We are most active on discord
where all the main moves take place.
</p>
</div>
</div>
<div class="tabs-menu-2 w-tab-menu">
<a
data-w-tab="Tab 1"
class="tab-link-tab-1-2 w-inline-block w-tab-link w--current"
>
<div class="tab1">
<div class="numbs">01</div>
<h1 class="tab-title">YELD Pension</h1>
</div>
</a>
<a
data-w-tab="Tab 2"
class="tab-link-tab-2 w-inline-block w-tab-link"
>
<div class="tab1">
<div class="numbs">02</div>
<h1 class="tab-title">Optimized Yield Farming</h1>
</div>
</a>
<a
data-w-tab="Tab 3"
class="tab-link-tab-2 w-inline-block w-tab-link"
>
<div class="tab1">
<div class="numbs">03</div>
<h1 class="tab-title">Decreasing Supply</h1>
</div>
</a>
<a
data-w-tab="Tab 4"
class="tab-link-tab-2 w-inline-block w-tab-link"
>
<div class="tab1">
<div class="numbs">04</div>
<h1 class="tab-title">About Us</h1>
</div>
</a>
</div>
</div>
<div class="div-block-28">
<div class="footer-tab-link-1">
<p class="p3">Links to us.</p>
<div class="div-block-20">
<a
href="https://twitter.com/yeldf"
target="_blank"
class="w-inline-block"
><img
src="images/Icon-feather-twitter.svg"
loading="lazy"
alt=""
class="image-92" /></a
><a
href="https://discord.com/invite/zPvbB8a"
target="_blank"
class="w-inline-block"
><img
src="images/Icon-awesome-discord.svg"
loading="lazy"
alt=""
class="image-9" /></a
><a
href="https://t.me/yeldDiscussion"
target="_blank"
class="w-inline-block"
><img
src="images/Icon-awesome-telegram-plane.svg"
loading="lazy"
alt=""
class="image-90" /></a
><a
href="https://github.com/merlox/yeld-contracts"
target="_blank"
class="w-inline-block"
><img
src="images/Icon-awesome-github.svg"
loading="lazy"
alt=""
class="image-91" /></a
><a
href="https://uniswap.info/token/0x468ab3b1f63a1c14b361bc367c3cc92277588da1"
target="_blank"
class="w-inline-block"
><img
src="images/Unicorn-595b40b65ba036ed117d4d03.svg"
loading="lazy"
alt=""
class="image-91"
/></a>
</div>
</div>
<div class="footer-tab-link-2">
<a
href="https://etherscan.io/token/0x468ab3b1f63A1C14b361bC367c3cC92277588Da1"
target="_blank"
class="link-4"
>Etherscan</a
><a
href="https://app.uniswap.org/#/swap?inputCurrency=ETH&outputCurrency=0x468ab3b1f63a1c14b361bc367c3cc92277588da1"
target="_blank"
class="link-6"
>Buy on Uniswap</a
>
</div>
</div>
</div>
</div>
</div>
<div class="container-audits">
<h3 class="heading-4 audits-title">Audits</h3>
<p class="paragraph-audit"><a href="https://bramah.systems/">Bramah Systems</a> audited the <a href="https://github.com/merlox/yeld-contracts/tree/master/contracts">Smart Contract code</a> on October 2, 2020. Here's the report: <a target="_blank" href="pdfs/bramah-systems.pdf">brama-systems.pdf</a></p>
<p class="paragraph-audit"><a href="https://www.coinfabrik.com/">CoinFabrik</a> audited the <a href="https://github.com/merlox/yeld-contracts/tree/master/contracts">Smart Contract code</a> on October 5, 2020. Here's the report: <a target="_blank" href="pdfs/coinfabrik.pdf">coinfabrik.pdf</a></p>
<h3 class="heading-4 legal-title">Legal</h3>
<p class="paragraph-audit"><a href="pdfs/Politica_Privacidad_Yeld_v1.pdf">Privacy Policy</a></p>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.0/moment.min.js"></script>
<script
src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=5f5f74bff4acfa0ec6d74561"
type="text/javascript"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<script>
const element = document.getElementById("countdown");
const exp = moment("2020-10-29T18:00:00+0000");
setInterval(function() {
let now = moment().utc();
let diffDuration = moment.duration(exp.diff(now));
element.innerHTML = `Stake (In ${diffDuration.days()}d ${diffDuration.hours()}h ${diffDuration.minutes()}m ${diffDuration.seconds()}s)`;
}, 1000);
</script>
<script src="js/yeld.js" type="text/javascript"></script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
</body>
</html>
<!---@e_opsimath-->