# FAQ

<details>

<summary>What is the amount of funds withdrawn during the settlement period?</summary>

During the settlement period, the holder can withdraw the principal amount and the corresponding proportion of the income amount through \[Withdraw], which is the proportion of the holder's equity Token. The Manager's portion of the dividend is extracted separately through \[Bonus]; the percentage of the dividend is filled in by the creator of the DAO when creating the DAO, and the percentage is jointly decided through the voting Manager.

</details>

<details>

<summary>What is the amToken inside the vault? </summary>

When borrowing with AAVE, the vault will get that amToken as the borrowing credential, which needs to be authorized for Repay operation when repaying the loan.

</details>

<details>

<summary>Where can I see all the DAOs that are associated with me?</summary>

See Misc-Explore-My DAO to see all the DAOs associated with me.

</details>

<details>

<summary><strong>Can I reopen the fundraising period after the fundraising countdown is over?</strong></summary>

No, so please be strict with the settings.

</details>

<details>

<summary>How do I invite others to join my DAO?</summary>

You can enter your DAO home page by sharing the DAO URL and follow the instructions to join your DAO by participating in the subscription.

</details>

<details>

<summary>Why does the created DAO information appear incomplete? </summary>

Users should not close the page during the creation and loading process. If the webpage is closed in the middle of the process and the information upload fails, it may result in the created DAO missing elements such as name.

</details>

<details>

<summary>What are the precautions for opening redemption?</summary>

Before DAO opens the redemption period, please make sure that the user's assets have been converted to the asset type (e.g., USDT) used at the time of fundraising.

</details>

<details>

<summary>Can I still withdraw other coins (non-equity tokens, USDT) after the redemption period starts? </summary>

Before DAO opens the redemption period, please make sure that the user's assets have been converted to the asset type (e.g., USDT) used at the time of fundraising, otherwise, the assets will not be fully redeemed. After the redemption period starts, the USDT exchanged for Swap and other operations will be used as a Management fee.

</details>

<details>

<summary>Activities on the Moonbeam Network may require USDC. How to get USDC? </summary>

To get your wormhole USDC, it is recommended to use: [https://www.portalbridge.com/#/transfer.](https://www.portalbridge.com/#/transfer)

</details>


---

# 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://wiki.subdao.network/product-guide/faq.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.
