Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions TIP-0003/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ The minting of a group constructor token requires to burn a certain amount of LV
- *Check Minting Constructor Tokens:* Let $g$ be a group identifier and $p$ the group policy whose digest is equal to $g$, a transaction is valid only if the all of the following statements are true:
- The policy $p$ is attached to the transaction.
- The number of group constructor tokens with identifier $g$ in the output of the transaction is strictly bigger than 0.
- The registration UTXO referenced in $p$ is present in the inputs and contains LVLs.
- The registration UTXO referenced in $p$ is present in the inputs and contains enough LVLs to satisfy the cost of minting the group constructor tokens and to satisfy any outstanding amount of LVLs in the outputs. "Outstanding amount" refers to the amount that is not satisfied by other inputs in the transaction.

#### Minting of Series Constructor Tokens

Expand All @@ -202,7 +202,7 @@ The minting of a series constructor token requires to burn a certain amount of L
- *Check Minting Constructor Tokens:* Let $s$ be a series identifier and $p$ the series policy whose digest is equal to $s$, all of the following statements are true:
- The policy $p$ is attached to the transaction.
- The number of series constructor tokens with identifier $s$ in the output of the transaction is strictly bigger than 0.
- The registration UTXO referenced in $p$ is present in the inputs and contains LVLs.
- The registration UTXO referenced in $p$ is present in the inputs and contains enough LVLs to satisfy the cost of minting the series constructor tokens and to satisfy any outstanding amount of LVLs in the outputs. "Outstanding amount" refers to the amount that is not satisfied by other inputs in the transaction.

#### Minting of an Asset Token

Expand Down