Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configure Cardano Burn Token Tool

NameDescription
Network Type

Select the network to mint assets on:

  • Mainnet
  • Testnet

"Mainnet" uses assets with actual monetary value.

Please use "Testnet" for testing purposes.

Backend Service

Select the backend service you wish to use to execute your blockchain queries/transactions with:

  • Blockfrost
  • Koios
  • Dandelion GraphQL
  • Custom GraphQL API
Blockfrost Project Key

This property will only appear when Backend Service is Blockfrost.

Paste in your generated mainnet/testnet project API key. See blockfrost.io.

GraphQL Endpoint URL

This property will only appear when Backend Service is Custom GraphQL API.

Paste in the GraphQL endpoint URL of your choice. 

See Cardano Default Backend Plugin



Backend Service
Blockfrost Project Key

Token Burning Properties

NameDescription
Form

Select a form to retrieve token burning data from.

All fields from the selected form will be made available for field mapping in the sections below.

Minting Account
Account Address

The account's address that wish to burn minted assets that this account possesses.

Account Mnemonic Phrase

This is the minter's account secret key required in order to perform actions with the account.

Only accepts Hash Variable that points to the account's encrypted stored mnemonic phrase.

Warning
titleCaution

Account Mnemonic Phrase MUST be strictly secured at all times, and only viewable to the intended user.

Do NOT key in the plain-text mnemonic phrase here.

Anyone who possesses this phrase has full unrestricted control and can do irreparable damage!

Token Burning Configuration
Burn Type

Select the type of asset to burn:

  • Native Token
  • NFT
Asset IDThe asset ID is basically a combination of the policy ID and hex encoded asset name.
The asset name is automatically derived from this value.
Minting Policy ID

The policy ID that was previously used to mint such asset.

The value retrieved here will be used to verify against the Asset ID value retrieved before continuing plugin execution.

Minting Policy Secret Key (encrypted)

The secret key that signed the minting policy.

Only accepts Hash Variable that points to the encrypted stored policy secret key.

Amount To Burn

This property will only appear when Burn Type is Native Token.
If Burn Type is NFT, this property is automatically hidden and is always set to 1.

Amount of native tokens to remove from total supply.

Do note that the account must possess at least the exact amount of such asset in order to burn.

Fee Limit (ADA)

The maximum limit for transaction fees in units of ADA.

Note
titleNote

Value can only contain max 6 decimal places.

If this is empty, no limit is applied.

Store Response To Workflow Variable

...