Virtual Mint - Overview
Tooltips

Create a new token
when a user clicks this button, it brings them to the “Etch” page
Top row
this row moves to the left, showing the most recent mint activity on the platform (20 most recent mint transactions)
when a new tx is submitted, it replaces the oldest tx in the row
clicking on any of these "recent activity" cards brings you to that token's "Mint" page
King of the block
this section shows which token has the most mints in the current block
if the token has been the most popular for multiple consecutive blocks we’ll add a fire emoji next to it and say how many blocks in a row it’s been “king of the block”
below it “Runner up...” is the second most popular mint in the current block
we also display how many more mints are needed from the Runner up to become King of the Block
Current block details
the progress bar should what % of the current VM block is full, how many mints are in the current block and the estimated time left in the current block (based on mainnet estimates)
bid price/token section 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 someone is paying per token in sats in the current block
My transactions
you should be able to sort by minting (default), launched and failed
minting = this section shows two types of transactions
unconfirmed: the user’s transactions that are currently pending in our mempool or are in the current block (but not confirmed)
confirmed: the user’s transactions that are confirmed but it’s token is still minting
launched = these are successfully confirmed transactions that were for tokens that minted out and made it to radFi AMM
when a user clicks “view pool on radFi”: it brings the user to the radFi swap page with the minted token being the sell asset and the buy asset being BTC
failed = these are successfully confirmed transactions that were for tokens that DIDNT mint out and have BTC to claim
when a user clicks “claim your BTC”: a tx is triggered prompting the user to claim their committed BTC
Bottom row of blocks
these blocks are displayed chronologically, with the current block in the middle (and open), then the previous VM blocks on it’s left and the next VM block on the right
blocks the have been confirmed show the image of the most popular token from that block, as well as how many other unique tokens had mints in that block
blocks that haven’t been confirmed yet show the ?
when you hover over a confirmed block it will show the # of mints in that block, the amount of BTC committed in that block and the display name of the most popular mint
when the current block is complete, we’ll have an animation that closes the current block, shifts all blocks 1 to the left and then an animation that opens the new block
Sorting drop-down
you should be able to sort by trending (default), progress, new, marketcap, failed and ending soon
trending = tokens with the most mint activity in the past 7 days, the most popular at the top
progress = tokens closest to minting out, the closest token at the very top
new = tokens most recently created, the newest token being at the very top
marketcap = tokens that already minted out (and now trading on radFi), sorted by highest marketcap at the top
failed = all the tokens that ended and weren’t successfully launched
ending soon = tokens that have the least amount of time remaining before their mint closes, the least amount of time left being the very top
Search bar
this search bar lets you search any token created on radFi VM
Right column token cards
these are the tokens minting through our platform, sorted based on which sorting category is picked (#7)
clicking on these tokens will bring you to the token's "Mint" page
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 or waiting in our mempool
remaining = 100% - complete
in the top right we show how much time is left before the mint is over (if it doesn’t sell out)
a highlight goes over the time left part of any token card with less than 24 hours remaining for it’s mint
if greater than or equal to 24 hours remain, it displays “[X] days left”
if greater than or equal to 1 hour, but less than 24 hours remain, it displays “[X] hours left”
if less than 1 hour remains, it displays “[X] minutes left”
on the token’s picture we display the token’s implied marketcap
BTC confirmed * btc_price * 5 = implied marketcap
when you hover over a token it has a slight purple highlight
Block visualizer
(this is just a placeholder that we’ll go live with)
Claim all BTC
claims all BTC from failed or only partial filled mints (that are completed)
only lights up when there’s something to claim
Last updated