# Stack with Lending — Morpho

Curators can integrate a market’s PT and LP into lending protocols so users can use them as collateral.

### Using the Morpho UI

{% stepper %}
{% step %}

### Step 1: Preparation

Before deploying to Morpho, make sure your Napier market and oracle are properly set up.

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

#### **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 Morpho, start with [Morpho Docs](https://docs.morpho.org/)
  {% endstep %}

{% step %}

### **Step 2: Using Morpho UI**

Once your oracle and market are ready, set up the lending side in Morpho.

#### **Create a Vault**

Follow the official steps to plan your vault architecture:

{% embed url="<https://curator.morpho.org/>" %}

#### **Deploy an Oracle**

Oracle Router is required for any market: Follow the official steps to depoy an oracle:

{% embed url="<https://oracles.morpho.dev/>" %}

{% embed url="<https://docs.morpho.org/curate/tutorials-market-v1/deploying-oracle/>" %}

#### **Create a Market**

Follow the official steps to create and configure a market in your Morpho vault:

{% embed url="<https://docs.morpho.org/curate/tutorials-market-v1/creating-market/>" %}

{% hint style="info" %}
You have to carefully validate the oracle configuration you expect to use for the market you intend to deploy.&#x20;
{% endhint %}
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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-lending-markets/stack-with-lending-morpho.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.
