# Functioning

<br>

1. The creation of this contract consists of two operations:&#x20;
   1. In the first part, some wallet of the **MAYZ Core Team** creates the contract scripts using the **Create Protocol Scripts** operation. The Protocol becomes **Uninitialized**.
   2. In the second part with the **Start Protocol** operation, one of the **Protocol Administrator** wallets using the newly created scripts will perform the first transaction that will leave in the contract address an UTxO with the **Protocol Datum** and the Protocol NFT. The Protocol becomes **Initialized**.
2. **Protocol Administrators** may update the variable parameters of the Protocol with the **Update Protocol Datum Operation**.


---

# 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://mayz.gitbook.io/mayz-whitepaper-v2/mayz-protocol/technical-document/protocol-contract/functioning.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.
