-
When the taproot assets (TA) are sent over Lightning, a double conversion TA->BTC->TA leads to high transaction fees since edge nodes will likely set a high price spread to hedge against price risks. …
-
We need to enhance the [Universes](https://docs.lightning.engineering/lightning-network-tools/taproot-assets/universes) documentation by adding a new section dedicated to Public Universe Servers.
#…
-
**Is your feature request related to a problem? Please describe.**
**General User Story**
As a **payer** of a taproot asset invoice, I can glean the _satoshi-denominated_ value by decoding the inv…
-
# Background
In scenarios where taproot assets are contained within bitcoin lightning channels,
LND has the requirement to push an above-dust amount of satoshis to the remote side of the channel to …
-
Is there any plan to add support for Taproot assets in the /v2/invoices/hodl API of LND?
-
If I mint a new Taproot Asset from the command line and use a decimal point:
`tapcli assets mint --type normal --name beefbux --supply 1000000 --decimal_display 3 --meta_bytes '{"hello":true}' --me…
-
### Background
When operating a pocket universe, an operator may want to assist users in funding a PSBT to fulfill a Taproot Asset address transfer. In the case of Tajfi, we do this by taking the u…
-
Currently, when minting assets, the genesis anchor transaction is generated using a PSBT that is not provided by the user. Specifically, the method [`ChainPlanter.fundGenesisPsbt`](https://github.com/…
-
**Is your feature request related to a problem? Please describe.**
Today users have two ways to query for a Universe leaf:
* `QueryProof`: allows to query based on a combination of: universe ID,…
-
### Background
After we confirm a transfer, and update proofs (only for the file based store), we'll attempt to upload any proofs (if needed) to a universe: https://github.com/lightninglabs/taproot…