🥚BRC69

This standard preserves all on-chain resources while achieving a 90%+ optimization of block space, which is dependent on the size of the initial collection and the network fees

Implementing the BRC69 standard will enhance the efficiency of Bitcoin block space utilization so we will implement recursive collection as brc69 standard

Example of a collection deploy json:

{
   "p":"brc69",
   "op":"deploy",
   "collection":{
      "slug":"ordibots",
      "name":"OrdiBots",
      "description":"OrdiBots Testing Collection",
      "creator":"Martian",
      "supply":1000
   },
   "attributes":[
      "48f37de96ae78d693a0dd4022f0b09304a5389ebfc157c225399635b5cd1a84bi0",
      "b236b29525834dba35d61f4c719b8491047bc29f8eff219c7cc5062e6a1c340ai0",
      "669eb48d997b112729a6485f09a475d9869a5d547919e5ddd3f918f89360ed14i0",
      "e012b79a7b094920d5c120ea7c6fb44276346442721e6468390bedccdd07fc32i0",
      "6d2fa6c950a36d1e3be1df914a3458677b602a36c3a97d283ea7fa7123ced645i0",
      "d30730faf64535bb4b0744a4857eea5db7c9830fb0bb1551dd2fe69c9d5a1a87i0",
      "fb8366d635c530dd0a1e8e7b42ef7c04984b21489075913e1d480a11b811ba89i0",
      "a37ae051e2124e762f0a1d34a02fa10c05dd47eadd3520b08e94f84f61eb8093i0",
     // ... More traits inscription IDs
   ]
}
KeyRequiredDescription

p

YES

Protocol: Helps other systems identify and process brc69 events

op

YES

Operation: Type of event (Deploy, Compile, Mint)

slug

YES

Slug: Identifier of the collection. Not enforced if no indexer implemented

name

NO

Name: Human readable name of the collection

supply

NO

Supply: Supply of the collection. Not enforced if no indexer implemented

attributes

YES

Array of the inscription IDs of the traits that will generate the final assets

Source: https://github.com/luminexord/brc69

Last updated