# III.8 Operation diagram

<img src="/files/5il9xambHHjvgYzeH59k" alt="" class="gitbook-drawing">

### Details of Each Component

#### 1. Users&#x20;

Users are the center of the AZCoiner ecosystem. They can access the application through mobile devices or web browsers to utilize the services and features provided by the super app.

#### 2. User Interface&#x20;

The user interface includes mobile and web applications, providing an intuitive interface for users to interact with the system. The main components include:

Homepage Messaging and calling features E-wallet Mini Programs Account management and security

#### &#x20;3. API Gateway&#x20;

The API Gateway bridges the user interface and the core services. It manages user requests, forwards them to the appropriate services, and returns the results to the users. The API Gateway ensures security, and traffic management, and simplifies application development.

#### 4. Core Services

Core services are the main functions of the super app, including:

* User authentication and management: Managing user registration, login, and security.
* &#x20;Communication and messaging: Functions for messaging, calling, group creation, and information channels.&#x20;
* E-wallet and payment: Managing e-wallets, conducting transactions, fees, and money transfers.
* &#x20;Data storage and sharing: Storing messages, documents, and files shared by users.&#x20;

#### 5. Blockchain Layer&#x20;

The blockchain layer is the foundation of the AZCoiner ecosystem, including:

* Smart contracts: Executing business logic and DAO governance.&#x20;
* Governance token (AZC): Used for voting, rewards, and transactions.&#x20;
* Transaction management: Processing and recording transactions on the blockchain.&#x20;

#### 6. DAO Governance System&#x20;

The DAO governance system allows the user community to participate in project management and decision-making:

* Voting process: Users can vote on proposals and important decisions.&#x20;
* Proposal management: Creating, discussing, and voting on proposals.&#x20;
* Community fund management: Using community funds to finance projects and rewards.&#x20;

#### 7. Integrated Applications&#x20;

AZCoiner integrates various small applications and services to expand functionality:

* Mini Programs: Integrated small applications providing diverse services without additional installation.&#x20;
* Bots and integrated APIs: Supporting the creation and use of bots to automate tasks.
* AZPay: An integrated electronic payment feature that allows users to perform transactions easily and securely.


---

# 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://whitepaper.azcoiner.com/iii.-core-features/iii.8-operation-diagram.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.
