Bitcoin Forum
May 09, 2024, 10:13:26 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Colored Coins Question  (Read 173 times)
Picard78 (OP)
Member
**
Offline Offline

Activity: 68
Merit: 23


View Profile
August 22, 2020, 06:31:10 AM
 #1

In the below YouTube video Andreas Antonopoulos states that Colored Coins can be implemented using OP_RETURN.  I don't understand how OP_RETURN can create a transferable colored Coin since OP_RETURN is not spendable after its creation.

https://www.youtube.com/watch?v=r2FaaLS9vqE&t=309s  He mentions OP_RETURN at the 3:38 minute mark.

From my understanding, OP_RETURN is simply used to permanently embed data in the BlockChain but ownership of this Output can never be transferred so how can OP_RETURN enable the creation of Colored coins?

Thank you
1715249606
Hero Member
*
Offline Offline

Posts: 1715249606

View Profile Personal Message (Offline)

Ignore
1715249606
Reply with quote  #2

1715249606
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715249606
Hero Member
*
Offline Offline

Posts: 1715249606

View Profile Personal Message (Offline)

Ignore
1715249606
Reply with quote  #2

1715249606
Report to moderator
1715249606
Hero Member
*
Offline Offline

Posts: 1715249606

View Profile Personal Message (Offline)

Ignore
1715249606
Reply with quote  #2

1715249606
Report to moderator
ranochigo
Legendary
*
Online Online

Activity: 2968
Merit: 4177



View Profile
August 22, 2020, 06:48:28 AM
Merited by pooya87 (1)
 #2

ColoredCoins doesn't exist at a Bitcoin protocol level. OP_Return allows for an embedded message which doesn't bloat the UTXO while still being able to store message on the Bitcoin blockchain.

Any implementations will have to run on top of Bitcoin and use the OP_Return as a verifiable and transparent way to store messages. The layer would have to be able to create and understand their own OP_Return message structure. An example is OmniLayer.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Picard78 (OP)
Member
**
Offline Offline

Activity: 68
Merit: 23


View Profile
August 22, 2020, 07:00:16 AM
 #3

So the transfer of ownership of the Colored Coin (data in the OP_RETURN) is managed above the Bitcoin BlockChain.  Hence, all the OP_RETURN provides is the creation of an immutable "item" denoted by the data after the OP_RETURN.
ranochigo
Legendary
*
Online Online

Activity: 2968
Merit: 4177



View Profile
August 22, 2020, 07:05:19 AM
 #4

So the transfer of ownership of the Colored Coin (data in the OP_RETURN) is managed above the Bitcoin BlockChain.  Hence, all the OP_RETURN provides is the creation of an immutable "item" denoted by the data after the OP_RETURN.
It's generally true for quite a few different implementations that relies on the Bitcoin Blockchain directly.

Take a look at OpenAssets[1]. Different implementations will have a unique suffix for their own clients to differentiate between which OP_Return transactions are relevant to them.

[1] https://github.com/OpenAssets/open-assets-protocol/blob/master/specification.mediawiki#Open_Assets_Transactions

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Picard78 (OP)
Member
**
Offline Offline

Activity: 68
Merit: 23


View Profile
August 22, 2020, 07:17:36 AM
 #5

Tether is issued on the Omni Layer.  I didn't realize this is another major use case for the Bitcoin Blockchain.  I wonder what % of the total Bitcoin BlockChain transaction data is utilized for applications other than traditional UTXO transfers.
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10558



View Profile
August 22, 2020, 07:53:34 AM
 #6

I wonder what % of the total Bitcoin BlockChain transaction data is utilized for applications other than traditional UTXO transfers.

it differs from time to time. for example during 2017 there were a couple of altcoins that were building their blockchain by basically spamming bitcoin blockchain with transactions like this (note that it doesn't use OP_Return). but most of them end up dying over the long run or change their methods.
everything (including tether) is also used a lot more during the long and big bull runs like 2017 compared to other times.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Wind_FURY
Legendary
*
Offline Offline

Activity: 2912
Merit: 1825



View Profile
August 25, 2020, 07:13:31 AM
 #7

I wonder what % of the total Bitcoin BlockChain transaction data is utilized for applications other than traditional UTXO transfers.

it differs from time to time. for example during 2017 there were a couple of altcoins that were building their blockchain by basically spamming bitcoin blockchain with transactions like this (note that it doesn't use OP_Return). but most of them end up dying over the long run or change their methods.
everything (including tether) is also used a lot more during the long and big bull runs like 2017 compared to other times.


Not anymore in the coming bull runs, with the development of the Liquid side-chain in my opinion. I believe the Tether.to CTO also said that they will use the Lightning Network as a platform for USDT issuance.

██████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
██████████████████████
.SHUFFLE.COM..███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
█████████████████████
████████████████████
██████████████████████
████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
██████████████████████
██████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
.
...Next Generation Crypto Casino...
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10558



View Profile
August 25, 2020, 07:21:31 AM
 #8

~
Not anymore in the coming bull runs, with the development of the Liquid side-chain in my opinion. I believe the Tether.to CTO also said that they will use the Lightning Network as a platform for USDT issuance.

Lightning Network and Liquid are two very different networks though. while i have not seen any traces of centralization in LN so far i have seen some red flags indicating centralization in Liquid.
as for Tether, i believe they will start an LN network eventually like some other altcoins but it still has to be settled on bitcoin blockchain since unlike those coins USDT doesn't have its own separate blockchain or network.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Wind_FURY
Legendary
*
Offline Offline

Activity: 2912
Merit: 1825



View Profile
August 26, 2020, 08:16:07 AM
 #9

~
Not anymore in the coming bull runs, with the development of the Liquid side-chain in my opinion. I believe the Tether.to CTO also said that they will use the Lightning Network as a platform for USDT issuance.

Lightning Network and Liquid are two very different networks though. while i have not seen any traces of centralization in LN so far i have seen some red flags indicating centralization in Liquid.
as for Tether, i believe they will start an LN network eventually like some other altcoins but it still has to be settled on bitcoin blockchain since unlike those coins USDT doesn't have its own separate blockchain or network.


I wouldn't call them "red flags" in Liquid, they are trade-offs. Plus token issuance is always centralized, which USDT issuance is something like, in ANY network its developers are choosing. You trust that the issuer will not scam you.

██████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
██████████████████████
.SHUFFLE.COM..███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
█████████████████████
████████████████████
██████████████████████
████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
██████████████████████
██████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
.
...Next Generation Crypto Casino...
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!