Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofbyteball committed Jul 29, 2017
1 parent d239a21 commit dd1aed1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
@@ -0,0 +1,7 @@
# Flight delay insurance

This chatbot sells insurance against flight delays. When a customer wants to receive a compensation `C` in case his future flight is delayed, the customer pays `x% C` premium, the bot pays `(100% - x%) C`, and the entire amount `C` is locked on a smart contract. After the outcome is known and posted by [Flight delays oracle](https://github.com/byteball/flight-delays-oracle), the customer or the bot unlock the contract and sweep the entire amount `C`.

![Flight delay insurance chatbot](flight-delay-insurance.png)

The quotes are based on ratings provided by Flightstats: https://developer.flightstats.com/api-docs/ratings/v1.
Binary file added flight-delay-insurance.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd1aed1

Please sign in to comment.