# Statements

Rails now offers both monthly and daily statements immediately after each statement period concludes. These statements provide a detailed overview in USD of your trade activities during the specified period in your Rails account, allowing you to verify and ensure the accuracy of all transactions, deposits, and withdrawals.

## **Locating Your Statement**

{% columns %}
{% column width="33.33333333333333%" %}
You can access your statements from the drop-down menu in the top right-hand side of your rails account, as shown to the right.

Once there, select monthly or daily statement to show all available statements that you can then download, as shown below:

{% endcolumn %}

{% column width="66.66666666666667%" %}

<figure><img src="/files/1NsKZHzHNvQn0EYcZqKR" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

## **Key Components**

#### Account Summary

{% hint style="info" %}
Note: All Statement balances are shown in USDT.
{% endhint %}

The Account Summary begins your statement, allowing you a quick snapshot into your activity for the given statement period:

<div data-full-width="true"><figure><img src="/files/ZAo893Ch8Wi0NYp7adFv" alt=""><figcaption></figcaption></figure></div>

<details>

<summary>Account Summary Data Definitions</summary>

* **Opening Balance:** Begins with the closing balance from the previous statement.
* **Closing Balance:** Provides a closing balance at the end of the current statement period.  This balance becomes the Opening Balance on the statement in the next statement period.
* **Deposit:** the total of all deposits made within the statement period.
* **Withdrawal:** the total of all withdrawals within the statement period.
* **P\&L:** the total realized profit & loss within the period.
* **Transaction Fees:** the total of fees paid of all orders executed within the period.&#x20;
* **Liquidation Fees:** The total of liquidation fees for any liquidated positions within the statement period.
* **Withdrawal Fees:** the total of all withdrawal fees for all withdrawals within the statement period.
* **Funding:** the total of all funding amounts within the statement period.&#x20;

</details>

Your **closing balance** ($$Bal\_{close}$$) is determined by the following calculation:

$$
Bal\_{close}=Bal\_{open}+Deposits -W+PNL -Txn\_{fees} - W\_{fees} - Liq\_{fees}+Funding
$$

Where:

<table><thead><tr><th width="278.5859375">Symbol</th><th>Meaning</th></tr></thead><tbody><tr><td><span class="math">Bal_{close}</span></td><td>Closing Balance</td></tr><tr><td><span class="math">Bal_{open}</span></td><td>Opening Balance</td></tr><tr><td><span class="math">W</span></td><td>Withdrawals in statement period</td></tr><tr><td><span class="math">W_{fees}</span></td><td>Withdrawal Fees in statement period</td></tr><tr><td><span class="math">Liq_{fees}</span></td><td>Liquidation Fees in statement period</td></tr><tr><td><span class="math">Txn_{fees}</span></td><td>Transaction Fees in statement period</td></tr></tbody></table>

#### Open Positions & Trade Activity

{% hint style="info" %}
Note: All Statement balances are shown in USDT.
{% endhint %}

{% columns %}
{% column width="58.333333333333336%" %}

<figure><img src="/files/Y4CXI4pRrtOobQNGbIDQ" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="41.666666666666664%" %}
**Open Positions:**

* Shows the open positions at the end of the statement period.

**Trade Activities:**

* A detailed record of all trades completed during the month. &#x20;

Both match the data available in Rails, in your [Portfolio page](/general/navigating-the-platform/portfolio-page-overview.md).

If you encounter any discrepancies on your statement, you must reach out to us within 10 days.
{% endcolumn %}
{% endcolumns %}


---

# 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://help.rails.xyz/general/navigating-the-platform/statements.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.
