What is Monero (XMR) Ring Confidential Transactions?

Monero (XMR) is a cryptocurrency designed to be private, secure and untraceable cryptocurrency.

Monero ring confidential transactions, also known as RingCT, is a privacy feature that was implemented into the Monero protocol. With ring confidential transactions, the transactional privacy of users are improved because the value of funds being transferred is obfuscated.

Prior to the implementation of ring confidential transactions, Monero required transaction amounts to be divided into denominations. For example, if Bob wanted to initiate a transaction of 12.5 monero on the blockchain, this output would be denominated into 3 separate rings of: 2, 0.5 and 10. The advantage of this technique is that it ensured that there was always an ample amount of ring members that could be found on the network, since a ring signature could only ring together outputs that were of the same value.

However, the limitation of this technique is that, from the perspective of an outside party, they would be able to see the amounts that were being transacted. The implementation of the ring confidential transaction feature was specifically designed to tackle this issue.

For example: John possesses 10 monero, and would liked to send 5 monero to Kate. Because an output on the Monero blockchain cannot be spent twice, John is required to spend the output in its entirety, and return the change to himself. Thus, John’s transaction would be the following: one input of 10 monero, and 2 outputs. One output that is 5 monero designated for Kate, and the other 5 monero that is sent back to John as change.

The objective of the ring confidential transaction privacy feature, in the transaction between John and Kate, is to allow only the participants of the transaction to see the amount of monero that is being transferred, and otherwise obfuscate this amount from outside parties.

However, at the same time, it is also necessary that the network is able to confirm the validity of this transaction that has been initiated. In order to prove that the transaction between John and Kate is not fraudulent, the sum of the transaction’s input must equal the sum of its output. In this case, in the transaction between John and Kate, the input of 10 monero, must also equal the output of 10 monero.

Furthermore, as a result of the cryptographic properties of ring confidential transactions, John is required to commit to the amount of an output. Meaning that just enough information about the transaction is revealed, which allows the network to confirm the validity of the transaction.

Another crucial element of ring confidential transactions is the utilization of range proofs. A range proof allows the Monero network to cryptographically prove that the amounts used in a transaction is greater than 0, and less than any given arbitrary number. Monero makes use of range proofs to prevent senders, for example John, from committing to transactions of a negative value, which allows the network to secure the supply of Monero in circulation.

Leave a Reply

Your email address will not be published. Required fields are marked *