# "Bottom-Is-In" bet

[Sassal](https://twitter.com/sassal0x/status/1525999745780486146?s=20\&t=t0j1MnsvS3iodhhV_UzY4Q) wants to make a bet with his Twitter friends that ETH's recent drop to $1'700 has marked a bottom. In other words, Sassal would like to create two opposing positions, one that will lose in value if ETH/USD drops below $1'700 (long position owned by Sassal) and one that will gain in the same scenario (short position owned by everyone betting against Sassal).&#x20;

Instead of a binary loss curve with a jump at $1'700, Sassal prefers to have a linear loss curve in the range $1'500 and $1'700. That is, if the ETH price drops slightly below $1'700, he will lose some of his stake but not all. Only if the ETH price drops below $1'500, then Sassal will lose his full stake.

Sassal would like to put WETH at stake. If he is right, he will end up with more WETH.

### :gear: Market configuration

Sassal can use DIVA Protocol to create the desired positions with the following configuration:

<table><thead><tr><th width="150">Input</th><th>Values</th></tr></thead><tbody><tr><td>Event</td><td><ul><li>Reference asset: "Min ETH/USD"</li><li>Expiry time: 31/12/2022 12:00am UTC</li></ul></td></tr><tr><td>Payoff</td><td><ul><li>Floor: 1'500</li><li>Inflection: 1'600</li><li>Cap: 1'700</li><li>Gradient: 0.5</li></ul></td></tr><tr><td>Collateral</td><td><ul><li>Asset: WETH</li><li>Amount: 100</li></ul></td></tr><tr><td>Oracle</td><td><ul><li>Tellor (0x123...fde)</li></ul></td></tr></tbody></table>

The resulting payoff profiles of the two positions are illustrated below:

![Long and short positions for Sassal's bottom-is-in bet](/files/H6EkUbvjm4qWsLvGIH6c)

For the resolution of the market, Sassal assigns the whitelisted Tellor protocol as the data provider.

### 🧙‍♂️ Mint long and short position tokens&#x20;

Sassal deposits 100 WETH to mint the two position tokens. He then sells the short position tokens for a total of 40 WETH. This results in a net deposit/stake of 60 WETH for Sassal.

### ⌛ Settlement

End of year (expiration), the oracle reports the minimum value of ETH/USD during the lifetime of the bet and thereby determines the payoffs for long and short position tokens. Users can then claim their share in the collateral by sending back their position tokens.

### ⚡ Payout scenarios:

* $1'700 was really the bottom (i.e. min ETH/USD >= $1'700): Sassal can return the 10 WETH that he initially deposited and keep the 3 WETH from the sale of the short position -> <mark style="color:green;">**+30% net gain**</mark>
* ETH/USD dips below $1'700: Let's look at two possible scenarios:
  * ETH/USD drops to $1'600: Sassal will lose 50% (5 WETH) of his initially deposited collateral and keep the 3 WETH from the sale of the short position -> <mark style="color:orange;">**-20% net loss**</mark>
  * ETH/USD drops below $1'500: Sassal will lose 100% (10 WETH) of this initially deposited collateral and keep the 3 WETH from the sale of the short position -> <mark style="color:orange;">**70% net loss**</mark>

Note that the payouts depend on the payoff profile. A less risky payoff profile would involve moving the floor lower and thereby slowing down the loss incurred when ETH drops below the $1'700 mark.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.divaprotocol.io/use-cases/directional-bets/bottom-is-in-bet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
