looksordinal.com Open in urlscan Pro
136.243.5.20  Public Scan

URL: https://looksordinal.com/
Submission: On March 30 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form id="app-form">
  <div class="file_form option_form" style="display: block;">
    <input accept=".json,
                            .pdf,
                            .asc,
                            .yaml,
                            .yml,
                            .flac,
                            .mp3,
                            .wav,
                            .apng,
                            .avif,
                            .gif,
                            .jpg,
                            .jpeg,
                            .png,
                            .svg,
                            .webp,
                            .glb,
                            .stl,
                            .html,
                            .txt,
                            .mp4,
                            .webm
                            " type="file" class="form" multiple="">
    <button style="margin-top: 15px;" id="bytes_checker" type="button"> Check if file(s) are inscribed already </button>
  </div>
  <div class="text_form option_form" style="display: none;">
    <div id="form_container">
      <textarea class="text_area" style="width: 100%; height: 75px;" placeholder="add some text"></textarea>
    </div>
    <label for="text-multirow" style="display:inline-block;margin-top:15px;">Multi row</label>
    <input onclick="!this.checked?$('#text-addrow').style.display='none':$('#text-addrow').style.display='inline-block'" id="text-multirow" style="display: inline-block; height: 0.9rem; width:unset" type="checkbox">
    <button style="display: none" id="text-addrow" onclick="addMoreText(); return false;">Add Row</button>
    <div style="margin-top: 15px">
      <label for="text-repeat">Repeat</label>
      <input id="text-repeat" type="text" value="1" placeholder="e.g. 10 to mint ten times">
    </div>
  </div>
  <div class="dns_form option_form" style="display: none;">
    <p>tip: use the .sats domain feature in the Special section above to host your content</p>
    <textarea class="dns" style="width: 100%; height: 250px;" placeholder="One domain per line. Example:

ordi.sats
btc.sats"></textarea>
    <button class="dns_checker btn btn-outline-primary mt-3 mb-3" type="button" style="display: none;">Check availability</button>
  </div>
  <div class="unisat_form option_form" style="display: none;">
    <textarea class="unisat_text" style="width: 100%; height: 250px;" placeholder="One domain per line. Example:

ordi.unisat
btc.unisat"></textarea>
    <button class="unisat_checker btn btn-outline-primary mt-3 mb-3" type="button" style="display: none;">Check availability</button>
  </div>
  <div class="brc20_mint_form option_form" style="display: none;">
    <div class="mb-3">
      <label for="brc20-mint-ticker">Ticker</label>
      <input id="brc20-mint-ticker" type="text" maxlength="4" value="" placeholder="e.g. ordi">
    </div>
    <div class="mb-3">
      <label for="brc20-mint-amount">Amount</label>
      <input id="brc20-mint-amount" type="text" value="" placeholder="e.g. 1000">
    </div>
    <div class="mb-3">
      <label for="brc20-mint-repeat">Repeat</label>
      <input id="brc20-mint-repeat" type="text" value="1" placeholder="e.g. 10 to mint ten times">
    </div>
  </div>
  <div class="brc20_deploy_form option_form" style="display: none;">
    <div class="mb-3">
      <label for="brc20-deploy-ticker">Ticker</label>
      <input id="brc20-deploy-ticker" type="text" maxlength="4" value="" placeholder="e.g. ordi">
    </div>
    <div class="mb-3">
      <label for="brc20-deploy-max">Supply</label>
      <input id="brc20-deploy-max" type="text" value="" placeholder="e.g. 21000000">
    </div>
    <div class="mb-3">
      <label for="brc20-deploy-lim">Limit per mint</label>
      <input id="brc20-deploy-lim" type="text" value="" placeholder="e.g. 1000">
    </div>
  </div>
  <div class="brc20_transfer_form option_form" style="display: none;">
    <hr>
    <p> HOWTO: </p>
    <p> 1. To send tokens to someone, you need to have enough transferable balance registered first. Only then you may perform the actual transfer with another inscription. To add tokens to your transferable balance, use an address of yours that
      previously minted enough tokens in "Receiving address" above. </p>
    <p> 2. You can check your transferable balance using <a id="transfer-balance-link" href="https://unisat.io/brc20?q=" target="_blank">this
                    link</a>. </p>
    <p> 3. If your transferable balance is sufficient, you can skip step 1. and use the actual token recipient address in "Receiving address" above. </p>
    <p> WARNING:<br> To register your balance, the "Receiving address" above must be an address of yours that originally minted the token. If you are mixing this up or use the wrong address, risk is that the transfer will be invalid or being sent to
      the wrong recipient. This tool is not responsible for any of your decisions. </p>
    <hr>
    <div id="brc-transfer-container">
      <div class="brc-transfer-block">
        <div class="mb-3">
          <label>Ticker</label>
          <input class="brc20-transfer-ticker" type="text" maxlength="4" value="" placeholder="e.g. ordi">
        </div>
        <div class="mb-3">
          <label>Amount</label>
          <input class="brc20-transfer-amount" type="text" value="" placeholder="e.g. 21000000">
        </div>
      </div>
    </div>
    <button id="add_transfer_button">Add Transfer</button>
  </div>
  <div id="plugin_form" class="option_form" style="display: none;"></div>
  <span class="timer">61</span>
  <p>&gt;&gt; Select a feerate (sats/vB)</p>
  <div class="feerates">
    <div class="fee minfee">
      <div style="color: white;" class="num rounded">5</div>
      <div class="name">Min</div>
    </div>
    <div class="fee midfee">
      <div style="color: white;" class="num rounded">13</div>
      <div class="name">Mid</div>
    </div>
    <div class="fee maxfee">
      <div style="color: white;" class="num rounded">15</div>
      <div class="name">Max</div>
    </div>
  </div>
  <div style="margin-top: 15px;" id="sliderange">
    <label for="sats_range">sats/vB: <span id="sats_per_byte">13</span></label>
    <input class="form-range" id="sats_range" type="range" min="1" max="1000" value="1">
  </div>
