> For the complete documentation index, see [llms.txt](https://docs.zam.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zam.io/ecosystem/intelligent-portfolios/portfolios-after-iios.md).

# Portfolios after IIOs

After IIO on ZAMpad is over and Index tokens and shares in Investment Portfolios are distributed among investors in ZamWallet, the following activities are available:

* Any *new investor* can invest in any Portfolio through ZamWallet at any time by depositing USDT into his/her ZamWallet account.
* Any *current investor* at any time can add more USDT to his/her current Investment Portfolio or choose a new Portfolio for investment.
* The *Index token* can only be traded on PCS.

## The life-cycle of Investment Portfolios from the Investor’s point of view

<figure><img src="https://lh3.googleusercontent.com/U72u7T5JK8lOiqt984XmcuLqQJ7QBWAG1NhaQ-b1E2PdKJArJgKTZP-1GyQjmvxkCyvC9gjx76EevYCIHipGA1vFAaFj2PnP94Gr5KLPfm5gLli5UPT-e9R2nK2xI5prg7DgZPBvzL-JrxtRStupL6HTFs6oSj4OhXOJv62zfJGpD4T5RQoFIbFwMJE_YA" alt=""><figcaption></figcaption></figure>

1. Any new or current investor can invest in any Portfolio in ZamWallet at any time by depositing USDT into the ZamWallet account.
2. Then, there is an automatic purchase of tokens for the Investment Portfolio for deposited amounts (1,000 USDT in example). The total TVL of the Portfolio will increase by the deposited amount.
3. The purchased tokens prices and their shares in Portfolio are displayed in ZamWallet in real time.

<figure><img src="https://lh5.googleusercontent.com/IK3AceeV34zWJqcLyehhSMHKye8JrB34DZdnqyIAdo4aZUQJXsAU2c-FUfrf8YCqkg_dCmbZI8_9XHs5SFdyU9hVOvbXbMKMAvYuV9QRIvpDNOzvhLcFlFWgXnj9z3tQvDKjKQDQj9IoObRAM5eXFqZ-pGOtt86o0q_xrwHxeTt8ketj3KlCzMqzqql6-Q" alt=""><figcaption></figcaption></figure>

4\. The Investor can monitor the Investment Portfolio profitability and Portfolio price in ZamWallet.

5\. When the tokens prices in the Investment Portfolio change, the share of each token in the Investment Portfolio also changes. Then, there is a manual rebalancing of tokens shares made by the expert or an automatic rebalancing.

<figure><img src="https://lh6.googleusercontent.com/IkJ2_M4Ogoq3Idpoew-kgFb58eTsGw-TuA-EbKtglzcYOTWFYjEEDiqd6LS8JJ6FA6rG4jWJj9-duvGy30i-i9IK2CjfvNXPvu1tKVE6TMsDgyDislVu2Q87jqjBC7_dzevVif8FsRGVEghieec7J6qpDrw2xOQwJm0sKUwctcsXMyzbsTF5VX_v7XqYOQ" alt=""><figcaption></figcaption></figure>

6\. After some period of time, when the Investor withdraws the investment, the investor receives the amount in stablecoins equivalent to his/her current value of the Investments in Portfolio minus expert’s and Zamio’s fees. Fees are paid only from realized profits (after the sale of investments).&#x20;

The total TVL of the Portfolio will decrease by the withdrawn amount.

<br>


---

# 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.zam.io/ecosystem/intelligent-portfolios/portfolios-after-iios.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.
