βš™οΈImport and Remove Standard Goods Index

A standard goods index refers to the specific content within a collection of goods, which is used to index and collect information such as Inscription ID, creator information, and transaction fee rates for all standard goods within the goods collection. It should be created by the owner of the goods collection to be valid.

By inscribing an import or remove event of a BGP-10 protocol, you initialize or remove an inscription as proof of ownership for the original goods creator. The allowed key values are:

Name

Key

Required

Description

Protocol

P

yes

Protocol: "BGP-10"

Operation

Op

yes

Specify the type of event, for here: import,remove

Collection of Goods Inscription IDs

CID

yes

Inscription ID for "BGP-10" Protocol Compliance using Ordinals Theory.

Standard Goods Inscription ID

SID

yes

Original File Ordinals Inscription ID created by the creator, encompassing the display of goods' appearance or features.

Standard goods name

SGN

yes

Please provide a string, ranging from 2 to 15 characters in length.

Holders Revenue Share Fee

HFee

no

Percentage or a specific amount in satoshis (e.g., 200sats).

Creator Revenue Share Fee

CFee

no

Percentage or a specific amount in satoshis (e.g., 200sats).

Creator Name

CN

no

limited to 15 characters in size.

Creator Email

CE

no

Please enter a valid email address, for example: example@example.com.

Creator's Twitter handle

CTH

no

Please provide a valid Twitter handle,For example:@bitflowers.

Creator's Bitcoin Wallet Address

CBW

no

Supports Bitcoin wallet addresses.

Form of Goods

FOG

yes

Please use "V" to represent virtual goods and "P" to represent physical goods,choose one option.

Description

Des

no

limited to 200 characters in size.

Example of an import event:

{
    "p": "BGP-10",
    "op": "import",
    "CID": "",
    "SID": "",
    "SGN": "BitFlowers#1",
    "HFee": "2000 sats",
    "CFee": "2000 sats",
    "CN": "",
    "CE": "",
    "CTH": "",
    "CBW": "",
    "FOG": "V",
    "Des": ""
}

Example of a remove event:

Last updated