Difference between revisions of "Deposit transaction"
Jump to navigation
Jump to search
m |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | A '''deposit transaction''' is created when an offer is taken—this transaction is a core element of Bisq's 2-of-2 multisignature escrow mechanism for securing trades. | |
== Verifying a deposit transaction == | == Verifying a deposit transaction == | ||
− | + | 1. Go to the <code>Open Trades</code> or <code>Failed</code> tab and click on the <code>i</code> icon next to trade ID. | |
[[File:failed_trade_tab.png|thumb|left|500px]] | [[File:failed_trade_tab.png|thumb|left|500px]] | ||
<br clear=all> | <br clear=all> | ||
− | + | 2. Find the <code>Deposit transaction ID</code> | |
[[File:Trade_details.png|thumb|left|500px]] | [[File:Trade_details.png|thumb|left|500px]] | ||
<br clear=all> | <br clear=all> | ||
− | + | 3. Search for the ID using any Bitcoin block explorer such as [https://blockstream.info/ blockstream.info]. If the <code>Deposit transaction</code> is valid you'll see the following result: | |
− | + | 2 outputs - the first is the deposit to the multi signature bitcoin address and the second is an <code>OP_RETURN</code> code. | |
[[File:Deposittx.png|thumb|left|500px]] | [[File:Deposittx.png|thumb|left|500px]] | ||
<br clear=all> | <br clear=all> |
Latest revision as of 05:34, 19 June 2020
A deposit transaction is created when an offer is taken—this transaction is a core element of Bisq's 2-of-2 multisignature escrow mechanism for securing trades.
Verifying a deposit transaction
1. Go to the Open Trades
or Failed
tab and click on the i
icon next to trade ID.
2. Find the Deposit transaction ID
3. Search for the ID using any Bitcoin block explorer such as blockstream.info. If the Deposit transaction
is valid you'll see the following result:
2 outputs - the first is the deposit to the multi signature bitcoin address and the second is an OP_RETURN
code.