> For the complete documentation index, see [llms.txt](https://docs.repool.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.repool.com/repool-fund-os-platform/banking/banking-faqs.md).

# Banking FAQs

<details>

<summary>What is my minimum account balance requirement?</summary>

All fund bank accounts have minimum balance requirements.  Managers can find the specific minimum balance requirement details in the 'Fees and Services' section of their Statement of Work (SOW).

To avoid bank-related interruptions, all managers should consider their minimum balance requirements before fulfilling redemptions or sending outgoing wires.

</details>

<details>

<summary>Why do I have a pending balance?</summary>

Funds that have settled into the fund bank account but are still awaiting approval from Repool and/or the manager are represented as a pending balance.

</details>

<details>

<summary>Where is my wire?</summary>

There is a common misconception that wires settle instantly or within a few hours, but this is not true. Wires can take 24-72 hours to settle, depending on various factors such as processing time, compliance of the processing/sending bank, and batching of wires, among others. Repool does not have special visibility into your incoming or outgoing wires, and this is the industry norm.

All outgoing wires are reviewed by Repool to verify the wire's intended purpose before they are processed and released.  Once released, wires can take 24-72 hours to settle at their destination.

</details>

<details>

<summary>My investor sent a wire. When will I have access to the funds?</summary>

There is a common misconception that wires settle instantly or within a few hours, but this is not true. Wires can take 24-72 hours to settle, depending on various factors such as processing time, compliance of the processing/sending bank, and batching of wires, among others. Repool does not have special visibility into your incoming or outgoing wires, and this is the industry norm.

Investments cannot be accepted until the wire has settled in the fund bank account and the investor has cleared Repool's KYC process. The KYC process typically takes 24 hours after the wire is received.

When a wire is received and is pending Repool KYC approval, you will see that the investor has initiated an investment. Once the KYC approval is received, the investment becomes available for manager approval, and the funds are immediately accessible.

</details>

<details>

<summary>Where are my bank account instructions?</summary>

Your Repool fund back account instructions can be found in the 'Account Details' section of the Banking page. &#x20;

These wire instructions should be used when transferring funds from brokerage accounts to the fund bank account. However, these details should never be disclosed to investors who are attempting to make investments. All investors receive unique wire instructions upon completing the subscription process, enabling Repool to automatically associate investments with the appropriate investor profiles.

</details>

<details>

<summary>What are my wire fees?</summary>

There are no wire fees associated with the Repool bank account for incoming or outgoing wires.

</details>

<details>

<summary>How do I pay an expense?</summary>

Expenses can be paid through the Banking page by initiating the 'Send a Wire' workflow and using the transaction purpose 'Expenses'. &#x20;

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.repool.com/repool-fund-os-platform/banking/banking-faqs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
