-
Notifications
You must be signed in to change notification settings - Fork 0
/
Long-ADA-with-iUSD.html
145 lines (139 loc) · 4.19 KB
/
Long-ADA-with-iUSD.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Indigo Graphics</title>
<link rel='stylesheet' href='styles/style.css' media='all' />
</head>
<body>
<nav>
<select id="langSelect" class="btn1-grad">
<option value="default">English</option>
<option value="fr">Français</option>
<option value="it">Italiano</option>
<option value="pt">Português</option>
<option value="de">Deutsch</option>
<option value="es">Español</option>
<option value="jp">日本語</option>
<option value="hi">हिंदी</option>
</select>
<a href="https://github.com/Barbedouce7/IndigoStrats"><span class="github"></span></a>
</nav>
<div id="container">
<header>
<img src="images/indigo-logo.png" />
<h1>Strategy
<!--{fr}Stratégie-->
<!--{it}Strategia-->
<!--{pt}Estratégia-->
<!--{de}Strategy-->
<!--{es}Estrategia-->
<!--{jp}最も簡単な戦略その-->
<!--{hi}सबसे आसान रणनीति-->
</h1>
</header>
<h3>How to long ADA using iUSD
<!--{fr}Parier à la hausse sur ADA en utilisant iUSD-->
<!--{it}-->
</h3>
<section>
<h2>Step 1 :
<!--{fr}Étape 1 :-->
<!--{it}-->
</h2><span class="mint"></span>
<p>
Mint iUSD from Indigo with ADA as collateral.
<!--{fr}Minter des iUSD depuis Indigo avec ADA en collatéral.-->
<!--{it}-->
</p>
</section>
<div class="arrow"></div>
<ul>
<li>Earn ADA from Stake Pool Rewards
<!--{fr}Intérêts de staking en ADA via votre StakePool-->
<!--{it}-->
</li>
</ul>
<section>
<h2>Step 2 :
<!--{fr}Étape 2 :-->
<!--{it}-->
</h2><span class="swap"></span>
<p>Swap iUSD to ADA using the "Swap Tokens" tab in the Indigo web app.
<!--{fr}Échangez les iUSD contre des ADA en utilisant l'onglet "Swap Tokens"--></p>
<!--{it}-->
</section>
<div class="arrow"></div>
<ul>
<li>Earn ADA from Stake Pool Rewards
<!--{fr}Intérêts de staking en ADA via votre StakePool-->
<!--{it}-->
</li>
</ul>
<section>
<h2>Step 3 :
<!--{fr}Étape 3 :-->
<!--{it}-->
</h2><span class="wait"></span>
<p>Wait for the ADA price to appreciate to your desired level.
<!--{fr}Attendez que le prix de ADA atteigne votre prix cible.-->
<!--{it}-->
</p>
</section>
<div class="arrow"></div>
<section>
<h2>Step 4 :
<!--{fr}Étape 4 :-->
<!--{it}-->
</h2><span class="swap"></span>
<p>Swap ADA back to iUSD using the "Swap Tokens" tab in the Indigo web app.
<!--{fr}Échangez les ADA contre des iUSD-->
<!--{it}-->
</p>
</section>
<div class="arrow"></div>
<section>
<h2>Step 5 :
<!--{fr}Étape 5 :-->
<!--{it}-->
</h2><span class="close"></span>
<p>Close the CDP by burning the amount of iUSD borrowed.
<!--{fr}Fermez le CDP en détruisant le montant d'iUSD empruntés.-->
<!--{it}-->
</p>
</section>
<footer>
<p>This content is for educational purpose only
<!--{fr}Ce contenu est à but éducatif seulement, -->
<!--{it}Questo contenuto è solo a scopo didattico,-->
<!--{pt}Este conteúdo é apenas para fins educacionais,-->
<!--{de}Dieser Inhalt ist nur für Bildungszwecke bestimmt.-->
<!--{es}Este contenido sólo tiene fines educativos-->
<!--{jp}このコンテンツは教育目的のみです。-->
<!--{hi}-->
<br />and does not constitute an investment advice.
<!--{fr} il ne constiture pas un conseil en investissement.-->
<!--{it} non costituisce un consiglio di investimento.-->
<!--{pt} não constitui aconselhamento de investimento.-->
<!--{de} und stellt keine Anlageberatung dar.-->
<!--{es} y no constituye un asesoramiento en materia de inversión.-->
<!--{jp} また、投資に関するアドバイスを提供するものではありません。-->
<!--{hi}-->
</p>
<p><img src="images/guru.png" /><br />PWG-POG</p>
</footer>
</div>
</body>
<script src="https://unpkg.com/[email protected]/dist/translater.js" type="text/javascript"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {
const langSelect = document.getElementById('langSelect');
langSelect.addEventListener('change', (event) => {
const selectedLang = event.target.value;
tran.setLang(selectedLang);
});
});
var tran = new Translater({
lang:"en"
});
</script>
</html>