-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbetter_digital_payments.html.pm
34 lines (26 loc) · 1.92 KB
/
better_digital_payments.html.pm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#lang pollen
◊(define-meta title "Better digital payments")
◊(define-meta subtitle "Benefits over existing payment systems")
◊(define-meta published "2019-06-03T00:00:00+01:00")
◊(define-meta updated "2021-05-07T19:11:00+01:00")
◊(define-meta uuid "011ff2b6-0e56-4501-a6ca-63e9ac6dcc65")
◊(define-meta template "chapter.html")
◊(clear-sidenotes)
◊epigraph{
◊qt[#:author "Frank Underwood"
#:src "House of Cards"
#:quote-src #t]{
When money is coming your way, you don't ask questions
}
}
In this part, we'll explore benefits cryptocurrencies have over other digital payment systems, such as VISA, Mastercard, PayPal or Apple Pay.
The big benefit is cryptocurrencies being ◊def[no-more-third-parties]{permissionless}: anyone can pay and anyone can accept them---for any business. Certain types of businesses, like pot stores or gambling sites, have problems accepting credit cards. Small businesses are also always at risk of having their accounts frozen without warning or recourse.◊mn{minecraft} Similarly, there are people who cannot get bank accounts and are in effect frozen out of large parts of the society.
But there are other benefits as well. Cryptocurrencies have lower fees and by becoming irreversible very quickly they reduce and often eliminate the risk of ◊def{charge back fraud}, which is a big expense for merchants.
◊ndef["minecraft"]{
When I say small business, I do mean it. If PayPal freezes the account of a large or popular business, like ◊link[minecraft-paypal]{freezing the account of Minecraft (2010)}, the social backlash will make sure they're unblocked quickly. Small businesses---who can't gather outrage on social media---will simply be ignored.
}
◊(define minecraft-paypal
(x-ref
"2019-06-03"
"http://www.escapistmagazine.com/news/view/103385-PayPal-Freezes-750K-in-MineCraft-Devs-Account"
"Andy Chalk (2010) PayPal Freezes $750K in MineCraft Dev's Account"))