🏴
BITPLOT
@bitplotsBitmap
  • 🏴BITPLOT INTRODUCTION
  • âŦ›PLOT PROTOCOL
    • âŦ›MODULES
    • âŦ›PLOT:PAGE
    • âšĢPLOT:PORTAL
      • âšĢJSON Examples
  • âŦ›DEVELOPER API
  • 🔗Links
    • â—ŧī¸.PLOT [unisat.io]
    • 💱$PLOT [unisat.io]
    • 🔌bitmap gitbook
    • 🔌bitmap.land
    • 🔌.bitter experiment
    • 🔌BLIS
    • 🔌bitclub
    • 🔌Foxxi Bitverse
    • â„šī¸bitmap directory
Powered by GitBook
On this page
  • The Plot Thickens
  • $PLOT Tokens per Block Limits
  • Adding $PLOT Tokens to Bitcoin Blocks

Was this helpful?

BITPLOT INTRODUCTION

Protocols and Economic Models for Bitizens of the Bitverse

NextPLOT PROTOCOL

Last updated 1 year ago

Was this helpful?

All that we do on Bitcoin now is made possible by Ordinals. Thank you, Casey!

Please review the Ordinals Handbook -

Respect to and all those who are excited with the premise of the idea to use the Bitcoin blockchain data as the basis for new innovative games, worlds, economies and experiences. Bitplot's models presented here are for all and are meant to be open, leveraged and expanded upon.

Some envision Ready Player One type of worlds in the future. Some are planning for the next iteration of desktop VR environments that can integrate better with "web3" and the notion of the Bitverse (thanks to Ordinals and Bitmap Theory). Some are focusing on simple fun intriguing games and others are preparing to leverage Bitcoin assets and blockchain data as a layer for open transparent trusted digital valuables and virtual landscape cartography that dictate offchain game environments and access rights within them. But...

What can we use our bitmap and plot space for now... practically? The same thing we use the Internet for already. Communication, content and experiences. Social/private messaging, voice chat, websites, interactivity, art and knowledge sharing.

We are all in the present-day Metaverse already. Bitmap and the immutable Bitcoin Block Data is a broad canvas of unique canvases for us to call ours and do with it whatever we want.

The Plot Thickens

There exists a namespace.

.PLOT

There exists a token.

$PLOT

BITPLOT is a unique project that has many facets and primarily involves BRC-20 $PLOT tokens to specific Bitcoin blocks using either the .PLOT or .BITMAP namespace. As owners of blocks, the next obvious step is to apply currencies and economic models to your block space that could be a virtual world, a game, a community, an art exhibit/collection or anything you might imagine.

$PLOT can be a base currency for the Bitverse formed by Bitmap Theory. You are free to brand and attach $PLOT to both .plot and .bitmap Bitverse layers (namespaces).

is a 21m 18d token deployed on 3/16/2023, 4:40:40 PM by an unknown entity.

There are limits to how many $PLOT tokens can be associated with a block using a simple formula involving block data. This is to ensure that the tokens adhere to a block-related limit of at least 1000 tokens but are also capped reasonably. More on this below.

Some $PLOT tokens can resemble unique, rare, vintage sats (satoshis, the atomic unit of a bitcoin) if they are minted/transferred to historically significant blocks. Most of us are not sat hunters panning for the most valuable sats. In fact, the feasibility of that hunt is more challenging every day. Now the notion of these valuable sats has been re-gamified for a broader community, for fun and perhaps profit (NFA). BITPLOT can be an intriguing way to try to claim "valuable" blocks and mint new tokens on them. The ethos of the sat hunters is absorbed into this game-like project.

$PLOT Tokens per Block Limits

The number of $PLOT tokens that can be associated with a block is calculated using this simple formula:

Number of $PLOT tokens = (Amt of TXS + Amt of Transacted BTC + Amount of Mined BTC) * 21

This ensures that each block can be associated with at least 1000 $PLOT tokens, but the exact number will vary depending on the block's characteristics. The arbitrary but Bitcoin relavant number 21 is added as a multiplier.

Here is an example of a recent block.

Block 795,801

  • Number of transactions: 1,849

  • Amount of Bitcoin mined: 6.25 BTC

  • Amount of Bitcoin transacted: 93.833163 BTC

Number of $PLOT tokens = (1,849 + 6.25 + 93.833163) * 21 = 40930.746423

So, Block 795,801 could be associated with approximately 40,930 $PLOT tokens.

Here is an early block and as with all early blocks, this includes only the coinbase transaction

Block 9:

  • Number of transactions: 1

  • Amount of Bitcoin mined: 50 BTC

  • Amount of Bitcoin transacted: 0 BTC

Number of $PLOT tokens = (1 + 50 + 0) * 21 = 1,071

So, Block 9 could be associated with a max of 1,071 $PLOT tokens.

Adding $PLOT Tokens to Bitcoin Blocks

MINT

To mint $PLOT tokens and immediately associate them with a block, use the following JSON which includes the "block" key:

{
    "p":"brc-20",
    "op":"mint",
    "tick":"PLOT",
    "amt":"1000",
    "block":"170.plot"
}

In this command, the "block" key specifies the block number and namespace/layer with which you want to associate the newly minted $PLOT tokens. Both .plot and .bitmap are recognized namespaces also known as layers in the Bitverse.

If you want to mint $PLOT tokens but reserve them and add to a block at a later time, use the standard JSON command without the block key:

{
    "p":"brc-20",
    "op":"mint",
    "tick":"PLOT",
    "amt":"1000"
}

TRANSFER

To associate reserved $PLOT tokens to a block post-mint, use this JSON with the BRC-20transfer operation plus the block key in same manner as the above "mint" example.

{
    "p":"brc-20",
    "op":"transfer",
    "tick":"PLOT",
    "amt":"500",
    "block":"170.plot"
}

This calculator was created for convenience to get the total max supply of $PLOT tokens for specific blocks.

Explore more about the Bitplot Project.

The $PLOT token was fully and fairly minted out on July 3rd 2023. Since the mint is over, to add $PLOT to blocks on either .PLOT or .BITMAP you can use the BRC-20 transfer op. To get $PLOT, try the .

unisat marketplace
🏴
🖤
https://docs.ordinals.com
Bitmap
$PLOT
branding
Page cover image