# DAPP Service Macros

The DAPP Network utilizes a series of macros and service actions to perform different logic. Many of the macros use a special syntax to interact with the DAPP Service Providers.

In this portion of the docs we’ll have a look at the macros associated with the DAPP Network’s `dappservices` contract (core contract to the DAPP Network that handles staking, the DAPP token, and packages).

#### CONTRACT\_START() - contract start wrapper

#### CONTRACT\_END() - contract end wrapper

#### DAPPSERVICES\_ACTIONS - actions specifier for smart contract

#### DAPPSERVICE\_ACTIONS\_COMMANDS - actions commands for smart contract


---

# 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/dapp-service-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.
