# Rules

### Overview <a href="#overview" id="overview"></a>

Restrictions on project reconfigurations and global toggles for suspending payments and activating token minting at will

| Field                 | Description                                                                                                                                                                                                                                                                                                                                                        |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Pause Payments        | If enabled, your project cannot be paid for. This has been utilized by project owners between fundraising seasons or when desiring to fully halt token issuance.                                                                                                                                                                                                   |
| Allow token minting   | When enabled, the project owner can mint project tokens to any address at will. This could be used for setting up a "premine", or to create an additional token reserve for the DAO.                                                                                                                                                                               |
| Reconfiguration rules | Reconfiguration rules are requirements that must be satisfied in order to reconfigure a project. Conforming to the default 3-day delay, a reconfiguration must be filed at least 3 days before to the beginning of the subsequent financing period. This allows the community time to validate queued reconfigurations and prevents a rug pull at the last minute. |


---

# 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://snowconedao.gitbook.io/snowconedao/create/make-your-snowcone-project/rules.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.
