# Tracking Investment Distributions

### Overview

As your active investments mature and generate returns, distributions will be paid out to your account. This guide will show you how to check notifications for received distributions, view the payment on your investment timeline, and verify the funds in your transaction history.

### Before You Begin

{% hint style="info" %}
Distributions are typically paid directly into your Control Super account balance. You can then choose to withdraw these funds or reinvest them into new opportunities.
{% endhint %}

### Steps

#### Step 1: Check Your Notifications

When a distribution is processed, you will be notified. Navigate to the **Notifications** tab in the left sidebar or click the notification banner on your Home dashboard.

Locate and click on the "Distribution Received" notification in your inbox. This will open a pop-up showing the amount received and the name of the investment.

<figure><img src="/files/7scsYeB1TxAgwwEqqCap" alt=""><figcaption></figcaption></figure>

***

#### Step 2: View the Investment

From the notification pop-up, click the **View investment** button to go directly to the asset's detail page.

Alternatively, you can navigate to the **Portfolio** tab in the sidebar and select the specific asset from your "Active Investments" list.

***

#### Step 3: Review the Investment Timeline

On the investment detail page, ensure you are on the **Overview** tab.

Scroll down to the **Investment Timeline** section. This timeline provides a chronological log of your investment's lifecycle. You will see a "Distribution Received" milestone, which confirms the payout and displays the exact amount credited to you.

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

***

#### Step 4: Verify Funds in Transaction History

To confirm the funds have been added to your wallet, navigate to the **Funding** tab in the left sidebar.

Scroll down to the **Transaction History** section. Here, you will see a line item for the recent distribution. It will display the investment name, the transaction type ("Distribution Received"), the positive dollar amount, and a "Completed" status.

***

#### Step 5: Check Your Available Balance

At the top of the **Funding** page, you will see your **Available Balance**. This total will have automatically updated to include the newly received distribution funds, meaning they are now available for withdrawal or reinvestment.

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


---

# 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://ctrlsuper.gitbook.io/ctrlsuper-docs/tracking-investment-distributions.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.
