> For the complete documentation index, see [llms.txt](https://docs.napier.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.napier.finance/curate/napier-curation/stack-with-gp-vaults/stack-with-gp-vaults-ipor-fusion.md).

# Stack with GP Vaults - IPOR Fusion

Curators integrate PTs, LPs, and their lending positions into GP Vaults, enabling users to access attractive yield opportunities through a simple, unified experience.

### Using the Fusion UI

{% stepper %}
{% step %}

### Step 1: Preparation

Before deploying to IPOR Fusion, ensure that your Napier market, oracle, and all related DeFi integrations are properly configured and verified.

#### Before deploying lending markets

* Access the **Curator Dashboard**.
* If your account is not verified, complete verification under [**Verify Curator Account**](/curate/napier-curation/verify-curator-account.md).
* If you haven’t created a market yet, follow the steps in [**Create Market**](/curate/napier-curation/create-market-napier-amm.md).
* Once you finish creating a market, it will appear in your Curator Dashboard.
* If you haven’t deployed an oracle, follow the steps in [**Deploy Oracles**](broken://pages/OrZ9rLjvfkZRIokAbPN8)
* If you need a lending integration, follow the steps in [**Stack with Lending Markets**](/curate/napier-curation/stack-with-lending-markets.md)

#### **C**larify the prerequisites

* If you haven’t learned how Napier market work, start with [**Markets - Napier AMM**](/learn/protocols/markets-napier-amm.md)**.**
* If you haven’t learned how Napier’s oracles work, start with Napier Oracles (Github)
* If you haven’t learned Fusion by IPOR, start with [**IPOR Fusion Docs**](https://docs.ipor.io/developers-docs/fusion)
  {% endstep %}

{% step %}

### **Step 2: Using Fusion UI**

Once your oracle, market, and related DeFi integrations are ready, proceed to configure the GP Vault side on IPOR Fusion.

#### **Define a Napier Strategy**

Example Napier strategy includes:

* **Automated PT Looping Vault:** Build looping positions on a given PT with lending to target higher fixed yields passively, without rollover at maturity.
* **Leveraged Auto-Compounded LP Vault:** Auto-compound YT yield back into the LP and use LP tokens as collateral in lending to target passive high returns and points exposure.
* **Dollar-Based PT Best Rate Basket Vault:** Continuously rebalance into the highest-return PTs to target passive, high yields without rollover at maturity.

#### **Create a Vault (Fusion)**

Follow the official steps to plan your vault architectures:

{% embed url="<https://app.ipor.io/build-on-fusion/vault/>" %}

{% embed url="<https://docs.ipor.io/developers-docs/fusion/vault-configuration-step-by-step>" %}

#### **Configure a Napier Fuse**&#x20;

To configure and run strategies on IPOR Fusion using Napier Markets, PTs, or LPs, you’ll need to use custom Fuses. You can find the list of Napier Fuses here ([GitHub)](https://github.com/IPOR-Labs/ipor-fusion/tree/main/contracts/fuses).&#x20;

{% hint style="warning" %}
Napier Fuses are currently under development.
{% endhint %}

Follow the official steps below to plan your Fuse configurations:

{% embed url="<https://docs.ipor.io/developers-docs/fusion/vault-configuration-step-by-step#strategy>" %}
{% endstep %}
{% endstepper %}


---

# 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://docs.napier.finance/curate/napier-curation/stack-with-gp-vaults/stack-with-gp-vaults-ipor-fusion.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.
