# About Position

**What happens if there is only one side pool? No one enters an opposing position?**

\
There is a chance that no one enters an opposing position, especially at the start of the project. Here is what will happen:&#x20;

If one-side pool, then that side loses, the losing funds will be sent to the treasury.&#x20;

If one-side pool, then that side wins, users will get back the amount they deposit after fee (2.2%).&#x20;

For example, User A enters a DOWN position and no one enters a UP position. User A loses and all the losing fund from user A is sent to treasury.&#x20;

**What happens if the Locked Price and Closed Price are the exact same?**

In the very rare occurrence that the Locked Price is exactly the same as the Closed Price, no one wins, and all funds entered into positions will be sent to the treasury.

#### Can I change or remove my position?

No, no, no and never! Once you enter a position, you can NOT change anything as it's locked in. Please make sure you predict the **RIGHT** direction before confirming.&#x20;

<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://dopepool-finance.gitbook.io/dopepool-finance/products/prediction-markets/about-position.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.
