After BRC-20, what is BRC-721?
区块律动BlockBeats
2023-05-25 09:40
本文约1394字,阅读全文需要约6分钟
This paper introduces two experimental standards on the Bitcoin network: BRC-20 and BRC-721.

Original source: #BRC-721 (@real_BRC721)

first level title

What is BRC-20?

BRC-20 is an experimental format standard for issuing homogeneous Tokens on the Bitcoin network, similar to ERC-20 on Ethereum.

Before understanding BRC-20, we must first understand two concepts.

1. SATS: Satoshi, the smallest unit on Bitcoin, 1 BTC is equal to 100 million SATS;

2. Ordinals protocol: a protocol for numbering each SATS.

Originally, the Satoshi SATS of each unit is indistinguishable, but through the Ordinals protocol, these SATS can be arranged in a certain order, and specific information can be attached to them, so that each original homogeneous SATS becomes a unique NFT .

These information can be text, pictures or codes, etc., and the information attached to SATS is called "Inscriptions".

It can be seen that the Ordinals protocol was originally used to issue NFT on the Bitcoin network.

first level title

What is BRC-721?

BRC-721 is an experimental standard for issuing non-homogeneous Token (NFT) on the Bitcoin network. It draws on the ideas and principles of BRC-20 and provides more functions and flexibility.

first level title

secondary title

1. Data storage

Native Ordinals need to save pictures for each inscription, which will lead to problems such as high Mint fees and occupying a lot of Bitcoin network space; while BRC-721 only needs to specify pictures and other information when deploying, and Mint operations do not need to save pictures, so it can be greatly improved Save Mint fees and Bitcoin network space;

BRC-721 can support storing pictures in off-chain services such as IPFS, which not only saves Bitcoin space, but also provides flexible attribute information for each Token;

secondary title

2. Compatibility of BRC protocol

secondary title

3. Compatibility of NFT ecology

The NFT of the ERC-721 standard is more popular in the current market. The Token URI and Metadata specifications adopted by BRC-721 are consistent with ERC-721, and can be quickly adapted to the existing NFT ecosystem. At the same time, native Ordinals do not support fields such as Trait, while BRC-721 can support defining information such as NFT attributes and rarity.

first level title

Prospects and challenges of BTC NFT

The emergence of BTC NFT provides people with the opportunity to further explore the value diversity of Bitcoin. Through the Ordinals protocol, SATS is transformed into a unique NFT, making the Bitcoin network more flexible and free.

However, there are still some challenges for BTC NFTs to achieve mass user adoption like Ethereum NFTs. A major issue is capacity limitations, with an Ordinals file being limited to a maximum of 4 MB, making it difficult for some artworks to be displayed on the Bitcoin network.

In addition, the original BTC NFT is completely chained, which leads to very high storage costs, and it may not be able to achieve large-scale application and popularization at present.

However, the market prospect of BTC NFT is still very attractive, and the introduction of the BRC-721 standard brings more flexibility and scalability to BTC NFT. By saving the NFT's Metadata in IPFS or other off-chain services, it saves the space of the Bitcoin network, reduces the user's cost of use, and provides more attribute information for each NFT, increasing the playing methods and functions of BTC NFT. Application scenarios.

Hopefully, over time, BTC NFTs will gain wider adoption and contribute more possibilities and innovations to the growth of the Bitcoin network.

区块律动BlockBeats
作者文库