From 9a29f604419c12e18796e211add4a238c6f710a9 Mon Sep 17 00:00:00 2001 From: Leo Weese Date: Tue, 17 Oct 2023 22:37:25 +0000 Subject: [PATCH] GITBOOK-375: change request with no subject merged in GitBook --- the-lightning-network/taproot-assets/faq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/the-lightning-network/taproot-assets/faq.md b/the-lightning-network/taproot-assets/faq.md index b5c7929f..947f01cf 100644 --- a/the-lightning-network/taproot-assets/faq.md +++ b/the-lightning-network/taproot-assets/faq.md @@ -12,7 +12,7 @@ Taproot Assets is a novel Taproot-based protocol that defines how assets can be ### What can I do with Taproot Assets? -Taproot Assets lets you issue all kinds of assets on bitcoin, both unique and fungible. There are no technical limits to what these assets can represent, including stablecoins, shares, tickets, ownership rights or art. Assets can be programmed using Taproot Asset scripts, allowing for a broad range of functionality similar to bitcoin transactions. From an initial protocol design and prioritization perspective, Lightning Labs is focused on stablecoins’ use cases first. +Taproot Assets lets you issue all kinds of assets on bitcoin, both collectible and fungible (often called _normal_). There are no technical limits to what these assets can represent, including stablecoins, shares, tickets, ownership rights or art. Assets can be programmed using Taproot Asset scripts, allowing for a broad range of functionality similar to bitcoin transactions. From an initial protocol design and prioritization perspective, Lightning Labs is focused on stablecoins’ use cases first. ### How does Taproot Assets work? @@ -54,7 +54,7 @@ To issue and transact Taproot Assets, bitcoin transactions need to be made, whic ### How do I issue assets with Taproot Assets? -Usingce the initial implementation, anyone is be able to issue assets with Taproot Assets using a Taproot Assets client on Bitcoin testnet. Once the asset has been issued and its genesis transaction is confirmed on the blockchain, your asset is live and can be transferred. In the future it will be possible to also deploy this asset into a Lightning Network channel. +Using the initial implementation, anyone is be able to issue assets with Taproot Assets using `tapd` on Bitcoin. Once the asset has been issued and its genesis transaction is confirmed on the blockchain, your asset is live and can be transferred. In the future it will be possible to also deploy this asset into a Lightning Network channel. ### Do all assets have a limited supply? @@ -66,7 +66,7 @@ Your Taproot Assets wallet will need to store Taproot keys as well as Taproot As ### How do I send assets on-chain? -To send Taproot Assets to somebody else, they will need to first provide you their Taproot Assets address. This address contains information about the asset and public keys necessary for holding the asset. The address format is designed to help prevent Taproot Assets from being lost or unrecoverable. +To send Taproot Assets to somebody else, they will need to first provide you their Taproot Assets address. This address contains information about the asset and public keys necessary for holding the asset, as well as the requested amount. The address format is designed to help prevent Taproot Assets from being lost or unrecoverable. ### What fees do I have to pay?