> For the complete documentation index, see [llms.txt](https://docs.earnpark.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.earnpark.com/business-whitepaper/problems-and-solutions/business-model.md).

# Business Model

Our revenue model is clear and straightforward. We have three main revenue categories:

1. **Management and performance fees**\
   By providing investment solutions to the community, we receive a fair share of management and performance fees. These fees are directly tied to the returns generated for users, ensuring that both parties benefit from successful strategies.
2. **Transaction fees**\
   By offering investment services, we will earn transaction fees on activities such as the purchase and exchange of cryptocurrencies. This revenue stream has yet to be implemented.
3. **Financial products**\
   In the future, we plan to introduce various proprietary fintech products as part of the launch of our web3 product for everyday use. One of the first additional products will be lending.

<table data-header-hidden><thead><tr><th width="118"></th><th width="108"></th><th width="115"></th><th width="121"></th><th width="136"></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>EarnPark</td><td>2024</td><td>2025</td><td>2026</td><td>2027</td><td>2028</td><td><br></td></tr><tr><td>Uniq Users</td><td>130,356</td><td>323,795</td><td>802,671</td><td>2,733,092</td><td>8,544,241</td><td><br></td></tr><tr><td>Uniq Regs</td><td>12,649</td><td>62,909</td><td>142,815</td><td>355,995</td><td>951,128</td><td><br></td></tr><tr><td>Uniq Clients</td><td>2,056</td><td>5,100</td><td>12,642</td><td>57,395</td><td>134,572</td><td><br></td></tr><tr><td>TVL / AUM</td><td>14,472,185</td><td>40,445,164</td><td>104,331,263</td><td>394,233,906</td><td>1,074,096,996</td><td><br></td></tr><tr><td>Revenue</td><td>569,889</td><td>2,928,623</td><td>8,506,753</td><td>29,403,717</td><td>88,669,432</td><td><br></td></tr><tr><td>ARR</td><td>911,749</td><td>4,588,348</td><td>12,697,863</td><td>47,883,345</td><td>131,882,247</td><td><br></td></tr></tbody></table>

To forecast these revenues, we utilized a simple statistical model and a growth projection based on earnings from investment strategies and performance fees.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.earnpark.com/business-whitepaper/problems-and-solutions/business-model.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
