Skip to content

Commit dddbf5a

Browse files
Leo Weesegitbook-bot
authored andcommitted
GITBOOK-498: change request with no subject merged in GitBook
1 parent a3157a3 commit dddbf5a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lightning-network-tools/taproot-assets/become-an-edge-node.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ An Edge node may both open Taproot Asset channels and accept them. It will adver
3636

3737
[Read more: Opening Taproot Asset channels](taproot-assets-channels.md)
3838

39+
## RFQ
40+
41+
{% hint style="success" %}
42+
All litd nodes are able to use RFQ to communicate rates
43+
{% endhint %}
44+
45+
Rates are communicated to peers directly via a process called “Request for Quote (RFQ)”. The gRPC API allows any Taproot Assets node to request quotes and use them when constructing payment routes. The RFQ process is typically between the user and a price oracle.
46+
3947
## The Oracle
4048

4149
{% hint style="warning" %}
@@ -46,14 +54,6 @@ In the same way a routing node will set the rates at which it is willing to forw
4654

4755
The oracle is software that aggregates or determines the rates, either based on an order book, reference rates or public order books. The oracle may determine a single rate on top of which the Edge node charges a fee, or separate bid and ask rates, separated by a spread.
4856

49-
## RFQ
50-
51-
{% hint style="warning" %}
52-
This functionality requires external software
53-
{% endhint %}
54-
55-
Rates are communicated to peers directly via a process called “Request for Quote (RFQ)”. The gRPC API allows any Taproot Assets node to request quotes and use them when constructing payment routes. The RFQ process may be the same as the Oracle.
56-
5757
[Read more: RFQ](become-an-edge-node.md#rfq)
5858

5959
## Hedging mechanisms

0 commit comments

Comments
 (0)