Update docs/liquid/liquid-part3.md

This commit is contained in:
b0xxer 2024-02-07 07:46:32 -06:00
parent 955e60d07e
commit 57c296e0c6

View File

@ -12,7 +12,7 @@ This is a multipart DeepDive that will focus on the Liquid Sidechain. It will be
One of the most basic use-cases for a custom issued asset is to exchange it for something else. For purposes of discussion, let's assume that a company - say StackerNews Airline - wants to issue their clients "Air Miles" for each flight they take. The idea is clients will accrue these *points* and then be able to exchange them for either discounts off future flights or direct cash (ie. USD / BTC).
If we start thinking like a developer for second, this implies many things to build:
If we start thinking like a developer for second, this implies we must build many things:
* An accounting system to manage the points
* A way to issue these points to the clients, who themselves would need some a way to store and manage their points
* Middleware to handle the exchanging of points for cash