-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
168 lines (156 loc) · 8.8 KB
/
about.html
File metadata and controls
168 lines (156 loc) · 8.8 KB
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
---
layout: default
title: About
redirect_from:
- /about.html
- /about-salvium/
---
<main class="relative z-10">
<!-- Hero Section -->
<section class="relative">
<!-- Hero Image -->
<div class="absolute inset-0">
<picture>
<source srcset="{{ site.baseurl }}/images/newimages/About.webp" type="image/webp">
<img src="{{ site.baseurl }}/images/newimages/About.png" alt="About Salvium"
class="w-full h-full object-cover opacity-30">
</picture>
<div class="absolute inset-0 bg-gradient-to-r from-black to-transparent opacity-75"></div>
</div>
<div class="relative z-10 py-24 lg:py-32">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto text-center">
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold text-white mb-6 text-center">
About <span class="gradient-text">Salvium</span>
</h1>
<p class="text-xl text-gray-300 mb-8 text-center mx-auto max-w-2xl">
Revolutionizing DeFi through innovation, security, and accessibility.
</p>
</div>
</div>
</div>
</section>
<!-- Main Content -->
<section class="about-section">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<!-- Navigation Sidebar -->
<div class="md:col-span-1">
<nav class="about-nav">
<div class="nav-title">Quick Navigation</div>
<ul>
<li><a href="#overview">Overview</a></li>
<li><a href="#technology">Technology</a></li>
<li><a href="#security">Security</a></li>
<li><a href="#distribution">Token Distribution</a></li>
</ul>
</nav>
</div>
<!-- Content -->
<div class="md:col-span-3">
<div class="about-content">
<section id="overview">
<h2>Overview</h2>
<p>
Salvium is a cutting-edge proof-of-work private blockchain that seamlessly combines
staking, enhanced privacy and DeFi capabilities while navigating crypto regulations.
Built on a fork of Monero, it retains Monero's advanced privacy features such as stealth
addresses and ring signatures.
</p>
<p>
Taking a 'privacy-first' approach, Salvium is designed to meet full MiCA compliance. At
launch, we will introduce phase one compliance features, such as refundable payments and
a specialized 'exchange mode' for supporting these refunds.
</p>
</section>
<div class="section-divider"></div>
<section id="technology">
<h2>Technology</h2>
<h3>Mining Specifications</h3>
<p>
Salvium utilizes the RandomX algorithm with a 120-second block time and a block reward
of 123.825 SAL. Our dynamic difficulty adjustment ensures network stability and fair
mining opportunities for all participants.
</p>
<h3>Staking Mechanism</h3>
<p>
Salvium’s staking system requires users to lock their SAL tokens for approximately 30
days (21,600 blocks) to earn rewards. During the initial phase, 20% of block rewards are
distributed proportionally among all active stakers. This approach supports a stable
network and rewards long-term holders, forming the foundation of a sustainable token
economy. In the future, Salvium aims to introduce private DeFi features that generate
yields.
</p>
</section>
<div class="section-divider"></div>
<section id="security">
<h2>Security & Compliance</h2>
<p>
Security is paramount at Salvium. We champion ethical usage while ensuring regulatory
compliance, laying the groundwork for truly private decentralized finance. Our selective
transparency features allow users to control their privacy level, crucial for exchange
compliance.
</p>
<p>
The platform is proactively designed with upcoming regulations in mind, ensuring
long-term sustainability and adoption.
</p>
</section>
<div class="section-divider"></div>
<section id="distribution">
<h2>Token Distribution</h2>
<p>
Salvium’s tokenomics are designed to reward active participation, fund innovation, and
ensure long-term sustainability:
</p>
<ul class="list-none pl-6 space-y-3 mb-6 text-gray-300">
<li>
<span class="text-[#40E0D0] font-semibold">Block Rewards (87.99%)</span>:
Earned by miners and stakers. Initially 80% goes to miners and 20% to stakers. Once
DeFi features are live, miners receive 100% of rewards, and stakers begin earning
from system fees.
</li>
<li>
<span class="text-[#40E0D0] font-semibold">Operations Fund (8.48%) – Locked</span>:
Used to support development, integrations, and bounties. These tokens are
time-locked in a governance wallet and released over 24 monthly installments.
</li>
<li>
<span class="text-[#40E0D0] font-semibold">Build Fund (3.53%)</span>:
Allocated to early contributors, developers, and suppliers who supported Salvium’s
launch in early 2023.
</li>
</ul>
<p class="text-gray-400 italic">
Note: Percentages refer to the capped 184 million SAL supply and exclude tail-emissions,
which continue beyond the cap to support long-term miner incentives.
</p>
</section>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-16 relative overflow-hidden bg-[#0B272C] mt-8">
<!-- Background Decoration -->
<div class="absolute inset-0">
<img src="{{ site.baseurl }}/images/pools-1024.webp" alt=""
class="absolute w-full h-full object-cover opacity-20">
<div class="absolute inset-0 bg-gradient-to-b from-[#0B272C]/95 via-[#0B272C]/80 to-[#0B272C]/95"></div>
</div>
<div class="container mx-auto px-4 text-center relative z-10">
<h2 class="text-4xl md:text-5xl font-bold mb-8" data-aos="fade-up">
Ready to Take the <span class="gradient-text">Pill</span>?
</h2>
<p class="text-xl text-white/80 mb-10 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="100">
Start your journey with Salvium today and be part of the next generation of Private DeFi.
</p>
<a href="{% link download.html %}"
class="btn-primary px-12 py-4 text-lg font-semibold hover:opacity-90 transition-opacity inline-block"
data-aos="fade-up" data-aos-delay="200">
Get Started Now
</a>
</div>
</section>
</main>