Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary html tag #334

Merged
merged 1 commit into from
Jan 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ faq:
<p>With the launch of the new trading protocol in v1.2, arbitrators no longer have a key in the multisig escrow. This means that traders retain absolute control of their funds, and there is no possibility of collusion.</p><p>Mediators and arbitrators are still <a href="https://docs.bisq.network/user-dao-intro.html#ensure-honesty-in-high-trust-roles" target="_blank">bonded roles</a>, however, because even though they cannot sign a payout transaction to resolve a dispute, they can <span class="note">advise</span> how to resolve a dispute, and it's important that they are responsible and fair when doing so.</p>
hChargeback: "What happens if the person buying bitcoin does a chargeback after the bitcoin has been released from the multisig address?"
pChargeback: >
<p>Bisq only supports payment methods for which chargebacks are not easy (e.g., this is why PayPal and credit cards are not supported). But there is still a little chargeback risk with banks. If a bank executes a chargeback after the BTC has been released, there is nothing a mediator or arbitrator can do.</p> <p>Bisq's goal is to make this scenario as unattractive as possible, using three primary mechanisms</a>:</p> <ol>
<p>Bisq only supports payment methods for which chargebacks are not easy (e.g., this is why PayPal and credit cards are not supported). But there is still a little chargeback risk with banks. If a bank executes a chargeback after the BTC has been released, there is nothing a mediator or arbitrator can do.</p> <p>Bisq's goal is to make this scenario as unattractive as possible, using three primary mechanisms:</p> <ol>
<li>Account aging requires newly-created fiat payment accounts on Bisq to have <a href='https://docs.bisq.network/payment-methods#supported-fiat-payment-methods' target="_blank">lower trade limits</a>, and those limits are increased over time.</li>
<li><a href='https://docs.bisq.network/payment-methods#account-signing' target="_blank">Account signing</a> requires higher-risk payment methods to be signed upon verifying the integrity of a trader before account aging kicks in. Until such accounts are signed, buy limits are set to 0.01 BTC.</li>
<li>National currency payment methods which are found to be used for chargebacks are quickly removed.</li>
Expand Down