> For the complete documentation index, see [llms.txt](https://vent-finance.gitbook.io/vent-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vent-finance.gitbook.io/vent-finance/business-model/pricing.md).

# Monetization

VentUp can be monetized in various ways:

### Project Launches&#x20;

If a project is successfully funded on VentUp's launchpad, Vent Finance will charge a 5 - 10% success fee from the total funding and 1 - 3% of total tokens sold. The amount will vary depending on the scope of the project.

{% hint style="info" %}
If the funding was not successful, there will be no fees.&#x20;
{% endhint %}

Vent Finance strongly believes creators deserve to be sufficiently rewarded for building a great product. We're a platform that allows easy and secure purchase of tokens or crypto-assets from early-stage while supporting project creators with the necessary resources.&#x20;

|                          |                               |
| ------------------------ | ----------------------------- |
| **Launch Success**       | 5 - 10% of total Funds Raised |
| **Token Percentage Fee** | 1 - 3% of total Tokens Sold   |

### Third-Party Transactions&#x20;

VentCommerce will charge a 3,5% transaction fee for every transaction completed on the marketplace.&#x20;

{% hint style="info" %}
If the service was not completed, there will be no transaction fee.&#x20;
{% endhint %}

|                                 |                                      |
| ------------------------------- | ------------------------------------ |
| **Third-Party Transaction Fee** | 3,5% on all Third-Party Transactions |


---

# 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://vent-finance.gitbook.io/vent-finance/business-model/pricing.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.
