๐ธBRC-20
Initial token standard proposed for Ordinals
Last updated
Initial token standard proposed for Ordinals
Last updated
Domo's initial Twitter Thread https://twitter.com/domodata/status/1634247606262964228
Domo's Gitbook: https://domo-2.gitbook.io/brc-20-experiment/
BRC-20 is an experimental protocol aimed at developing off-chain balance states on the Bitcoin network using a protocol called Ordinals.
Disclaimer: Read every word if you decide to test. These will be worthless. Use at your own risk.
Facilitates creation and management of balances on Bitcoin.
Encourages exploration of alternative designs and optimizations.
Provides Deploy, Mint, and Transfer functions.
Open to improvements and enhancements from the community.
Initializes the BRC-20 but doesn't affect the state.
Provides the initial balance to the owner of the mint function inscription.
Decreases the balance of the sender and increases that of the receiver.
To get a balance, deploy your own or mint from existing deployments.
For transferring balances, inscribe the transfer function to an ordinal compatible wallet, ensuring that the transfer inscription details are valid.
A valid transfer function is required for transferring a balance.
Validity depends on whether the inscription amount doesn't exceed the available balance when inscribed.
If a user no longer wishes to transfer their transfer function, they can simply transfer the transfer function inscription to themselves to restore their available balance to the overall balance.
Do not send inscriptions to non-ordinal compatible wallet taproot addresses.
Ensure transfer inscriptions are only used once.
Minting transfer inscription to oneself first is necessary to prevent others from spending your balance.
The system is limited to a maximum supply that cannot exceed the uint64_max and the number of decimals cannot exceed 18.
This protocol is open to improvements and design enhancements by anyone. The goal is to keep exploring the potential possibilities of Ordinals and establish a universally accepted standard in the future.