> For the complete documentation index, see [llms.txt](https://versawallet.gitbook.io/versa-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://versawallet.gitbook.io/versa-docs/functions-and-plugins/spending-limit.md).

# Spending Limit

Set a daily spending limit in the 'Hub' section in Versa app so you won't over-spend, and any transaction over this limit will require further approval from your guardians.

Spending limit is a plugin you can enable from Versa Hub, and the rule is applied to each specific token (Eg. you may set a daily limit of 10,000 USDC and 5 ETH separately). Every updates will require an on-chain transaction and require your guards to verify. The daily limit refreshes every day at midnight. You may check the remaining daily balance in the plugin page, and free to change the daily limit at your convenience.&#x20;

{% hint style="info" %}
**Note:** We recommend to set a daily limit that you feel safe with spending on a daily basis without frequent changes.
{% endhint %}

* **Setting up daily limit for you MATIC tokens**

{% hint style="info" %}
**Note:** Changing the limit would also require further verifications from your guards. This is to avoid risky behaviors.
{% endhint %}

{% embed url="<https://www.loom.com/share/d30ba3b734054520aad9041913cac541?sid=27fce3eb-219a-46ee-a83d-b6fc76e60694>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://versawallet.gitbook.io/versa-docs/functions-and-plugins/spending-limit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
