Skip to content

Commit

Permalink
New tokenomics page
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalyst committed Mar 5, 2024
1 parent b5232d7 commit c40946e
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 0 deletions.
28 changes: 28 additions & 0 deletions content/pages/tokenomics/_index.md
@@ -0,0 +1,28 @@
---
layout: tokenomics
url: /tokenomics
layout_single_header:
sectionsubtitle: 'Quantum Resistant Ledger'
sectiontitle: 'Tokenomics'
blurb: |
The tokenomics of Quantum Resistant Ledger (QRL) outlines its approach to inflation and emission rates, ensuring a stable and predictable increase in the circulating supply.
cta:
primary:
text: View markets
link: '/markets'
secondary:
text: View Roadmap
link: '/roadmap'
summary: "The tokenomics of Quantum Resistant Ledger (QRL) outlines its approach to inflation and emission rates, ensuring a stable and predictable increase in the circulating supply."
title: "The Quantum Resistant Ledger Tokenomics"
featured_image: header.png
toc: true
---


- **Initial public supply:** 52,000,000 Quanta
- **Initial reserved supply:** 13,000,000 Quanta (of which [8,000,000 Quanta reserved for distribution as determined by QRL Foundation](https://explorer.theqrl.org/a/Q000500997c93dec6039f0fb6008bbf034bc4f9252f6cfd41a7e01c8cf934036deaa4a832c4f240))
- **Initial total supply:** [65,000,000 Quanta](https://explorer.theqrl.org/block/0)
- **Emission:** 40,000,000 Quanta distributed via exponential decay emission schedule over approximately 200 years
- **Eventual total supply:** 105,000,000 Quanta
- **Mining:** Proof-of-Work, RandomX (Proof-of-Stake development underway)
132 changes: 132 additions & 0 deletions layouts/_default/tokenomics.html
@@ -0,0 +1,132 @@
{{ partial "head/prerender.html" . }}
<body data-page-name="coreTeam" class="coreTeam">
{{ partial "elements/menu.html" . }}
<main>
<div class="core-team-head" style="min-height: 540px;">
<div class="container-mini">
<div class="core-team-head__inner">
<p class="section-title">{{ .Params.layout_single_header.sectionsubtitle }}</p>
<h1 class="section-title-header text-yellow ">{{ .Params.layout_single_header.sectiontitle }}</h1>
<p> {{ .Params.layout_single_header.blurb }}</p>
<p></p>
</div>
<div class="welcome__btn-area">
<a href="{{ .Params.layout_single_header.cta.primary.link }}" class="welcome__btn welcome__btn--blue">{{ .Params.layout_single_header.cta.primary.text }}</a>
<a href="{{ .Params.layout_single_header.cta.secondary.link }}" class="welcome__btn welcome__btn--text">{{ .Params.layout_single_header.cta.secondary.text }}</a>
</div>
</div>
</div>
<section class="core core-page bg-white">
<div class="core-page-gray"></div>
<div class="container-mini" style="padding-top: 50px;">
<div class="container-mini">
<h2 class="section-title-header">Circulating Supply</h2>
</div>
<div>
<div class="grid grid-three-cols metrics">
<a href='https://explorer.theqrl.org/'>
<div class="core__el animate-fade">
<div class="core__el__indicator">
<div class="indicator" id="status-blockheight">105,000,000</div>
</div>
<div class="core__el__inner">Max Supply
<p>Exponential decay over 200y</p>
</div>

</div>
</a>
<a href='https://explorer.theqrl.org/'>
<div class="core__el animate-fade">
<div class="core__el__indicator">
<div class="indicator" id="status-blockheight">{{ lang.FormatNumberCustom 0 .Site.Data.stats.coins_emitted }}</div>
</div>
<div class="core__el__inner">Circulating Supply
<p>Total in exchanges & wallets</p>
</div>
</div>
</a>

<a href='https://explorer.theqrl.org'>
<div class="core__el animate-fade">
<div class="core__el__indicator">
<div class="indicator" id="status-blockreward">8,450,000</div>
</div>
<div class="core__el__inner">
QRL Foundation Reserves
</div>
</div>
</a>
</div>

<div class="grid">
<p><em>Note: Network statistics are pulled periodically and aren't live.</em></p>
</div>




<div>






<div class="container-mini" style="padding-top: 50px;">
<h2 class="section-title-header">Emission Schedule</h2>
</div>

<div class="grid grid-three-cols metrics">
<a href='https://explorer.theqrl.org/'>
<div class="core__el animate-fade">
<div class="core__el__indicator">
<div class="indicator" id="status-blockheight">1.1443%</div>
</div>
<div class="core__el__inner">Current Inflation</div>
</div>
</a>
<a href='https://explorer.theqrl.org/'>
<div class="core__el animate-fade">
<div class="core__el__indicator">
<div class="indicator" id="status-blockheight">4.9133%</div>
</div>
<div class="core__el__inner">Initial Inflation</div>
</div>
</a>

<a href='https://explorer.theqrl.org'>
<div class="core__el animate-fade">
<div class="core__el__indicator">
<div class="indicator" id="status-blockreward">{{ lang.FormatNumberCustom 9 .Site.Data.stats.block_reward }}</div>
</div>
<div class="core__el__inner">
Blockreward (60s)
</div>
</div>
</a>
</div>

<div class="grid">
<p><em>Note: Network statistics are pulled periodically and aren't live.</em></p>
</div>




<div>
<div class="container-mini" style="padding-top: 50px;">
<h2 class="section-title-header">Other tokenomics stats</h2>
</div>
<div class="container-mini type blog-article">
<div>
{{ .Content }}
</div>
</div>
</div>
</div>
</section>
{{ partial "elements/follow.html"}}
{{ partial "footer/popup.html" }}
</main>
{{ partial "footer/nav.html" }}
{{ partial "footer/end.html" }}
1 change: 1 addition & 0 deletions layouts/partials/footer/nav.html
Expand Up @@ -21,6 +21,7 @@ <h3>Site Map</h3>
<a href="/blog" title="Blog">Blog</a>
<a href="/weekly" title="Blog">Weekly Updates</a>
<a href="/presskit" title="Press Kit">Press Kit</a>
<a href="/tokenomics" title="Press Kit">Tokenomics</a>
<a href="/security-report" title="Security Report">Security Report</a>
<a href="/bug-bounty" title="Bug Bounty">Bug Bounty</a>
<a href="" title="Contact Us" class="show-popup" data-popup="contact">Contact Us</a>
Expand Down

0 comments on commit c40946e

Please sign in to comment.