> For the complete documentation index, see [llms.txt](https://docs.rain.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rain.fi/earn/create-pool/pro/get-started.md).

# Get started

The first step in Pro Mode pool creation is selecting the type of collateral and defining the basic pool parameters.

### Steps

## 1. Choose Collateral Type

* Users decide whether they want to use NFTs or tokens as collateral with switch.

<div align="center"><figure><img src="/files/hv1YaH2TRV4kXJCbBiKz" alt="" width="234"><figcaption></figcaption></figure></div>

### 2. Select Pool Token & Amount

* **Vaults and Pools:**
  * There can be **multiple pools** connected to **one vault**.
  * When the user clicks on "Create Pool," if they have already created vault(s), the **default vault (**&#x6F;ne was selected from **Manage Pools)** will be selected automatically for the new pool.
* **Switching Vaults:**
  * The user can choose to proceed with the default selected vault or click on the **"Switch to a different vault"** button.
  * If they click on this, they can either:
    * **Choose an existing different vault**, or
    * **Create a new vault** to be linked to the new pool.
    * The new vault will be created with the pool and the poll will be "plugged" to the vault.

### 3. Set Loan Duration & APY

* Define the loan duration for lending agreements.
* Set the Annual Percentage Yield (APY) for the pool.

After completing these selections, users proceed to the [**Next**](/earn/create-pool/pro/select-token-collection.md)[ **step**](/earn/create-pool/pro/select-token-collection.md) of pool creation.

<figure><img src="/files/85ZnsJ3dpk36IRfK1f7F" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/kA1lhb5dch3ba2UNXRzR" 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://docs.rain.fi/earn/create-pool/pro/get-started.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.
