# ROI Calculator

ROI Calculator helps you estimate your potential profit and return on investment (ROI) for your Polymarket trades.\
It provides a quick and simple way to analyze the outcome of your positions before or after trading.

**How to use**

1. **Enter your Buy Price**\
   Specify the price at which you bought (or plan to buy) shares.\
   Example: `$0.50`
2. **Enter your Sell Price**\
   Set the price at which you plan to sell your shares.\
   Example: `$0.70`
3. **Enter the Number of Shares**\
   Define how many shares you want to calculate the result for.\
   Example: `100`

<figure><img src="/files/JorQUUxnfRIzpDs2pOS3" alt=""><figcaption></figcaption></figure>

#### **Results**

Once you enter your values, the calculator will automatically display:

* **Buy Cost** – total amount spent on your position
* **Sell Revenue** – total value after selling
* **Net Profit** – your earnings in USD
* **ROI** – return on investment as a percentage

#### **Tip**

This tool is designed to help Polymarket traders quickly assess the profitability of trades and compare potential outcomes across different markets.\
Use it to plan your entries and exits more effectively.


---

# 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.polyscalping.org/tools/editor.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.
