diff --git a/README.md b/README.md index e69de29..65f6714 100644 --- a/README.md +++ b/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. diff --git a/flight-delay-insurance.png b/flight-delay-insurance.png new file mode 100644 index 0000000..e63fa44 Binary files /dev/null and b/flight-delay-insurance.png differ