</form>

Text Content

 * looks◉rdinal >>
 * inscribe
   


INSCRIBE

SELF-CUSTODIAL BULK INSCRIPTIONS. THE MOST POWERFUL AND COST-EFFECTIVE WAY TO
INSCRIBE ORDINALS ON BITCOIN. JOIN OUR DISCORD. MAKE SURE TO READ THE GUIDE.


THIS TOOL MAY NOT WORK IN SAFARI BROWSER. IF YOU ARE USING THAT, CONSIDER
SWITCHING.

>> Receiving address
Taproot addresses are recommended. Use non-taproot addresses on your own risk.

>> Please choose what you want to inscribe:

Standard
Most popular & standard inscriptions
 * files
 * text
 * .sats domains
 * .unisat domains
 * brc-20 mint
 * brc-20 deploy
 * brc-20 transfer

Special
Contact us to list your project here
 * handles
 * parcels (bitmap)
 * bitmap

Check if file(s) are inscribed already

Multi row Add Row
Repeat

tip: use the .sats domain feature in the Special section above to host your
content

Check availability
Check availability
Ticker
Amount
Repeat
Ticker
Supply
Limit per mint

--------------------------------------------------------------------------------

HOWTO:

1. To send tokens to someone, you need to have enough transferable balance
registered first. Only then you may perform the actual transfer with another
inscription. To add tokens to your transferable balance, use an address of yours
that previously minted enough tokens in "Receiving address" above.

2. You can check your transferable balance using this link.

3. If your transferable balance is sufficient, you can skip step 1. and use the
actual token recipient address in "Receiving address" above.

WARNING:
To register your balance, the "Receiving address" above must be an address of
yours that originally minted the token. If you are mixing this up or use the
wrong address, risk is that the transfer will be invalid or being sent to the
wrong recipient. This tool is not responsible for any of your decisions.

--------------------------------------------------------------------------------

Ticker
Amount
Add Transfer

61

>> Select a feerate (sats/vB)

5
Min
13
Mid
15
Max
sats/vB: 13

--------------------------------------------------------------------------------

🔧 Options
₿ Sats in inscription (padding)
🧚🏻 Cursed Inscriptions
🚀 Enable CPFP
🔥 Enable Turbo
🚑 Backup Usage 0%


💖 Developer Tip sats ($0)

--------------------------------------------------------------------------------

Inscribe! Estimate Fees Reset

Cancel Transaction |

Your Offer - = receive sats Receiver Cancel

For the remaining inscriptions, please wait for the parent transaction to
confirm. Do NOT close this window under NO circumstance!
Start Inscriptions



--------------------------------------------------------------------------------

looks◉rdinal is a RarityGarden project and powered by Trac.
Made with ❤️ and Tapscript.
The inscription tool is a fork of Inscribe the planet (Github)
Features and experiences between forks might differ.