<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>MultiChain Developer Q&amp;A - Recent questions tagged delivery-versus-payment</title>
<link>https://www.multichain.com/qa/tag/delivery-versus-payment</link>
<description>Powered by Question2Answer</description>
<item>
<title>How does Multichain achieve DVP(Delivery Versus Payment)?</title>
<link>https://www.multichain.com/qa/456/how-does-multichain-achieve-dvp-delivery-versus-payment</link>
<description>How does Multichain achieve Delivery Vesusu Payment among assets technically?&lt;br /&gt;
&lt;br /&gt;
Does it use multi-sig? How is it safe to exchange assets?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/456/how-does-multichain-achieve-dvp-delivery-versus-payment</guid>
<pubDate>Sun, 15 Nov 2015 10:14:02 +0000</pubDate>
</item>
<item>
<title>Lock-time. Is this possible?</title>
<link>https://www.multichain.com/qa/188/lock-time-is-this-possible</link>
<description>Let says Bob is making a DvP offer (createrawexchange) to Alice. Can we put a time-limit for this offer?&lt;br /&gt;
&lt;br /&gt;
What is the syntax for this?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/188/lock-time-is-this-possible</guid>
<pubDate>Wed, 30 Sep 2015 12:15:11 +0000</pubDate>
</item>
<item>
<title>Output from createrawexchange</title>
<link>https://www.multichain.com/qa/124/output-from-createrawexchange</link>
<description>Is this hex string the same as the output of the getrawtransaction command?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/124/output-from-createrawexchange</guid>
<pubDate>Mon, 14 Sep 2015 13:33:02 +0000</pubDate>
</item>
<item>
<title>Cancelling exchange offer</title>
<link>https://www.multichain.com/qa/120/cancelling-exchange-offer</link>
<description>Do you have any commands to cancel the created raw exchange? It would help me with the testing but did not find such commands in multichain or bitcoin API... I'd like to simulate a situation where the first party sends the prepared transaction but the deal gets canceled by the other party not finishing the transaction.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/120/cancelling-exchange-offer</guid>
<pubDate>Mon, 14 Sep 2015 13:30:38 +0000</pubDate>
</item>
<item>
<title>Atomic transactions on bitcoin</title>
<link>https://www.multichain.com/qa/118/atomic-transactions-on-bitcoin</link>
<description>I like the piece on DvP and using partially signed transactions to achieve this.&lt;br /&gt;
&lt;br /&gt;
Have you been able to execute this type of atomic &amp;nbsp;transaction using different asset types on the Bitcoin Main net?&lt;br /&gt;
&lt;br /&gt;
I've seen colored coins in action and private block chains but I'm curious to know if you've implemented anything on bitcoin main net.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/118/atomic-transactions-on-bitcoin</guid>
<pubDate>Mon, 14 Sep 2015 13:29:17 +0000</pubDate>
</item>
<item>
<title>Atomic exchange transactions</title>
<link>https://www.multichain.com/qa/114/atomic-exchange-transactions</link>
<description>We are very interested in atomic transactions that multichain already support. What is your roadmap for atomic transactions on multichain in future?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/114/atomic-exchange-transactions</guid>
<pubDate>Wed, 09 Sep 2015 13:25:01 +0000</pubDate>
</item>
<item>
<title>Incomplete exchange transactions</title>
<link>https://www.multichain.com/qa/92/incomplete-exchange-transactions</link>
<description>What happens if one doesn't follow through createrawexchange, &amp;nbsp;appendrawexchange, &amp;nbsp;sendrawtransaction &amp;nbsp;commands. Will it leave the blockchain in an inconsistent state especially if the sendrawtransaction is not sent?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/92/incomplete-exchange-transactions</guid>
<pubDate>Tue, 01 Sep 2015 13:07:44 +0000</pubDate>
</item>
<item>
<title>Delivery-versus-payment stages</title>
<link>https://www.multichain.com/qa/81/delivery-versus-payment-stages</link>
<description>&lt;p&gt;I am trying to replay the sequence of actions for&amp;nbsp; DvP in more layman terms. Can you please help and confirm if my interpretation is correct ?&lt;/p&gt;&lt;table border=&quot;1&quot; cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; style=&quot;width:500px&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;preparelockunspent&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;Locks the asset-1 to be transferred from Party A. Uses Party A’s private key and generates a txn-id&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;createrawexchange&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;Creates a bid/ask offer with the txn-id and equivalent asset-2 quantity to be received. The public key address is also enclosed.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;On second node (counterparty)&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;preparelockunspent&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;Locks the asset-2 equivalent&amp;nbsp; from Party B. Uses Party B’s private key and generates a txn-id&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;appendrawexchange&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;Accepts/confirms “Offer” from party A in exchange for asset-2 locked above.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;sendrawtransaction&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;Notification to mining nodes to update the blockchain with the transaction and the balances. Public key/signed Private key of both the parties are embedded in the block.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;Can you explain what is happening in &lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;appendrawexchange&lt;/span&gt; in more Bitcoin jargon?&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/81/delivery-versus-payment-stages</guid>
<pubDate>Mon, 31 Aug 2015 12:57:35 +0000</pubDate>
</item>
<item>
<title>Delivery-versus-payment transactions</title>
<link>https://www.multichain.com/qa/75/delivery-versus-payment-transactions</link>
<description>The new steps for DvP as between Sam and Mary in the MC example:&lt;br /&gt;
&lt;br /&gt;
a) Counterparty Sam blocks 5 bonds of MSFT and gets a code&lt;br /&gt;
&lt;br /&gt;
b) Sam gives a quote of 5 bonds of MSFT for USD 50 for 5 bonds using above code&lt;br /&gt;
&lt;br /&gt;
c) Then counterparty Mary then blocks USD 50 and gets a code&lt;br /&gt;
&lt;br /&gt;
d) Then Mary locks the complete txn by using Sam's offer code and her code for her assets&lt;br /&gt;
&lt;br /&gt;
e) The entire txn is then confirmed on the blockchain.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
How is Mary expected to get Sam's offer code? Is there a way to register for such offer notifications? &lt;br /&gt;
&lt;br /&gt;
Can Sam initiate this offer exclusively for a counterparty e.g. Mary?&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
This appears more like a trade and less of DvP settlement. Can you explain your line of thought? It doesn't look like a settlement where two parties are just agreeing on trade terms.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/75/delivery-versus-payment-transactions</guid>
<pubDate>Thu, 27 Aug 2015 12:49:21 +0000</pubDate>
</item>
<item>
<title>Bidirectional asset transaction</title>
<link>https://www.multichain.com/qa/41/bidirectional-asset-transaction</link>
<description>The examples that I have read on this are about a single asset getting transferred from one peer to another. But in most asset transactions it's a bidirectional transaction - cash on one-leg and the asset on the other leg. How does one accomplish this on the block-chain? &amp;nbsp;I was trying to relate this to how a bitcoin exchange works (BTC to USD and vice versa) - which I presume is a solved problem. Is there any white-paper explaining how this works? Does Multchain support this today?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/41/bidirectional-asset-transaction</guid>
<pubDate>Tue, 18 Aug 2015 13:25:28 +0000</pubDate>
</item>
</channel>
</rss>