Skip to content

Commit

Permalink
Create Long-ADA-with-iBTC.html
Browse files Browse the repository at this point in the history
first commit
  • Loading branch information
Barbedouce7 authored Nov 19, 2024
1 parent dfa6578 commit f505eb3
Showing 1 changed file with 145 additions and 0 deletions.
145 changes: 145 additions & 0 deletions Long-ADA-with-iBTC.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>Easiest strategy n°2
<!--{fr}Stratégie simple n°2-->
<!--{it}Strategia semplice 2-->
<!--{pt}Estratégia simples 2-->
<!--{de}Easiest strategy n°2-->
<!--{es}Estrategia más fácil n°2-->
<!--{jp}最も簡単な戦略その 2-->
<!--{hi}सबसे आसान रणनीति n°2-->
</h1>
</header>
<h3>How to long ADA using iBTC
<!--{fr}Parier à la hausse sur ADA en utilisant iBTC-->
<!--{it}-->
</h3>
<section>
<h2>Step 1 :
<!--{fr}Étape 1 :-->
<!--{it}-->
</h2><span class="mint"></span>
<p>
Mint iBTC from Indigo with ADA as collateral.
<!--{fr}Minter des iBTC 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 iBTC to ADA using the "Swap Tokens" tab in the Indigo web app.
<!--{fr}Échangez les iBTC 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 iBTC using the "Swap Tokens" tab in the Indigo web app.
<!--{fr}Échangez les ADA contre des iBTC-->
<!--{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 iBTC borrowed.
<!--{fr}Fermez le CDP en détruisant le montant d'iBTC 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>

0 comments on commit f505eb3

Please sign in to comment.