# Writing ETH call options

Do you have a target price at which you will sell if the ETH rises? You might use a limit order to sell the ETH at a higher price, and then wait to see if you get a fill. But there’s another way you could consider. Using options, you can receive money today for your willingness to sell your ETH at a higher price.\
\
If the ETH price remains unchanged, you keep your ETH and the premium you received from selling the call. If the ETH  price declines, and the loss is greater than the premium you received, you keep your ETH as well as the premium.

Remember, as the owner of ETH, you still have all the downside risk associated with the price of ETH. However, if the ETH price rises above the strike price before expiration, you can be obligated to sell your ETH at the strike price, and keep the premium received.

### Example&#x20;

Let’s assume ETH is currently trading for $190. You would like to sell 200 ETH if it rises to $200. You could place a limit order to sell 200 ETH at $200 and wait to see if you sell your ETH. Or, you could sell 200 options with a $200 strike price at a $9 premium and collect $1,800 on your willingness to sell your 200 ETH at $200. By selling the covered call, you will generate income on ETH by collecting premiums for your willingness to be obligated to sell your ETH at $200.<br>


---

# 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.auctus.org/use-cases/writing-ethereum-call-options.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.
