# Crypto Fund Distribution Business Proces

<figure><img src="/files/Sc9bvF4E7CcwG1ddOQbk" alt=""><figcaption></figcaption></figure>

1. Obtain operating license: Depending on the location/regulatory requirements of fund distribution, different licenses are involved. For example, Hong Kong, which has a higher compliance threshold, must apply for a special virtual asset management and fund distribution license from SFC, while offshore regions such as Cayman Islands and BVI become popular choices for funds due to relatively low compliance threshold, and are generally handed over to professional fund administration and law firms as agents Application. Or create an open and transparent fund through a smart contract.
2. Determine the fund elements: Similar to traditional finance, the fund contract is made according to the regulatory requirements: including the fund's investment scope, investment strategy, opening frequency, relevant fees such as management fees, performance compensation accrual method and accrual ratio, etc.
3. Raising funds: The mainstream cryptocurrency funds are generally USD-based funds (the currency used to calculate the net value of the fund is USD), but the specific subscription funds can be legal tender, stable coins USDT/USDC, or even cryptocurrencies with better liquidity such as bitcoin and ethereum. The funds raised will be deposited in an escrow account ([Vitatoken](https://www.vitatoken.io/en-US/home) cooperates with UnionBank and the funds are escrowed by the bank).
4. Day-to-day operations: Mainly including redemption management, trading, risk monitoring, dividend and fee accrual, and compliance reporting.
5. Fund termination: Similar to daily redemption management, fund termination includes liquidation of investors' shares and funds, and withdrawal. Settlement of transactions and custody accounts.


---

# 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://academy.vitatoken.io/en/lessons/crypto-fund-distribution-business-proces.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.
