# Smart Contract Macros

`payload` definition - definition for payload to LiquidAccount transaction

{% content-ref url="/pages/-MYoA6EmETO4SUrAs68L" %}
[payload](/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidaccounts/smart-contract-macros/payload.md)
{% endcontent-ref %}

`VACCOUNTS_APPLY` - applies payload defines to actions

{% content-ref url="/pages/-MYoA8w\_ewx77ngAHyUi" %}
[VACCOUNTS\_APPLY](/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidaccounts/smart-contract-macros/vaccounts_apply.md)
{% endcontent-ref %}

`require_vaccount` - LiquidAccount's version of EOSIO's require authentication macro.

{% content-ref url="/pages/-MYoABP\_tdh3SmQtXEKq" %}
[require\_vaccount](/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidaccounts/smart-contract-macros/require_vaccount.md)
{% endcontent-ref %}

`VACCOUNTS_DELAYED_CLEANUP` - delayed vRAM commit of data to prevent delay of the warmup process

{% content-ref url="/pages/-MYoADvMjFDHP73H6DY6" %}
[VACCOUNTS\_DELAYED\_CLEANUP](/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidaccounts/smart-contract-macros/vaccounts_delayed_cleanup.md)
{% endcontent-ref %}


---

# 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://docs.liquidapps.io/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidaccounts/smart-contract-macros.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.
