From d5d9cfc8eeb8e9ed0108237d63c9341ac1b317a7 Mon Sep 17 00:00:00 2001 From: Leo Weese Date: Wed, 31 Jul 2024 20:49:56 +0000 Subject: [PATCH] GITBOOK-451: change request with no subject merged in GitBook --- lightning-network-tools/taproot-assets/rfq.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lightning-network-tools/taproot-assets/rfq.md b/lightning-network-tools/taproot-assets/rfq.md index 7e5f5c45..2b61d86c 100644 --- a/lightning-network-tools/taproot-assets/rfq.md +++ b/lightning-network-tools/taproot-assets/rfq.md @@ -31,3 +31,10 @@ Alternatively, you can also set a price of asset per Bitcoin. Remember that if y Both peers of a Taproot Assets channel may set up an RFQ oracle. Alternatively, one of the nodes may chose to operate without an oracle, simply accepting all quotes from the Edge Node: `taproot-assets.experimental.rfq.skipacceptquotepricecheck=true` + +## Oracle Demo + +A basic price oracle has been implemented as part of the Taproot Assets code base. It makes use of the QueryRateTick RPC method to return a rate tick for a given transaction type, subject asset and payment asset. + +[Fork it: Taproot Assets Oracle Demo](https://github.com/lightninglabs/taproot-assets/tree/d70bccd2714a3f808e070a080c510cf396a11284/docs/examples/basic-price-oracle) +