# Positions

Sidepit settles positions daily to ensure accurate adjustments to account balances.

***

## Example Settlement:

* **Starting Balance:** 0.002 BTC (200,000 sats).
* **Trade 1:** Sell 1 contract at 1000.
  * Closing print: 1010.
  * Profit: 10 tics × 500 = 5000 sats.
  * **New Balance:** 0.00205 BTC.

***

## Key Points:

* Positions adjust based on closing prices.
* Balances update daily, reflecting profits or losses accurately.

**Visual:** Transaction flow with annotations showing settlement adjustments.


---

# 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.sidepit.com/beta/trading/position-settlement.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.
