# Execute proposal

Once proposal has been created, anyone can execute it. Simply go to the Fund's info page, and you will see finished proposal, that need to be executed:

<figure><img src="/files/WXzHpPLJSviccz0Zgzn0" alt=""><figcaption><p>Execute Button</p></figcaption></figure>

Find "Execute" button and push it. That's all, changes in the smart-contract will be implemented and new rules will come into force instantly.

{% hint style="info" %}
If you're trying to add new tokens as available for depositing make sure that all of them ARE ALREADY ADDED to the list of tokens available for trading&#x20;
{% endhint %}

{% hint style="info" %}
Since proposal has already accepted by the investors, anyone is able to execute this proposal by pushing on "Execute" button. Not only manager.
{% endhint %}


---

# 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-vault-creators/create-proposals-to-change-vaults-parameters/execute-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.
