> For the complete documentation index, see [llms.txt](https://docs.desyn.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.desyn.io/mechanism/open-end-pool/creating-instructions-for-open-end-pool.md).

# Creating Instructions for Open-end Pool

## **Protocol introduction**

The setup  process is divided into 5 steps:

### **Step 1: Select a product**

Before you begin minting, you need to link your wallet and authorize it.

<figure><img src="/files/8Iuu2nIqwyGij5tvYkku" alt=""><figcaption></figcaption></figure>

DeSyn now has three types of products for you to choose from which are open-end Pool, closed-end, and customized one.

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

**Please select Open-end Product.**

### **Step 2: Set parameters**

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

Open-end - There are a total of 11 items available in the parameter setting&#x20;

**Basic Information:**

➢**Product name**: Choose a  name for your product, within 50 letters or numbers.

➢ **Product abbreviation:** To make it easier for investors to remember, set an abbreviation for your product, within 10 letters or numbers.

**Fee Rate Setting**

➢**Issuance fee**: You can charge investors a certain fee for some expenses in the product release process. The ratio should not exceed 10%, and it is recommended to be around 2%.

➢**Redemption fee**: You can charge the investor a certain fee to pay for some expenses in the redemption process. The ratio cannot exceed 10%, and it is recommended to be around 2%.

➢**Management fee**: The management fee is the main income for your portfolio management, the fee ratio should not exceed 10%, and it is recommended to be around 2%.

**Advanced Settings**

➢**Investor white list**:

If the products you release need to comply with local regulations, such as soliciting for specific groups with certain qualifications, you can enable this function. After it is turned on, only the addresses within whitelist can issue and redeem shares

➢**Authorized managers：**

You can authorize multiple individuals and organizations to manage products with you. This permission only includes the right to rebalance and not the right to transfer product ownership

➢**Asset income distribution：**

You can use this function to distribute the income generated by asset management products to the right people.

➢**White list of investment assets:**

This function is mainly used to constrain the investment scope, and you can activate it when the investment scope is very certain. Once it is turned on, you can only invest in the target you set and it cannot be changed.

### **Step 3: Build a Pool**

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

* After setting product parameters, you can start building a pool according to your strategy or plan.
* You need to determine the type and quantity of tokens, as well as the corresponding composition ratio. The sum of the ratios of all tokens must be equal to 100%.
* Determine the number of share tokens you want to initially mint, this setting will affect the initial net value/price of each share token. For example: I invested a total of 100 USD in assets and minted 10 share tokens, then the initial share token price is about 10 USDT/piece.
* The weight style is a convenient tool. We provide two shortcut tools for assigning tokens: arithmetic mean and market value weighting. For example, if your portfolio consists of 4 tokens, if you choose the arithmetic mean, each token will be given a 25% weight. If you choose market value weighting, it will be based on the ratio of the total market value of each token to the total market value of the pool to give weight.

### **Step 4: Data on-chain**

➢ After completing the product basic settings and pool configuration, we will use the smart contract to save your settings to the chain. This process will take a certain amount of time, please wait patiently.

➢ In the process that smart contract goes on chain , you need to authorize and pay the gas fee. Please ensure that the wallet link status is normal and the relevant assets are sufficient.

➢ Our program will give you feedback on the results in a timely manner ,after completing that smart contract goes on chain.

➢ You can click the Retry button to know the progress of the smart contract

<figure><img src="https://desyn.zendesk.com/hc/article_attachments/6187116287759" alt=""><figcaption></figcaption></figure>

### **Part 5: Released successfully**

<figure><img src="https://desyn.zendesk.com/hc/article_attachments/6187116571663" alt=""><figcaption></figcaption></figure>

➢ When you see this page, congratulations, your asset management product has been successfully launched.

➢ Click \[View Detail] to view the products you issued.

➢ You can send the address of the product to your friends, investors or post it on social media to attract investors to invest in your product.

➢ The greater the ability, the greater the responsibility. We expect you to become an excellent manager and achieve amazing results.


---

# 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.desyn.io/mechanism/open-end-pool/creating-instructions-for-open-end-pool.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.
