# Set Easy Expense

## 1. **Setting Easy Expense**&#x20;

After selecting a multisig account, go to the multisig account settings page and choose the Easy Expense tab to configure Easy Expense. You need to set three parameters:

* **Beneficiary**: Enter the address of the beneficiary. The private key holder of this address will benefit from the Easy Expense limit.
* **Token Limit**: Specify a token and its limit, which is the maximum amount the beneficiary can use without needing signatures.
* **Reset Time**: The period after which the Token Limit resets. If set to "Once," the limit will not reset after it is used up.

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

## **2. Using Easy Expense**&#x20;

The private key holder of the beneficiary address can open the Mimir page for the multisig address and click the Transfer button on the homepage.&#x20;

The beneficiary can then toggle the Use Easy Expense switch to use the Easy Expense limit for the transaction. The transaction will be executed immediately and will not use a nonce.

## **3. Deleting Easy Expense**&#x20;

If you want to delete an Easy Expense, go to the account settings under Easy Expense, find the previous settings record, and click the delete button. This will initiate a transaction that needs to be approved and executed by the required number of members to be officially deleted.


---

# 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://evm-docs.mimir.global/advanced/set-policy-rules/set-easy-expense.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.
