# Create proposals to change Vault's parameters

Unlike popular "decentralized" voting solutions, the fundamental ASPIS principle is that absolutely all decisions made by the Vault members should be executed on-chain without the need for 3rd party execution. This approach is critical for asset management, as it prevents fraud or simply discrepancies between decisions made "on paper" and the actual actions taken on behalf of the Vault.

For this purpose, we have developed a broad list of proposal templates, that allow transparent decision-making aligned with all investors on behalf of the Vault.

{% hint style="info" %}
[Here](https://info.aspis.finance/for-vault-creators/create-proposals-to-change-funds-parameters/roles-and-responsibilities-for-proposals-creation), you can find a list of all the possible proposals that can be created within the Vault.
{% endhint %}

All Vault decisions and transactions are executed through the voting (except trading allowed assets on integrated DEXes) and executed by the manager.

Every Vault member can:

* Vote on all proposals;
* Create certain proposals

### Proposal creation

The proposal creation example is represented below:

<figure><img src="/files/3ztUH9h5pP4ZqCwPWKTK" alt=""><figcaption><p>Proposal creation process</p></figcaption></figure>

Once a proposal has been created, each member of the Vault can vote for or against the proposal.

### Voting participation

The voting process example is represented below:

<figure><img src="/files/05eCxrFLz2eDOYWGkbFC" alt=""><figcaption><p>Voting process</p></figcaption></figure>

The key voting parameters are:

* **Quorum** - Minimum share of all minted LP tokens that must participate in voting in order for the voting to be considered valid
* **Minimum approval** - Minimum share of LP tokens that must vote for one of the options in order for the voting to be considered valid
* **Voting duration** - the period of time during which Vault members can vote for one of the options (if the thresholds for Quorum and Minimum approval are not passed within this period - the voting will be considered failed)

{% hint style="info" %}
Note that 1 LP token is equal to 1 cast, so the voting power of the Vault member is directly proportional to his share of LP tokens in the total circulating supply of LP tokens.
{% endhint %}

#### Let's explore how the above parameters work using an example of abstract voting

{% tabs %}
{% tab title="Example #1" %}

<figure><img src="/files/yxTGyF1NLdAqOEFQUEJj" alt=""><figcaption><p>Qorum hasn't been reached</p></figcaption></figure>
{% endtab %}

{% tab title="Example #2" %}

<figure><img src="/files/Ud4mYi3mNe2FCPHDQLqY" alt=""><figcaption><p>Minimum approval barrier hasn't been reached</p></figcaption></figure>
{% endtab %}

{% tab title="Example #3 " %}

<figure><img src="/files/OtoVX4ZGdyV5ja7qoeTd" alt=""><figcaption><p>Quorum and minimum approval barrier have been reached</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

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