Skip to content

Commit

Permalink
GITBOOK-342: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeychr authored and gitbook-bot committed Jul 11, 2024
1 parent 4433f6e commit cbecb25
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="#joining-dln-as-taker" id="joining-dln-as-taker"></a>

Expand Down

0 comments on commit cbecb25

Please sign in to comment.