{{ if seller_offer == "low"}}
{{ seller_offer_display }}
{{ endif }}
{{ if seller_offer == "middle"}}
{{ seller_offer_display }}
{{ endif }}
{{ if seller_offer == "high"}}
{{ seller_offer_display }}
{{ endif }}
0
{{ low_value_display }}
{{ if seller_offer == "low"}}
{{ if seller_offer == "low"}}
Seller's price offer
{{ seller_offer_display }}
{{ endif }}
{{ if seller_offer == "middle"}}
{{ seller_offer_display }}
Seller's price offer
{{ seller_offer_display }}
{{ endif }}
{{ if seller_offer == "high"}}
{{ seller_offer_display }}
Seller's price offer
{{ seller_offer_display }}
{{ endif }}
{{ seller_offer_display }}
{{ high_value_display }}
The price offer from the seller is {{ seller_offer_display }}
What would you like to do?
What would you like to do?
[Things to consider]
-
{{ if outside_option_enabled }}
- Your outside option: {{ outside_option_payoff }} tokens {{ endif }}
- If you accept the offer, you earn ({{ buyer_value_display }} - {{ seller_offer_display }}) tokens.
- Accepting the offer is disabled because the offer price exceeds your value.