# FAQ

### 1. How can I join the MoveFlow community?

MoveFlow has an active community where developers, investors, and users can explore the future of on-chain payments together.

* **X**: Follow us on X for the latest updates and announcements: <https://x.com/moveflowlabs_>
* **Telegram**: Join our official Telegram group to interact with other community members: <https://t.me/moveflowofficial>
* **GitHub**: Visit our GitHub repository to access the codebase and development resources: <https://github.com/Move-Flow>

### 2. How can my project integrate MoveFlow for token distribution?

If your project wants to use MoveFlow for token vesting, payroll, airdrops, or subscription payments, you can integrate it in the following ways:

* **Submit a request via Telegram**: Apply for token integration in our **Token Listing Channel**, and our team will review and assist with adding your token.
* **Use the MoveFlow SDK**: MoveFlow provides open APIs and smart contract templates, enabling developers to integrate the payment protocol directly into their smart contracts.
* **Developer Support**: For technical details, refer to the GitHub documentation or reach out to the MoveFlow team for assistance.

### 3. What are MoveFlow’s fees?

MoveFlow follows a transparent fee model, charging a **0.25% transaction fee** on every payment processed.

* Applies to all transactions, including token vesting, payroll, airdrops, and subscriptions.
* Fees are automatically deducted from the transaction amount.
* Specific fee structures may vary depending on the blockchain environment, so stay updated with our latest announcements.

### 4. Is MoveFlow compliant with regulations?

MoveFlow is designed as an open and auditable on-chain payment protocol, but compliance depends on the regulations of each user's jurisdiction.

* **Transparent and auditable smart contracts**: All transactions are verifiable on-chain, ensuring security and accountability in the DeFi ecosystem.
* **Users must comply with local laws**: Ensure that crypto payments and smart contracts are permitted in your region before using MoveFlow.
* **Future compliance expansion**: MoveFlow plans to collaborate with compliance service providers to introduce KYC/AML solutions and enhance regulatory compatibility.

### 5. What blockchains does MoveFlow support?

MoveFlow is currently deployed on **Aptos** and **EDU Chain**, with plans to expand to **Solana, Ethereum, Arbitrum, and BSC**.

* **Aptos Application**: [app.moveflow.xyz](https://app.moveflow.xyz)
* **EduChain Application**: [app.edu.moveflow.xyz](https://app.edu.moveflow.xyz)

### 6. Need support?

If you have any questions or require assistance, feel free to reach out through the following channels:

* **Telegram Community**: <https://t.me/moveflowofficial>
* **Twitter DMs**: <https://x.com/moveflowlabs_>
* **GitHub Issues**: <https://github.com/Move-Flow>


---

# 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://moveflow3.gitbook.io/moveflow-token-distribution-protocol/resources/faq.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.
