{% extends "base.html.jinja" %} {% block head %} {% endblock %} {% block bodyclasses %}no-sidebar{% endblock %} {% block mainclasses %}landing page-home{% endblock %} {% block breadcrumbs %} {% endblock %} {% block main %}
X

{% trans %}The Blockchain
Built for Business{% endtrans %}

{% trans %}XRPL | XRP Ledger{% endtrans %}
{% trans %}Start Building{% endtrans %}

{% trans %}The XRP Ledger: The Blockchain Built for Business{% endtrans %}

{% trans %}The XRP Ledger (XRPL) is a decentralized, public blockchain led by a global community of businesses and developers looking to solve problems and create value.{% endtrans %}

{% trans %}Proven reliable over more than a decade of error-free functioning, the XRPL offers streamlined development, low transaction costs, high performance, and sustainability. So you can build with confidence–and move your most critical projects forward.{% endtrans %}

{% trans %}Why developers choose the XRP Ledger{% endtrans %}

{% trans %}Benefits{% endtrans %}

{% trans %}Activate the proven potential of the XRP Ledger and find a trusted foundation for your next innovation{% endtrans %}

{% trans %}Powerful Features{% endtrans %}
{% set cards2 = [ { "href": "decentralized-exchange.html", "title": _("Decentralized Exchange"), "description": _("A high-performance decentralized peer-to-peer multi-currency exchange built directly into the blockchain")}, { "href": "cross-currency-payments.html", "title": _("Cross-Currency Payments"), "description": _("Atomically settle multi-hop payments that cross currency or national boundaries with ease")}, { "href": "payment-channels.html", "title": _("Payment
Channels"), "description": _("Batched micropayments with unlimited speed, secured with XRP")}, { "href": "multi-signing.html", "title": _("Multi-Signing"), "description": _("Flexible options for custody and security of on-ledger accounts")}, { "href": "tokens.html", "title": _("Tokens"), "description": _("All currencies other than XRP can be represented in the XRP Ledger as tokens, sometimes called “IOUs”")}, ] %} {% for card in cards2 %}

{{card.title}}

{{card.description}}

{% endfor %}

{% trans %}Choose a path, and bring your project to life on the XRP Ledger{% endtrans %}

{% trans %}Where to Start{% endtrans %}
{% set cards3 = [ { "href": "get-started.html", "title": _("Quickstart"), "description": _("Access everything you need to get started working with the XRPL")}, { "href": "tutorials.html", "title": _("Guided Tutorials"), "description": _("Follow step-by-step guides for frequent tasks")}, { "href": "concepts.html", "title": _("XRPL Fundamentals"), "description": _("Read about the XRPL’s foundational concepts")}, { "href": "client-libraries.html", "title": _("Choose a Language"), "description": _("Find tools, documentation, and sample code in Python, Java, Javascript, or use HTTP APIs")}, { "href": "uses.html", "title": _("Get Inspired"), "description": _("See what your peers have built on the XRPL")}, ] %} {% for card in cards3 %}

{{card.title}}

{{card.description}}

{% endfor %}

{% trans %}Our Shared Vision for XRPL’s Future{% endtrans %}

{% trans %}Together, we're building the greenest infrastructure to drive blockchain innovation that doesn't sacrifice utility or performance, to bring the developer community's vision to life.{% endtrans %}

Learn More

{% trans %}Explore what the community is building to enable new features and use cases on XRPL{% endtrans %}

{% trans %}Preview New Features{% endtrans %}

{% trans %}Join the Community
at XRPL.org{% endtrans %}

{% trans %}Connect at XRPL.org, a community by and for the developers
and entrepeneurs who rely on the XRPL.{% endtrans %}

{% trans %}Get Involved{% endtrans %}
{% endblock %} {% block analytics %} {% endblock analytics %}