# Add and Withdraw Page

The Add and Withdrawal page allows users to manage their funds using stablecoins like USDT or USDC on the Polygon network.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf9aE7Zmc2IMAlouk6ECDr4eQT_uFG-IGOfDR4DWBelKqOkXu8CZ4_2O9Auks3IgMzNaISkFbsXl-31z786-W1le5g_ROwEJHqGmUGP-YDZRKkE_MGN9VMYZvlIyC6DEMcRsLbK45WnN3P42UVmtO9J6ihJ?key=YCvQ3A6Iy4GL3Avrv-grAA" alt=""><figcaption></figcaption></figure>

Users can add funds into their FU Capital Profile Wallet using stablecoins. These funds can then be deployed into loans on either Primary or Secondary Market.

The entire process of adding/withdrawing funds on the platform is simple and straightforward: The process involves the following steps:

* **Address:** To add funds, users need to connect their wallet (e.g., MetaMask) to the FU Capital platform. The wallet balance will be displayed on the Add/Withdraw screen.
* **Withdrawal:** When funds are added, the funds are debited from the user's wallet and credited to the FU Capital Wallet. Conversely, during a withdrawal, funds are debited from the FU Capital Account Wallet and credited back to the user's wallet.
* **Minimum Add/Withdrawal Amount:** The minimum amount for both adds and withdrawals is 10 tokens, with a maximum limit of 100,000 tokens.
* **Add/Withdrawal Confirmation:** Users receive email notifications confirming the initiation of adding of funds or withdrawals to/from their wallets.
* **Minimum Amount:** The minimum amount required to deploy in a loan is 10 tokens.


---

# 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.fucapital.io/protocol/add-and-withdraw-page.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.
