From cbecb25ddaa1549d8625fbb542a3e381dd5c9d7c Mon Sep 17 00:00:00 2001 From: Alexey Churkin Date: Thu, 11 Jul 2024 08:59:14 +0000 Subject: [PATCH] GITBOOK-342: change request with no subject merged in GitBook --- docs/SUMMARY.md | 1 - .../interacting-with-the-api/the-lifecycle.md | 11 ----------- .../market-and-limit-orders.md | 2 +- 3 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 docs/dln-the-debridge-liquidity-network-protocol/interacting-with-the-api/the-lifecycle.md diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 37cadb33..90e76827 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -55,7 +55,6 @@ * [Creating Calldata for Solana](dln-the-debridge-liquidity-network-protocol/interacting-with-smart-contracts/creating-calldata-for-solana.md) * [Interacting with the API](dln-the-debridge-liquidity-network-protocol/interacting-with-the-api/README.md) * [Authentication](dln-the-debridge-liquidity-network-protocol/interacting-with-the-api/authentication.md) - * [The lifecycle](dln-the-debridge-liquidity-network-protocol/interacting-with-the-api/the-lifecycle.md) * [Requesting Order Creation Transaction](dln-the-debridge-liquidity-network-protocol/interacting-with-the-api/requesting-order-creation-transaction.md) * [Submitting an Order Creation Transaction](dln-the-debridge-liquidity-network-protocol/interacting-with-the-api/submitting-an-order-creation-transaction.md) * [Tracking a Status of the Order](dln-the-debridge-liquidity-network-protocol/interacting-with-the-api/tracking-a-status-of-the-order.md) diff --git a/docs/dln-the-debridge-liquidity-network-protocol/interacting-with-the-api/the-lifecycle.md b/docs/dln-the-debridge-liquidity-network-protocol/interacting-with-the-api/the-lifecycle.md deleted file mode 100644 index 75327e33..00000000 --- a/docs/dln-the-debridge-liquidity-network-protocol/interacting-with-the-api/the-lifecycle.md +++ /dev/null @@ -1,11 +0,0 @@ -# The lifecycle - -The lifecycle of an order is defined as follows: - -* getting a quote -* requesting a transaction that places (creates) the limit order on-chain -* submitting a transaction to the source chain -* tracking the status of the order on the destination chain -* (optional) requesting a transaction that cancels the limit order on the destination chain - -This guide gives a brief step-by-step overview of how to manage limit orders using DLN API endpoints. diff --git a/docs/dln-the-debridge-liquidity-network-protocol/market-and-limit-orders.md b/docs/dln-the-debridge-liquidity-network-protocol/market-and-limit-orders.md index e1e88e5f..be8dc04e 100644 --- a/docs/dln-the-debridge-liquidity-network-protocol/market-and-limit-orders.md +++ b/docs/dln-the-debridge-liquidity-network-protocol/market-and-limit-orders.md @@ -9,7 +9,7 @@ With the deBridge Liquidity Network Protocol, a transaction can’t fail on the Users can place orders to exchange any assets at any price, but if the order premium covers all overhead costs for takers and brings them a profit, they are economically incentivized to fulfill the order as fast as possible. In this case, this is a market order that will be settled shortly. -To facilitate the creation of market orders, deBridge provides a [Quick Start Guide](interacting-with-the-api/the-lifecycle.md). Any integrator or an app can query the API in order to retrieve the recommended price for the order for their users and secure its immediate execution. The quote recommended by the API lays in a spread that includes a 4bps incentive for takers and covers overhead costs such as gas. +To facilitate the creation of market orders, deBridge provides a [Quick Start Guide](broken-reference). Any integrator or an app can query the API in order to retrieve the recommended price for the order for their users and secure its immediate execution. The quote recommended by the API lays in a spread that includes a 4bps incentive for takers and covers overhead costs such as gas. #### Joining the deBridge Liquidity Network Protocol as a Solver