# Token Utility

### Project Access

Users stake VENT tokens in exchange for participating in new initial DEX offerings. A user can deposit X amount of VENT tokens to generate Y amount of points. These points are used to access new projects on our VentUp Launchpad. This system is known as the [Point Allocation System ](/vent-finance/vent-architecture/allocation-system.md)(PAS).

{% hint style="info" %}
The generation of points may vary due to: the number of VENT tokens staked by the user, the total number of VENT tokens staked, and the number of projects launching.&#x20;
{% endhint %}

### Funding Currency&#x20;

The VENT token is usable as a medium of exchange representing a standard of value, which is used to participate in fixed pools swaps on VentUp's Launchpad. Projects creators can choose to receive funding from investors in VENT. This reduced the success fee for VentUp. &#x20;

### Platform Governance&#x20;

VENT token holders can vote on proposed changes to our VentUp Launchpad. This includes voting on upcoming IDOs, new product features, ecosystem updates, or initiatives; anyone can submit a proposal and allow VENT token holders to vote.


---

# 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://vent-finance.gitbook.io/vent-finance/ventonomics/token-utility.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.
