# 6.5 Transparency and automation

From the very first stages of building a decentralized system, we adhere to the principles of transparency. All voting will take place on the blockchain, which eliminates any possibility of rigging or falsifying results.&#x20;

> <mark style="color:purple;background-color:blue;">The added chatbot system will also monitor the balances of users (DAO governing council and ambassadors), preventing unauthorized access or interference from developers, as well as lobbying for the interests of stakeholders.</mark>

#### **How it will work in practice:**

* To access the management board chat, users receive a special code in their personal account and use this code to authenticate themselves in the bot.
* The bot checks whether the user has the required amount of Navacoin in their crypto wallet and grants access to the corresponding closed management council chat.
* Once a day, the bot automatically checks the balances of board members and ambassadors.
* If a user's balance falls below a certain threshold, they receive a warning and are given a certain amount of time to top up their balance.
* If the balance is not replenished within the specified period, the user will lose their status as a member of the management board/ambassador.

<p align="center"><em><mark style="color:blue;">In the future, automation will also affect executive functions. Special smart contracts will be developed that will be automatically executed after certain decisions are made by vote. This will eliminate the human factor, automate processes, and ensure transparency in decentralized decision-making.</mark></em> </p>

<br>


---

# 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://nava-dao-1.gitbook.io/nava-dao-white-paper/basics/6.-dao-principle/6.5-transparency-and-automation.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.
