Virtual Mint - Minting
Tooltips

Back button
this button brings you back to the “Overview” page
Token information
this section describes all the main relevant information about the token
logo
symbol
Display ticker - we collect this info when a user etches (but it’s not a part of the Rune info)
Rune ticker
user should be able to click on this to copy
description
created: the time when the Rune is confirmed as etched
creator address: the address that submitted the etch
user should be able to click on this to copy
Rune ID: ID of the Rune
user should be able to click on this to copy
socials: links to Twitter, Telegram or website (if provided)
*if not provided, make 50% opaque but still visible
Current block
similar to the overview page, this progress bar shows how many mints are in the current VM block, approximately what % of the block that is, and the estimated time remaining in the current block
Current block prices
similar to the overview page, it shows 3 things:
minimum = minimum sats price per token to be included in the current block (projected)
average = the average bid price per token in sats of all the mints in the current block
highest = the highest bid price per token someone is paying in sats in the current block
Confirmed [token] mint prices
this section displays historical bid prices per token for this specific token
lowest = lowest bid price per token for a confirmed mint of this specific token
average = average of all confirmed bid prices per token of this specific token
highest = highest bid price per token for a confirmed mint of this specific token
Bid price graph
(currently a placeholder)
Mint progress
this displays the progress of the token
shows the implied marketcap of the token, based on the amount of BTC currently confirmed (with the assumption it mints out): BTC confirmed * btc_price * 5 = implied marketcap
ENDS IN is a countdown timer for how much time is left in the token’s mint
we provide a progress bar to show how close the token is to minting out
complete = % already confirmed in a VM block
pending = % currently pending, whether it's in the current block on waiting in our mempool
remaining = 100% - complete
Mint
this is where the user goes to mint the token
“Number of mints” is where the user inputs how many mints they want
this should default to 0
hitting the buttons to the right increase or decrease the mint amount by 1
hitting the buttons below are a shortcut to inputting more mints
the default highlighted button is “reset”
reset brings their input back to 0
max is the max amount they can mint based on their current set price per token
the user shouldn’t be allowed to input any decimals
underneath where it says mint(s) we display how many tokens they would be minting given their input
“price per token” is where the user inputs how much they want to pay per token
this should default to 0.01 sats/token
hitting the buttons to the right increase or decrease the price by 0.001 sat
hitting the buttons below are a shortcut to changing your price per token
the default highlighted button is “slow”
slow is the minimum bid price per token required to be included in the current block
medium is SLOW * 1.5 (rounded up to 3 decimal places)
fast is SLOW * 2
when a user clicks on custom it will set the input to blank and they’ll be required to input something
the user should only be allowed to input 3 decimals maximum
implied marketcap under “sat(s)” should be a dynamic calculation: (price per token * 800,000,000)/100,000,000 * BTC price * 5
the information box below the inputs informs the user if their mint is projected to be included in the current block or not
if price per token is greater than or equal to the minimum bid price per token required to be included in the current block, display (in green):
Your mint is projected to be included with that price!
Mints are not guaranteed... but if your transaction is never confirmed in a block or the token doesn’t mint out, you will be able to claim a full refund.
if price per token is less than the minimum bid price per token required to be included in the current block, display (in red):
Your mint is not projected to be included with that price!
Mints are not guaranteed... but if your transaction is never confirmed in a block or the token doesn’t mint out, you will be able to claim a full refund.
amount you’ll pay is a function of:
number of mints * number of tokens per mint * price per token / 100000000
the user’s balance is displayed below this output in parentheses
mint button
the number on the mint button changes to match the amount of tokens the user is trying to mint
there are a couple scenarios this mint button will show:
invalid price per token: shown when a price with more than 3 decimal places is submitted
insufficient BTC balance: when the user’s # of mints * price per token * 10,000 is greater than the user’s radFi BTC balance (after transaction fees)
you must spend a minimum of 546 sats: if a user’s tx size is too small (under 546 sats)
Transactions
this sections shows all the VM mint transactions related to the specific token
all mints
shows mint transactions from all accounts for the specific token, displayed where the most recent tx is at the top
my mints
shows mint transactions from only the user’s connected account for the specific token, displayed where the most recent tx is at the top
claim BTC
this button will appear when a mint is complete, whether successful or failed, if the user has any BTC to claim
Top holders
this shows the confirmed balance for the top 50 holders of the token, with the highest balance being the top of the list
the top right “total” shows the # of wallets with a balance > 0 of the token
Diamond hands
this section explains what the diamond hand feature is, as well as shows the top diamond hand wallets
“learn more” in the description should link to the radFi docs section explaining what the feature is
the list of diamond hand wallets shows what % of diamond handed tokens they own, sorted from largest to smallest
we also display the # of diamond handed wallets, those who still have 1M+ diamond handed tokens
the % calculation is done as follows:
users # of diamond handed tokens / total # of diamond handed tokens * 100
Last updated