You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/design_paper.md
+5-11
Original file line number
Diff line number
Diff line change
@@ -433,7 +433,7 @@ Rendering user's balance in dapp website is briefly mentioned as a privacy issue
433
433
434
434
It's unlikely any scalability plan will not involve the participation of dapp browsers and wallets. They results in situation that dapps could not take care of the payment side with whatever advanced javascript they can supply.
435
435
436
-
## address the "Integrate the web" need
436
+
## Address the "Integrate the web" need
437
437
438
438
We trace the reason that the web is poorly integrated to the only link between the units of the web, i.e. URL links. A link carries no business process, authentication or trust relationship. There are no anchoring points for integration on links.
439
439
@@ -463,13 +463,13 @@ With the use of a warranty token, the terms and expiration would be easy to find
463
463
464
464
### Receipt Token
465
465
466
-
Lacking a reliable way to authenticate the purchase, an online purchased product usually cannot be returned to the store but might be returned via online means such as a postback. A token carries the means for authentication sufficient for the process to be done in store.
466
+
Lacking a reliable way to authenticate the purchase, an online purchased product usually cannot be returned to the store but might be returned via online means such as a postback. A token carries the methods for authentication sufficient for the process to be done in store.
467
467
468
468
Despite such a token not being transferable or authorised, it is still useful for 3rd party integrations. The Tax office will be satisfied that the receipt can't be faked without collaboration from the seller, and allows a swift and easy tax-refund process. If the phone is purchased for work, the employee can easily reclaim the expense from an employer with the trust implied.
469
469
470
470

471
471
472
-
As we can observe by the use of tokens, normally scattered business processes and web experiences can finally be integrated. This ties closely to the other benefit of the blockchain: a frictionless market. In this example:
472
+
As we can observe by the use of tokens, usually scattered business processes and web experiences can finally be integrated. This ties closely to the other benefit of the blockchain: a frictionless market. In this example:
473
473
474
474
- When the phone traded is second hand, it would be easy to pass the warranty to the next user through a token transfer, opening the market further.
475
475
@@ -485,7 +485,7 @@ In this insurance case, the blockchain allowed business process innovation that
485
485
486
486
The power of integration is further strengthened by the use of the Internet of Things. Let's imagine a future version of AirBNB, where the bookings are tokenised. A traveller can enter a booked AirBNB house by unlocking the smart-lock with his or her token, and the smart-lock would recognise who the current owner of the booking token is.
487
487
488
-
If Alice owns a token that represents the right to use a room during a certain time window, or "a booking" in user's terms, then the actions she could perform are:
488
+
If Alice owns a token that represents the right to use a room during a specific time window, or "a booking" in user's terms, then the actions she could perform are:
489
489
490
490
Check-in - either produce a QR code to verify the booking to the landlord or use an NFC-enabled phone to open a smart-lock.
491
491
@@ -499,13 +499,7 @@ Observing the desirable integration, we can see TBML has to satisfy the followin
499
499
500
500
- Allow web functions to be accessed in an action
501
501
502
-
- Allow the token status to be updated, via a web api or signed message (more on that later).
503
-
504
-
A combined example.
505
-
506
-
With the example of the 1% property token, we demonstrated that the blockchain can enable a frictionless market via tokenisation of an asset.
507
-
508
-
With the case of the AirBNB token, we also showed that tokens can have function integration like opening a smart lock during its booking validity. Let's illustrate an example where both uses are combined - a car token.
502
+
- Allow the token status to be updated, via a web API or signed message (more on that later).
0 commit comments