> For the complete documentation index, see [llms.txt](https://kassandra-1.gitbook.io/kassandras-onboarding-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kassandra-1.gitbook.io/kassandras-onboarding-docs/product-guides/creating-a-managed-pool.md).

# Creating a managed pool

**Step 1: Access Kassandra.finance**&#x20;

* Open your preferred web browser and go to [kassandra.finance](https://app.kassandra.finance/).

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

**Step 2: Click on Launch App**&#x20;

* Look for the "Launch App" button on the homepage and click on it. This will take you to the application interface.

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

**Step 3: Click on Manage**

* Click on "Manage" and it will take you to a exclusive dashboard for creating and managing your pools.&#x20;

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

**Step 4: Connect Your Wallet**&#x20;

* To proceed with creating your pool, you need to connect your wallet to the Kassandra Finance app. Look for the "Connect Wallet" and click on it.

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

**Step 5: Creating new pool**

* You can now click on "Create New Pool" to start adding your pool info.

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

**Step 6: Choose the network**

* Here you need to choose the network desired to create your pool. You can also see the five main steps you need to complete to create your pool.&#x20;

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

**Step 7: Set Details**

* In this section, you'll fill your pool details like name, symbol, description, image, and privacy settings. After you're done, click on "Next"

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

**Step 8: Select Assets**

* Here is where you'll choose the assets you want to be part of your strategy. You can choose as many as you would like and change the allocation of each one as you desire. Click on "Done" when you're satisfied with your choice.&#x20;

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

**Step 9: Add Liquidity**

* Now it's time to add liquidity to your pool. You can choose to add liquidity through the assets that you selected for your pool or using any other asset that you might have. In the second case, thanks to ParaSwap technology, your chosen amount and asset will be automatically distributed among the allocations of your choosing.&#x20;

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

**Step 10: Configure Fee**

* In this section you can set your deposit and management fees. After setting them, you can see a fee breakdown before hitting "Next" to confirm your choosing. Remember that you can't change these fees after publishing the pool to the network.&#x20;

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

**Step 11: Review**

* Now you just need to review all of your pool settings before publishing it to the network. You can check your pool name, profile picture, assets, TVL, and more. You can also see the price you'll need to pay to cover the smart contract creation costs. These costs are from the network of your choosing and not related to feed from Kassandra. We do not charge fees for pool creations.&#x20;

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

**Step 12: Start pool creation**

* Now, for the last step, you just need to start the pool creation. This step involves one or more approvals from your chosen wallet, depending on the options you choose during the creation of your pool.
* That's it! You now have created your own tokeniked managed pool and is now a Kassandra's Manager!

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


---

# 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://kassandra-1.gitbook.io/kassandras-onboarding-docs/product-guides/creating-a-managed-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.
