From 322f81cf9587c80b3b27ecc9cd906fc704bd8799 Mon Sep 17 00:00:00 2001 From: Mike Justman <QuickBASIC@users.noreply.github.com> Date: Mon, 28 Aug 2017 19:39:10 -0400 Subject: [PATCH] Updated key image text. * updated key image text. --- get-started/faq/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/faq/index.md b/get-started/faq/index.md index 656e1969..fa5ffcde 100644 --- a/get-started/faq/index.md +++ b/get-started/faq/index.md @@ -130,7 +130,7 @@ Fungibility is a simple property of money such that there are no differences bet <label for="tab-eleven" class="accordian">If Monero is so private how do we know they're not being created out of thin air?</label> <div class="tab-content" markdown="1"> -In Monero, every transaction generates a key image. Key images that are used more than once are rejected by the miners as double-spends and cannot be added to a valid block. When a new transaction is received, miners verify that the key image does not already exist for a previous transaction to ensure it's not a double-spend. +In Monero, every transaction output is uniquely associated with a key image that can only be generated by the holder of that output. Key images that are used more than once are rejected by the miners as double-spends and cannot be added to a valid block. When a new transaction is received, miners verify that the key image does not already exist for a previous transaction to ensure it's not a double-spend. We can also know that transaction amounts are valid even though the value of the inputs that you are spending and the value of the outputs you are sending are encrypted (these are hidden to everyone except the recipient). Because the amounts are encrypted using Pedersen commitments what this means is that no observers can tell the amounts of the inputs and outputs, but they can do math on the Pedersen commitments to determine that no Monero was created out of thin air. -- GitLab