diff --git a/content/use-cases/list-xrp-in-your-exchange.md b/content/use-cases/list-xrp-in-your-exchange.md index 3c2da2f968..d6fca5ac9c 100644 --- a/content/use-cases/list-xrp-in-your-exchange.md +++ b/content/use-cases/list-xrp-in-your-exchange.md @@ -6,17 +6,16 @@ Does your exchange want to list XRP, enabling your users to deposit, trade, and {% set n = cycler(* range(1,99)) %} {{n.next()}} - -## [Meet prerequisites for listing XRP](list-xrp-as-an-exchange.html#prerequisites-for-supporting-xrp) +## Meet prerequisites for listing XRP Put in place the foundation and operational processes needed to efficiently and securely list XRP in your exchange. This includes creating and securing XRP Ledger accounts, implementing internal balance sheets, adopting appropriate security procedures, and complying with any applicable regulations. +[Learn more about prerequisites >](list-xrp-as-an-exchange.html#prerequisites-for-supporting-xrp) {{n.next()}} - -## [Set up and run a `rippled` server](manage-the-rippled-server.html) +## Set up and run a `rippled` server `rippled` is the core peer-to-peer server that manages the XRP Ledger. @@ -26,29 +25,31 @@ You can start out running one `rippled` server to support development and explor [Running a `rippled` server in validator mode](run-a-rippled-validator.html) enables your exchange to contribute to the strength and decentralization of the XRP Ledger network. Even if your `rippled` server isn’t included in published validator lists, it is still contributing (albeit indirectly) and continues to build up reputation over time. +[Set up rippled >](manage-the-rippled-server.html) + {{n.next()}} - -## [Try out XRP Ledger integration tools](get-started-with-the-rippled-api.html) +## Try out XRP Ledger integration tools Take a look at the various tools provided to help you integrate with the XRP Ledger. From WebSocket and JSON-RPC API endpoints to the RippleAPI JavaScript library, find a mode of integration that works with your technology. +[Get started with API tools >](get-started-with-the-rippled-api.html) {{n.next()}} - -## [Get a sandbox XRP Ledger account](xrp-test-net-faucet.html) +## Get a sandbox XRP Ledger account Use the XRP Ledger Test Net to get a sandbox account. Connect your `rippled` server to the Test Net to make test calls and get to know the XRP Ledger. Once you’re ready to transact in real XRP, you can switch over to transacting on the live XRP Ledger. +[Get a Test Net account >](xrp-test-net-faucet.html) {{n.next()}} - -## [Understand and code integrations to support the flow of funds](list-xrp-as-an-exchange.html#flow-of-funds) +## Understand and code integrations to support the flow of funds To support listing XRP, code integrations with the XRP Ledger to deposit XRP into your exchange, trade XRP on the exchange, rebalance XRP holding, and withdraw XRP from your exchange. +[Understand the flow of funds >](list-xrp-as-an-exchange.html#flow-of-funds) ### Related Tasks diff --git a/dactyl-config.yml b/dactyl-config.yml index a3fe404d62..a497d609b5 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -2812,8 +2812,6 @@ pages: - md: use-cases/use-cases.md html: use-cases.html funnel: Use Cases - filters: - - buttonize targets: - local @@ -2898,8 +2896,6 @@ pages: - md: dev-tools/dev-tools.md html: dev-tools.html funnel: Dev Tools - filters: - - buttonize targets: - local