mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
edits to impact and history page
This commit is contained in:
File diff suppressed because one or more lines are too long
3
img/icons/green-up-arrow.svg
Normal file
3
img/icons/green-up-arrow.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="15" height="12" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.5 0L14.4282 11.25H0.571797L7.5 0Z" fill="#32E685"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 167 B |
@@ -93,6 +93,16 @@ h6, .h6 {
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
.numbers {
|
||||
font-size: 6rem;
|
||||
line-height: 104px;
|
||||
font-weight: bold;
|
||||
color: $white;
|
||||
@include media-breakpoint-down(sm) {
|
||||
font-size: 3.875rem;
|
||||
line-height: 70px;
|
||||
}
|
||||
}
|
||||
p {
|
||||
color: $gray-200;
|
||||
font-size: 1rem;
|
||||
|
||||
@@ -393,14 +393,15 @@ $columns: 12; // Number of columns in the grid system
|
||||
.timeline:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: -40px;
|
||||
left: 18px;
|
||||
height: 102.5%;
|
||||
height: 97.5%;
|
||||
width: 4px;
|
||||
background: linear-gradient(180deg, rgba(254, 255, 1, 1) 0%, rgba(255, 45, 154, 1) 33%, rgba(163, 8, 143, 1) 66%, rgba(44, 4, 128, 0.85) 100%);
|
||||
}
|
||||
|
||||
.timeline-dot {
|
||||
margin-top: 80px;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-pack: center;
|
||||
@@ -426,6 +427,9 @@ $columns: 12; // Number of columns in the grid system
|
||||
.timeline-block:nth-child(3) .timeline-dot {
|
||||
border: 3px solid $red-purple-600;
|
||||
}
|
||||
.timeline-block:nth-child(4) .timeline-dot {
|
||||
border: 3px solid $red-purple-900;
|
||||
}
|
||||
.timeline-block {
|
||||
display: flex;
|
||||
position: relative;
|
||||
@@ -452,7 +456,7 @@ $columns: 12; // Number of columns in the grid system
|
||||
.timeline-dot {
|
||||
-ms-flex-order: 1;
|
||||
order: 1;
|
||||
margin-left: calc(5% - 9px);
|
||||
margin-left: calc(5% - 8.5px);
|
||||
will-change: transform;
|
||||
}
|
||||
.timeline-block:nth-child(even) {
|
||||
@@ -460,7 +464,7 @@ $columns: 12; // Number of columns in the grid system
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
.timeline-dot {
|
||||
margin-right: calc(5% - 9px);
|
||||
margin-right: calc(5% - 8.5px);
|
||||
}
|
||||
.timeline-content {
|
||||
width: 45%;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
<div class="container mt-20 mt-30-until-sm">
|
||||
|
||||
<section class="row mb-30 mb-50-until-sm">
|
||||
<h6 class="section-marker">{% trans %}Sustainability{% endtrans %}</h6>
|
||||
<div class="col-sm-4 d-block text-center">
|
||||
<img class="mw-100 green-graphic" src="./img/green/green-graphic.png" alt="{% trans %}Sustainability icon{% endtrans %}">
|
||||
</div>
|
||||
@@ -325,14 +324,14 @@
|
||||
|
||||
|
||||
{% block endbody %}
|
||||
<script type="text/javascript" src="/assets/js/bodymovin.min.js"></script>
|
||||
<script type="text/javascript" src="/assets/js/calculator/co2-crypto.json"></script>
|
||||
<script type="text/javascript" src="/assets/js/calculator/co2-cash.json"></script>
|
||||
<script type="text/javascript" src="/assets/js/calculator/co2-credit.json"></script>
|
||||
<script type="text/javascript" src="/assets/js/calculator/gas-crypto.json"></script>
|
||||
<script type="text/javascript" src="/assets/js/calculator/gas-cash.json"></script>
|
||||
<script type="text/javascript" src="/assets/js/calculator/gas-credit.json"></script>
|
||||
<script type="text/javascript" src="/assets/js/calculator/carbon-calculator.js"></script>
|
||||
<script type="text/javascript" src="../assets/js/bodymovin.min.js"></script>
|
||||
<script type="text/javascript" src="../assets/js/calculator/co2-crypto.json"></script>
|
||||
<script type="text/javascript" src="../assets/js/calculator/co2-cash.json"></script>
|
||||
<script type="text/javascript" src="../assets/js/calculator/co2-credit.json"></script>
|
||||
<script type="text/javascript" src="../assets/js/calculator/gas-crypto.json"></script>
|
||||
<script type="text/javascript" src="../assets/js/calculator/gas-cash.json"></script>
|
||||
<script type="text/javascript" src="../assets/js/calculator/gas-credit.json"></script>
|
||||
<script type="text/javascript" src="../assets/js/calculator/carbon-calculator.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
function co2CashAnimation(){
|
||||
|
||||
@@ -34,55 +34,47 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container marketing-wrapper">
|
||||
<img id="page-history-top" src="assets/img/backgrounds/bg-history-top.png">
|
||||
<section class="row mb-40">
|
||||
<div class="col-sm-4 mb-10 d-flex flex-column-reverse justify-content-end">
|
||||
<h1>{% trans %}Build a Better Bitcoin{% endtrans %}</h1>
|
||||
<h6 class="text-primary mb-4">{% trans %}XRP’s Origin{% endtrans %}</h6>
|
||||
</div>
|
||||
<div class="col-sm-6 offset-sm-1">
|
||||
<h2 class="mt-12 mb-10">{% trans %}In 2011, three engineers—David Schwartz, Jed McCaleb and Arthur Britto—began developing the XRP Ledger.{% endtrans %}</h2>
|
||||
<p>{% trans %}Fascinated by Bitcoin, they set out to create a better version that improved upon its limitations—with the goal of creating a digital asset that was more sustainable and built specifically for payments.{% endtrans %}</p>
|
||||
<p>{% trans %}The XRP Ledger first launched in June 2012. Shortly thereafter, they were joined by Chris Larsen and the group started the Company OpenCoin in September 2012 (now named Ripple).{% endtrans %}</p>
|
||||
<p>{% trans %}The founders of the XRP Ledger gifted 80 billion XRP to the company. Ripple has since sold some of its XRP and put the rest in <a href="https://ripple.com/insights/explanation-ripples-xrp-escrow/" target="_blank">escrow</a>.{% endtrans %}</p>
|
||||
</div>
|
||||
</section>
|
||||
<div class="container-new marketing-wrapper">
|
||||
|
||||
<section class="row mb-60">
|
||||
<h6 class="section-marker">{% trans %}XRP History{% endtrans %}</h6>
|
||||
<h2 class="h1 text-center mx-auto mb-20">{% trans %}Timeline of XRP Evolution{% endtrans %}</h2>
|
||||
<div class="col-lg-10 offset-lg-1">
|
||||
<div class="timeline">
|
||||
<div class="timeline-block mb-10">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="timeline-content">
|
||||
<h4 class="mb-10">{% trans %}2011 XRP Ledger Development{% endtrans %}</h4>
|
||||
<p>{% trans %}The history of the XRP Ledger and its native digital asset XRP dates back to early 2011 when three developers—David Schwartz, Jed McCaleb and Arthur Britto—were fascinated with Bitcoin but observed the <a href="carbon-calculator.html">waste inherent in mining</a>. They sought to create a better system for sending value (an idea outlined in a <a href="https://bitcointalk.org/index.php?topic=10193.0" target="_blank">May 2011 forum post: “Bitcoin without mining”</a>).{% endtrans %}</p>
|
||||
<p>{% trans %}Their initial observations about the high energy consumption and scalability issues that would plague Bitcoin proved prescient. (In 2019, estimates suggest <a href="carbon-calculator.html">Bitcoin mining used</a> more energy than the entire country of Portugal!) Moreover, their initial read indicated that significant problems could arise if any miner obtained (or miners colluded to obtain) greater than 50% of the mining power—that risk persists with Bitcoin (and Ethereum) today as mining power has consolidated in China.{% endtrans %}</p>
|
||||
</div>
|
||||
<div class="timeline">
|
||||
<div class="timeline-block mb-10">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="timeline-content text-right">
|
||||
<h6 class="h1">2011</h6>
|
||||
<h4 class="mx-6 h5">{% trans %}2011 XRP Ledger Development{% endtrans %}</h4>
|
||||
<p>{% trans %}In early 2011, three developers—David Schwartz, Jed McCaleb, and Arthur Britto—were fascinated with Bitcoin but observed the waste inherent in mining. They sought to create a more sustainable system for sending value (an idea outlined in a May 2011 forum post: “Bitcoin without mining”).{% endtrans %}</p>
|
||||
<p>{% trans %}Their initial observations about the high energy consumption and scalability issues that would plague Bitcoin proved prescient. In 2019, estimates suggest Bitcoin mining used more energy than the entire country of Portugal. Moreover, their initial read indicated that significant problems could arise if any miner obtained (or miners colluded to obtain) greater than 50% of the mining power. That risk persists with Bitcoin (and Ethereum) today as mining power has consolidated in China.{% endtrans %}</p>
|
||||
</div>
|
||||
<div class="timeline-block mb-10">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="timeline-content">
|
||||
<h4 class="mb-10">{% trans %}2012 XRP Launched{% endtrans %}</h4>
|
||||
<p>{% trans %}In 2011 and early 2012, the trio of developers started a project to build a distributed ledger that improved upon these fundamental limitations of Bitcoin—their first ever code commit was in November 2011.{% endtrans %}</p>
|
||||
<p>{% trans %}They wrote code, that when executed, would create a distributed ledger, which they named Ripple. It included a digital asset that would be called “ripples” (XRP as the currency code) to follow the same naming convention as Bitcoin (BTC). At the time, Ripple stood for the open-source project, the unique consensus ledger (Ripple Consensus Ledger), transaction protocol (Ripple Transaction Protocol or RTXP), the network (Ripple network) and the digital asset (known as “ripples”).{% endtrans %}</p>
|
||||
<p>{% trans %}In practice, this approach led to many, broad uses of “Ripple.” To clarify, the community simply started calling the digital asset, “XRP.”{% endtrans %}</p>
|
||||
<p>{% trans %}By June 2012, Schwartz, McCaleb and Britto completed code development and the XRP Ledger was fully functioning.{% endtrans %}</p>
|
||||
<p>{% trans %}At that time, they decided their next move would be to gift 80 billion XRP to a not-yet-formed private company that would work with the broader community as well as pursue its own payments mission. The ledger code itself would be open source and for anyone to use.{% endtrans %}</p>
|
||||
<p>{% trans %}They all agreed on how to allocate the XRP among themselves and the future company, and they eventually created the company along with Chris Larsen in September 2012.{% endtrans %}</p>
|
||||
<p>{% trans %}Once the XRP Ledger was fully functioning, 80% of the XRP was gifted to the company—initially called NewCoin and renamed quickly to OpenCoin.{% endtrans %}</p>
|
||||
<p>{% trans %}Chris Larsen was the CEO of OpenCoin, and at the company's founding, Jed was co-founder and CTO, David Schwartz was the Chief Cryptography Officer, and Arthur Britto an advisor.{% endtrans %}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="timeline-block mb-10">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="timeline-content">
|
||||
<h6 class="h1">2012</h6>
|
||||
<h4 class="mx-6 h5">{% trans %}XRPL Launches its Native Currency, XRP{% endtrans %}</h4>
|
||||
<p>{% trans %}The trio of developers continued the work to build a distributed ledger that improved upon these fundamental limitations of Bitcoin, naming the code Ripple. The ledger included a digital asset that would be called “ripples” (XRP as the currency code) to follow the same naming convention as Bitcoin (BTC). At the time, the name Ripple stood for the open-source project, the unique consensus ledger (Ripple Consensus Ledger), transaction protocol (Ripple Transaction Protocol or RTXP), the network (Ripple network), and the digital asset (known as “ripples”).{% endtrans %}</p>
|
||||
<p>{% trans %}In practice, this approach led to many broad uses of “Ripple.” For clarity, the community simply started calling the digital asset by its currency code, “XRP.”{% endtrans %}</p>
|
||||
<p>{% trans %}By June 2012, Schwartz, McCaleb, and Britto finished code development, and the Ledger was complete.{% endtrans %}</p>
|
||||
<p>{% trans %}Once the XRP Ledger was live, 80% of the XRP was gifted to a new company that set out to build use cases for the digital asset—initially called NewCoin and renamed quickly to OpenCoin.{% endtrans %}</p>
|
||||
<p>{% trans %}Chris Larsen was the CEO of OpenCoin, and at the company's founding, Jed was co-founder and CTO, David Schwartz was the Chief Cryptography Officer, and Arthur Britto an advisor.{% endtrans %}</p>
|
||||
</div>
|
||||
<div class="timeline-block mb-10">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="timeline-content">
|
||||
<h4 class="mb-10">{% trans %}2013 OpenCoin Rebranded To Ripple Labs{% endtrans %}</h4>
|
||||
<p>{% trans %}At the outset of the company, OpenCoin set out to revolutionize the global financial system. Despite the revolutionary ideals of many of Bitcoin’s early believers, Larsen never thought blockchain technology should be used to overthrow the existing financial system. He believed that history’s most transformative innovations have always relied on the great ideas that came before them—not disrupting them.{% endtrans %}</p>
|
||||
<p>{% trans %}In early conversations with potential customers, the team was asked about the differences between the Ripple project and OpenCoin company. With the community starting to call the digital asset by its currency code "XRP" more widely, company leaders decided to rebrand the company to Ripple Labs, which has been shortened over time to "Ripple."{% endtrans %}</p>
|
||||
<p>{% trans %}Today, the company uses XRP and the XRP Ledger for liquidity management in its cross-border payments business. Ripple also remains a stakeholder and contributor to the broader XRP community.{% endtrans %}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="timeline-block mb-10">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="timeline-content text-right">
|
||||
<h6 class="h1">2013</h6>
|
||||
<h4 class="mx-6 h5">{% trans %}OpenCoin Rebranded to Ripple Labs{% endtrans %}</h4>
|
||||
<p>{% trans %}At the outset of the company, OpenCoin set out to revolutionize the global financial system. Despite the revolutionary ideals of many of Bitcoin’s early believers, Larsen never thought blockchain technology should be used to overthrow the existing financial system. He believed that history’s most transformative innovations have always relied on the great ideas that came before them—not disrupting them.{% endtrans %}</p>
|
||||
<p>{% trans %}In early conversations with potential customers, the team was asked about the differences between the Ripple project and OpenCoin company. With the community starting to call the digital asset by its currency code "XRP" more widely, company leaders decided to rebrand the company to Ripple Labs, which has been shortened over time to "Ripple."{% endtrans %}</p>
|
||||
<p>{% trans %}Today, the company uses XRP and the XRP Ledger for liquidity management in its cross-border payments business. Ripple also remains a stakeholder and contributor to the broader XRP community.{% endtrans %}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="timeline-block mb-10">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="timeline-content">
|
||||
<h6 class="h1">2020</h6>
|
||||
<h4 class="mx-6 h5">{% trans %}XRPL Foundation Launched{% endtrans %}</h4>
|
||||
<p>{% trans %}Founded September 24, 2020, the XRPL Foundation is an independent and nonprofit entity with a mission to accelerate the development and adoption of the decentralized XRP Ledger. The Foundation received an initial donation of over $6.5M from Coil, Ripple, and Gatehub to fund the Foundation’s work in service of the growing number of developers and other community members building on the XRP Ledger.{% endtrans %}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -16,101 +16,92 @@
|
||||
{% block breadcrumbs %}{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<div class="marketing-wrapper">
|
||||
<div class="container mt-20">
|
||||
<section class="row">
|
||||
<div class="col-md-4 d-flex flex-column-reverse justify-content-end">
|
||||
<h1 class="mb-10">{% trans %}Faster, Cheaper, Green Money{% endtrans %}</h1>
|
||||
<h6 class="text-primary mb-4">{% trans %}Impact{% endtrans %}</h6>
|
||||
</div>
|
||||
<div class="col-md-6 offset-md-1">
|
||||
<h2 class="mt-12 mb-10">{% trans %}The digital asset XRP is a truly global currency—ideally suited to enable today’s growing digital economy.{% endtrans %}</h2>
|
||||
<p>{% trans %}As an optimal medium of exchange, XRP and the XRP Ledger on which it operates help to move money around the world faster, cheaper and more sustainably than any other currency available today.{% endtrans %}</p>
|
||||
<p class="mb-10">{% trans %}It was designed this way, and it’s proving its impact in global payments and beyond.{% endtrans %}</p>
|
||||
<a href="carbon-calculator.html" class="arrow-link text-white bold">{% trans %}How Green Is Your Currency?{% endtrans %}</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<img class="mb-30" src="./img/impact/hero-impact.png" id="hero-impact" />
|
||||
|
||||
<div class="container mb-20">
|
||||
<section class="row mb-30 mb-50-until-sm">
|
||||
<h6 class="section-marker">{% trans %}Global Payments{% endtrans %}</h6>
|
||||
<div class="col-md-4 offset-md-1 mb-10 text-center d-flex-md justify-content-md-center align-self-md-center">
|
||||
<img class="mw-100" src="./img/impact/impact-democratizing-payments@2x.png">
|
||||
</div>
|
||||
<div class="col-md-6 offset-md-1">
|
||||
<h2 class="mb-10">{% trans %}Creating Economic Opportunity{% endtrans %}</h2>
|
||||
<h5 class="mb-10 normal">{% trans %}For the more than <a href="https://www.un.org/sites/un2.un.org/files/wmr_2020.pdf" target="_blank">272 million migrants</a> worldwide, sending and receiving money across borders is expensive, unreliable and complex.{% endtrans %}</h5>
|
||||
<div class="row">
|
||||
<div class="col-md">
|
||||
<p>{% trans %}XRP and the XRP Ledger are changing that.{% endtrans %}</p>
|
||||
<p>{% trans %}The technology has been adopted by financial institutions around the world. They use it to source liquidity for international transactions, and because of the unprecedented efficiency it offers, they’re able to both bring down costs and improve services.{% endtrans %}</p>
|
||||
</div>
|
||||
<p class="col-md">{% trans %}This means hundreds of millions of people worldwide who need to move money safely and securely across borders can do so more affordably and reliably than ever before.{% endtrans %}</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="row mb-30 mb-50-until-sm">
|
||||
<h6 class="section-marker">{% trans %}Future of Finance{% endtrans %}</h6>
|
||||
<div class="col-md-4 offset-md-1 order-1 order-md-2 mb-10">
|
||||
<img class="mw-100" src="./img/impact/impact-building-future@2x.png">
|
||||
<p class="text-smaller grey-700 mb-3 mt-3 ml-4">*NUS Research on Blockchain Adoption and Sustainability</p>
|
||||
</div>
|
||||
<div class="col-md-6 offset-md-1 order-2 order-md-1">
|
||||
<h2 class="mb-10">{% trans %}Building for the Future{% endtrans %}</h2>
|
||||
<h5 class="mb-10 normal">{% trans %}Digital assets and blockchain technology are the future of finance. Open and decentralized, they offer the first-ever global standards for value exchange broadly—whether it’s money, stocks, loyalty points, intellectual property or more.{% endtrans %}</h5>
|
||||
<div class="row">
|
||||
<p class="col-md">{% trans %}This has spawned increasing adoption of the technology across the financial services industry, from retail and institutional investment to commercial use cases like cross-border payments.{% endtrans %}</p>
|
||||
<p class="col-md">{% trans %}With usage growing, it’s critical that measures are taken today to ensure that the technology is environmentally sustainable tomorrow.{% endtrans %}</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="row mb-30 mb-50-until-sm">
|
||||
<h6 class="section-marker">{% trans %}Digital Assets{% endtrans %}</h6>
|
||||
<div class="col-md-4 offset-md-1 mb-10 text-center d-flex-md justify-content-md-center align-self-md-center">
|
||||
<img class="mw-100" src="./img/impact/impact-crypto-strengths@2x.png">
|
||||
</div>
|
||||
<div class="col-md-6 offset-md-1">
|
||||
<h2 class="mb-10">{% trans %}Are All Digital Assets Alike?{% endtrans %}</h2>
|
||||
<h5 class="mb-10 normal">{% trans %}Each digital asset has different strengths that make it ideal for various use cases today.{% endtrans %}</h5>
|
||||
<div class="row">
|
||||
<div class="col-md">
|
||||
<p>{% trans %}Bitcoin is recognized broadly as a store of value and ether (ETH) for use in smart contracts.{% endtrans %}</p>
|
||||
<p>{% trans %}XRP is optimal for transacting—it’s fast, cheap, scalable and energy-efficient. It was designed for use in global payments.{% endtrans %}</p>
|
||||
</div>
|
||||
<div class="col-md">
|
||||
<p>{% trans %}And, the same characteristics that make it ideal for payments mean it’s also better for our environment. XRP is green by nature.{% endtrans %}</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="row last-section">
|
||||
<h6 class="section-marker">{% trans %}Future of Finance{% endtrans %}</h6>
|
||||
<div class="col-md-4 mb-10 text-center">
|
||||
<img class="mw-100 mt-20-until-sm green-graphic" src="./img/green/green-graphic@2x.png">
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<h2 class="mb-10">{% trans %}What Makes XRP and the XRP Ledger Green?{% endtrans %}</h2>
|
||||
<h5 class="mb-10 normal">{% trans %}Most currency today—whether digital or physical—is not environmentally friendly. The potential long-term impact on our planet could hold startling consequences.{% endtrans %}</h5>
|
||||
<div class="row mb-10">
|
||||
<div class="col-md">
|
||||
<p>{% trans %}The digital asset XRP was designed with sustainability in mind. The XRP Ledger processes transactions through a unique “consensus” mechanism that consumes negligible energy and all XRP currency is already in circulation. It is the first major blockchain network to be <a href="https://ripple.com/ripple-press/ripple-leads-sustainability-agenda-to-achieve-carbon-neutrality-by-2030/" target="_blank">fully carbon neutral</a>.{% endtrans %}</p>
|
||||
<p>{% trans %}Other digital assets, like Bitcoin, rely on a different mechanism to both validate transactions and create new coins. This “proof-of-work” algorithm requires “mining.” Mining is an incredibly energy-intensive process for validating transactions that consumes more energy in a year than entire countries.{% endtrans %}</p>
|
||||
</div>
|
||||
<div class="col-md">
|
||||
<p>{% trans %}Cash also leaves a substantial carbon footprint, and the environmental impact goes beyond energy consumption—eutrophication (due to waste), photochemical ozone creation, greenhouse gas emissions and more factor into the equation.{% endtrans %}</p>
|
||||
<p>{% trans %}Adopting XRP more broadly will help limit this waste and ensure a sustainable future for our planet and global economy.{% endtrans %}</p>
|
||||
</div>
|
||||
</div>
|
||||
<a href="carbon-calculator.html" class="btn btn-outline-secondary">{% trans %}Discover the Green Currency Calculator{% endtrans %}</a>
|
||||
</div>
|
||||
</section>
|
||||
<section class="py-26 text-center">
|
||||
<div class="col-md-4 mx-auto text-center">
|
||||
<div class="d-flex flex-column-reverse">
|
||||
<h1 class="mb-18">{% trans %}Faster, Cheaper, Green Money{% endtrans %}</h1>
|
||||
<h6 class="green-500 mb-3">{% trans %}Impact{% endtrans %}</h6>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container-new py-26">
|
||||
<div class="col-md-6 offset-md-3 p-40">
|
||||
<h6 class="longform mb-10">{% trans %}The digital asset XRP is a truly global currency—ideally suited to enable today’s global economy.{% endtrans %}</h6>
|
||||
<p class="mb-6">{% trans %}As an optimal medium of exchange, XRP and the XRP Ledger on which it operates help to move money around the world faster, cheaper and more sustainably than any other currency available today. {% endtrans %}</p>
|
||||
<p class="mb-6">{% trans %}It was designed this way, and it’s proving its impact in global payments and beyond.{% endtrans %}</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container-new py-26">
|
||||
<div class="col-md-6 offset-md-3 p-40">
|
||||
<h2 class="h4 mb-8">{% trans %}How The Consensus Protocol Works{% endtrans %}</h2>
|
||||
<h5 class="longform mb-10">{% trans %}For the more than 272 million migrants worldwide, sending and receiving money across borders is expensive, unreliable and complex.{% endtrans %}</h5>
|
||||
<p class="mb-6">{% trans %}XRP and the XRP Ledger are changing that. The technology has been adopted by financial institutions around the world to source liquidity for international transactions. Because of the unprecedented efficiency it offers, they’re able to bring down costs and improve services.{% endtrans %}</p>
|
||||
<p class="mb-0">{% trans %}This means hundreds of millions of people worldwide who need to move money safely and securely across borders can do so more affordably and reliably than ever before.{% endtrans %}</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container-new py-26">
|
||||
<div class="mt-10 card-grid card-grid-2xN">
|
||||
<div class="col-new ls-none mb-16-sm">
|
||||
<h2 class="h4 mb-8">{% trans %}Building for the Future{% endtrans %}</h2>
|
||||
<h5 class="longform mb-10">{% trans %}Digital assets and blockchain technology are the future of finance. Open and decentralized, they offer the first-ever global standards for value exchange broadly—whether it’s money, stocks, loyalty points, intellectual property or more.{% endtrans %}</h5>
|
||||
<p class="mb-6">{% trans %}This has spawned increasing adoption of the technology across the financial services industry, from retail and institutional investment to commercial use cases like CBDCs, NFTs and cross-border payments.{% endtrans %}</p>
|
||||
<p class="mb-0">{% trans %}With usage growing, it’s critical that measures are taken today to ensure that the technology is environmentally sustainable tomorrow.{% endtrans %}</p>
|
||||
</div>
|
||||
<div class="col-new ls-none mb-16-sm">
|
||||
<div class="col-md-8 mx-auto">
|
||||
<h6 class="mb-10">{% trans %}Projected BTC, ETH and XRP Transactions in USD{% endtrans %}</h6>
|
||||
<div class="mb-10">
|
||||
<div class="d-flex align-items-baseline mb-3">
|
||||
<h5 class="mb-0">{% trans %}2025{% endtrans %}</h5>
|
||||
<p class="green-500 h6 ml-10 mb-0">
|
||||
<img src="./img/icons/green-up-arrow.svg">
|
||||
{% trans %}+195.3%{% endtrans %}
|
||||
</p>
|
||||
</div>
|
||||
<p class="numbers">{% trans %}$8.6T{% endtrans %}</p>
|
||||
</div>
|
||||
<div>
|
||||
<div class="d-flex align-items-baseline mb-3">
|
||||
<h5 class="mb-0">{% trans %}2030{% endtrans %}</h5>
|
||||
<p class="green-500 h6 ml-10 mb-0">
|
||||
<img src="./img/icons/green-up-arrow.svg">
|
||||
{% trans %}+21.4%{% endtrans %}
|
||||
</p>
|
||||
</div>
|
||||
<p class="numbers">{% trans %}$10.5T{% endtrans %}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container-new py-26">
|
||||
<div class="col-md-6 offset-md-3 p-40">
|
||||
<h2 class="h4 mb-8">{% trans %}Are All Digital Assets Alike?{% endtrans %}</h2>
|
||||
<h5 class="longform mb-10">{% trans %}All digital assets have different strengths that make them ideal for various use cases.{% endtrans %}</h5>
|
||||
<p class="mb-6">{% trans %}Bitcoin has historically been recognized as a store of value and Ether (ETH) for its smart contract capabilities.{% endtrans %}</p>
|
||||
<p class="mb-6">{% trans %}XRP was designed to be optimal for global payments—it’s fast, cheap, scalable and energy-efficient. But the XRP Ledger is also increasingly popular for innovative blockchain use cases, like NFTs and DeFi.{% endtrans %}</p>
|
||||
<p class="mb-6">{% trans %}The same characteristics that make XRP ideal for global transactions mean it’s also better for our environment. XRP is green by nature.{% endtrans %}</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container-new py-26">
|
||||
<div class="col-md-6 offset-md-3 p-40">
|
||||
<h2 class="h4 mb-8">{% trans %}What Makes XRP Ledger Green?{% endtrans %}</h2>
|
||||
<h5 class="longform mb-10">{% trans %}Most currency today—whether digital or physical—is not environmentally friendly. The potential for long-term impact on our planet could hold startling consequences. {% endtrans %}</h5>
|
||||
<p class="mb-6">{% trans %}The XRP Ledger processes transactions through a unique “consensus” mechanism that consumes negligible energy and all XRP currency is already in circulation.{% endtrans %}</p>
|
||||
<p class="mb-6">{% trans %}Cash also leaves a substantial carbon footprint, and the environmental impact goes beyond energy consumption—eutrophication (due to waste), photochemical ozone creation, greenhouse gas emissions and more factor into the equation.{% endtrans %}</p>
|
||||
<p class="mb-6">{% trans %}Other digital assets, like Bitcoin, rely on a different mechanism to both validate transactions and create new coins. This “proof-of-work” algorithm requires “mining.” Mining is an incredibly energy-intensive process for validating transactions that consumes more energy in a year than entire countries.{% endtrans %}</p>
|
||||
<p class="mb-10">{% trans %}Adopting XRP more broadly will help limit this waste and ensure a sustainable future for our planet and global economy.{% endtrans %}
|
||||
</p>
|
||||
<a class="btn btn-primary">{% trans %}How Green Is Your Currency?{% endtrans %}</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user