> For the complete documentation index, see [llms.txt](https://curator.docs.spectra.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://curator.docs.spectra.finance/curator-console/pool-management.md).

# Pool Management

It serves as the main interface for managing **active liquidity allocations** and preparing **upcoming pool deployments**, ensuring smooth yield continuity across maturities.

<figure><img src="/files/6KEqWJqrL5wjrBVPUT5R" alt=""><figcaption></figcaption></figure>

**This section enables curators to:**

* View and manage all active pool allocations for a given MetaVault.
* Add or remove pools from their whitelisted market set.
* Review pending pool activations or settlements before liquidity becomes live.
* Plan reallocation and rollover operations to maintain consistent yield exposure.

{% hint style="info" %}
New pools need to be created via the public Spectra App: <https://app.spectra.finance/pools/create>
{% endhint %}

#### Key Components

**1. Active Pools**

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

Displays all currently deployed and active pools for the selected MetaVault.\
Each entry includes:

* **Protocol and market pair** (e.g., Aave, Euler, IPOR)
* **APY** representing the active yield rate for that pool
* **Allocated value** and share of total vault liquidity
* **Maturity date** for the fixed-term position
* **Manage button** leading to detailed configuration and rebalancing controls

> Active pools collectively define the MetaVault’s real-time market exposure and yield profile.

{% hint style="info" %}
The MetaVault APY represents a **weighted average** of all active pool APYs, factoring in each pool’s **allocation weight** within the vault.
{% endhint %}

2. **Pending Pools**

<figure><img src="/files/3qBr8e8AQe77zOOtlX2x" alt=""><figcaption></figcaption></figure>

Lists pools that are **pending inclusion** into the MetaVault, currently subject to a **predefined timelock** before activation. This ensures operational security and gives the Guardian layer time to review or revoke any potentially harmful configurations.

Each pending pool displays:

* **Pool and underlying protocol** details
* **Live pool APY**
* **Timelock status and activation timestamp**
* **Maturity date**
* **Cancel** action to withdraw pool from the MetaVault setup before inclusion takes place


---

# 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:

```
GET https://curator.docs.spectra.finance/curator-console/pool-management.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.
