πŸ“ƒdistrict ruleset

A schema for claiming districts upon the meta-terrain of a Bitcoin Block.

Click to expand for an explanation of each rule.

district = bitmap based upon blockheight

Bitcoins on-chain activity creates a natural meta-terrain made up of Blocks across spacetime, backed up and served immutably by each and every Bitcoin Node and Miner. By invoking the law of equivalence, a valid District takes on the traits of the block referenced by the blockheight number.

district claim command = blockheight.bitmap

To make a claim on a block, a text inscription must be made using Ordinals Theory. The inscription must contain the blockheight (based on sequential order of blocks on the chain, starting from 0), followed by .bitmap, as above. This is considered a District Claim. However, it is only verified as a valid .bitmap if it satisfies the full ruleset.

404.bitmap = example command to claim district at blockheight:404

This example inscription command demonstrates how you would claim district 404, based upon blockheight 404. Be aware, a claim must be successful (see first is first).

regex validation = ^(?:0|[1-9][0-9]*)\.bitmap$

This regular expression denotes the accepted characters usable according to the standard for claiming bitmap districts. It simply means use sequential numbers only, followed by .bitmap. The only valid bitmap number beginning with 0 is 0.

district claim ≀ inscription blockheight

The district being claimed must be equal to, or lower than the blockheight of the inscsription itself. This simply means, the block must exist at the time of the claim to be considered.

first is first = first valid inscription transaction on block

If there are multiple bitmap district claims within the same block, the winner is first valid inscription transaction.

Last updated