List of standard features/policies
Marmalade-NG includes a comprehensive set of policies, which should cover most basic use cases. Removing the requirement for most token creator to create a custom a policy.
Policy |
Name (std-policies) |
Description |
|---|---|---|
COLLECTION |
Allow the issuer to create collections of tokens |
|
BLACKLIST |
Allow to create blacklistable tokens |
|
GUARDS |
Allow to protect a token by a set of guards |
|
EXTRA-POLICIES |
Allow to use the extra-policies of Marmalade NG |
Policy |
Name (std-policies) |
Description |
|---|---|---|
INSTANT-MINT |
Only allow tokens to be minted in the same transaction as they are created |
|
NON-FUNGIBLE |
Only allow to mint non-fungible tokens |
|
FIXED-ISSUANCE |
Allow to define and enforce an issuance specification |
Policy |
Name (std-policies) |
Description |
|---|---|---|
DISABLE-BURN |
Disable burn |
|
DISABLE-TRANSFER |
Disable transfer |
|
TRUSTED-CUSTODY |
Allow the creator to declare a list of trusted custodials |
Policy |
Name (std-policies) |
Description |
|---|---|---|
DISABLE-SALE |
Disable any sale |
|
FIXED-SALE |
Manage fixed quote sales |
|
DUTCH-AUCTION-SALE |
Manage dutch auction sales (automatic price reduction) |
|
AUCTION-SALE |
Manage auction sales |
Policy |
Name (std-policies) |
Description |
|---|---|---|
ROYALTY |
Allow the creator to impose a fixed royalty |
|
ADJUSTABLE-ROYALTY |
Allow the creator to impose a royalty which can be changed during the life of the token |
|
MARKETPLACE |
Allow a market-place to fix a fee on a sale |