> 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/scheduled-transaction.md).

# Scheduled Transaction

Scheduled transactions are transactions that you sign now and take places in the future at a given time. In the history of Ethereum, signing a transaction and the actual execution of the transaction are often considered to happen almost at the same time as long as the transaction is proven valid. The miner would immediately include your transaction in the block if you subsidize enough gas. However, there are cases where you want to pre-approve a transaction and let the transaction be automatically executed at a given trigger (time, event, etc.) This is when scheduled transaction comes into place.&#x20;

\
With scheduled transaction enabled, you may enforce a logic (currently, we only support time configurations) as the trigger and sign the transaction beforehand. After you sign once, the rest will all be taken care of automatically.&#x20;

This enables use cases such as recurring transfers, payrolls, automatic integration with DeFi protocol, etc. In the future, we aim to support more logic-based triggers such as on-chain events, protocol interactions, account states, and so on.

* **How to send a scheduled transaction**

{% embed url="<https://www.loom.com/share/f20525781d2441cc8a84daf17082919b?sid=741eabca-d9fb-4f58-b307-3c194d42e41e>" %}


---

# 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/scheduled-transaction.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.
