# Vote on Proposal

{% hint style="info" %}
Do not forget to connect your wallet, which has Fund's LP tokens in it. Only fund's members are able to vote on fund's proposals.
{% endhint %}

Go to the Fund's info page and see all active proposals there:

<figure><img src="/files/5U2dVED5XeZcF68msMlg" alt=""><figcaption><p>You can see all active proposals</p></figcaption></figure>

Click on Proposal you want to vote on and you will see the screen below. On the left side, you can see the text name and description, which was sent by the proposal's creator, proposal's start date and the creator of the proposal. On the right, you can see Proposed Value, that's being change and its' current value. You can also see "Votes" history, where you will see all previous votes, that's being made on current proposal.

<figure><img src="/files/udRBfZvHbgxU30eU4PfT" alt=""><figcaption><p>Proposal's screen</p></figcaption></figure>

You have 3 options to vote: "For", "Against" and "Abstain". Let's vote "For" in this example. Click on "for" button and approve the transaction from your metamask.

{% hint style="info" %}
Please note that if the proposal is created before the investor's deposit, he will not be able to vote for security reasons. Only LP tokens that are minted before the creation of the proposal are eligible for voting.
{% endhint %}

After Voting finishes, anyone is able to execute proposal. Check here how to execute the proposal: [Execute proposal](/for-vault-creators/create-proposals-to-change-vaults-parameters/execute-proposal.md)


---

# 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://info.aspis.finance/for-investors-and-vault-members/vote-for-changes-in-smart-contract/vote-on-proposal.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.
