// COMPLETE THREAD

Re: Small transaction amounts

2 expanded posts ยท every known parent and child

NODE 64c5ea88Re: Small transaction amounts
Eric speaks of the two kinds of electronic money systems--
closed ones where crypto doesn't have to be done because the system
guarantees security, and open ones where crypto has to be used.

> The closure, however, of these systems means that they don't scale.
> That's bad, fatal, in fact.  That doesn't mean that closed systems
> will disappear, merely that the largest systems must be open.
> 
> What is desirable economically is that the boundary between closed
> clearance systems and open clearance systems be porous enough that the
> market can find an optimal distribution between the two varieties.

Right...I think.  What has to scale is the "semantics of money."
Within a small area ("box"), security is guaranteed by how the enclosing
system works, and over a larger area it's done by crypto (*).  But
for the programs, the difference is transparent, except for a cost
that resembles communications cost.

(*) There's also an issue of, "Can that box over there guarantee me
that I can run programs securely within it?"  There are ways to
do this with tamperproof boxes and such.  Or looser ways to do it
with reputations.

-fnerd
- - - - - - - - - - - - - - -
nutritional information per serving:
   less than one (1) bit
-----BEGIN PGP SIGNATURE-----
Version: 2.3a

aKxB8nktcBAeQHabQP/d7yhWgpGZBIoIqII8cY9nG55HYHgvt3niQCVAgUBLMs3K
ui6XaCZmKH68fOWYYySKAzPkXyfYKnOlzsIjp2tPEot1Q5A3/n54PBKrUDN9tHVz
3Ch466q9EKUuDulTU6OLsilzmRvQJn0EJhzd4pht6hSnC1R3seYNhUYhoJViCcCG
sRjLQs4iVVM=
=9wqs
-----END PGP SIGNATURE-----
NODE 8a619b4cSmall transaction amounts
Right...I think.  What has to scale is the "semantics of money."
   Within a small area ("box"), security is guaranteed by how the enclosing
   system works, and over a larger area it's done by crypto 

There are several ways to make the boundary porous.

1.  Differing rates of clearing a smaller system to a larger.  I can
clear to a larger system once an hour, once a day, once a month, etc.
One can keep a risk bound steady in a system with increasing
transaction flux simply by increasing the rate of clearing.

2.  Probabilistic verification.  In a system where verification is
used, the transactions at the low end might be certified in real time
at some rate.  This decreases the cost of provision while keeping an
eye out for the upper bound on risk.

3.  Net settlement.  A system where one can both add and subtract
value can clear periodically only the net difference in funds.  Net
settlement works really well for small scale systems, but systemic
risk increases proportional to system size.  

4.  Exposure caps.  In a net settlement system, there might be a
maximum positive or negative balance that would be permitted before
clearing to another system was required.  Futures markets have rules
similar to this.

5.  Intraperiod overdraft loans.  A "daylight overdraft" is a running
net negative balance in between clearing times.  By charging for this
money as a short term loan, there is an incentive to minimize its use.

There are more, certainly, and any student of financial markets could
name another five without too much thought.  There are some
interesting and significant issues involved in verification of some of
these policies.

Eric