# Create LP Fee Governance

### **Create Proposal**

There are two entries to create a proposal:

* In the Pool detail page, users (LP holders) will see a “Create proposal” button at the bottom which opens the “Create proposal” drawer.

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

* In the LP fee proposals page, navigate from the “View proposal page" button at the bottom of the Pool detail page, and then users (LP holders) will see a “Create proposal” button

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

Creating a delegation proposal requires:

* Delegated address
* Proposal period
* Description
* 100 ADA for submitting

<figure><img src="/files/IGTCbVWrMBfscb637uM3" alt=""><figcaption><p>Delegation Proposal</p></figcaption></figure>

<figure><img src="/files/6I7DynfvWq3AQdLEkQ7G" alt=""><figcaption><p>Transfer Ownership Proposal</p></figcaption></figure>

<figure><img src="/files/OOJtzBjR4DhKsptEHr7k" alt=""><figcaption><p>Revoke Proposal</p></figcaption></figure>


---

# 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.minswap.org/governance/liquidity-pool-fee-governance/create-lp-fee-governance.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.
