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

# Tokenomics

### 🧭 Introduction <a href="#introduction" id="introduction"></a>

**Solvenger** is an all-in-one Solana token management platform, built to help users take full control of their wallets. From reclaiming lost rent on empty accounts to managing token locks, vesting schedules, and spam cleanup — Solvenger gives you powerful tools typically reserved for advanced users or dev teams.

Whether you're an investor, DAO, project founder, or just someone looking to optimize their wallet, Solvenger is your Solana control panel.

***

### 🪙 $VENG Token <a href="#usdveng-token" id="usdveng-token"></a>

The $VENG token is the native utility token powering Solvenger. It rewards users, enhances platform utility, and supports long-term growth through community ownership and platform revenue sharing.

**Token Address:** *(to be added)* **Supply:** 1,000,000,000 (1B) $VENG tokens — fully tradeable at launch

#### 🎯 Utility <a href="#utility" id="utility"></a>

* **50% Lower Fees** for all token holders
* **50% of Website Revenue** distributed among top holders (min. 100K tokens)
* Revenue is distributed **daily at 12pm UTC**

***

### 🔄 Revenue Model <a href="#revenue-model" id="revenue-model"></a>

Solvenger collects platform fees from the following:

* ✅ Rent Claim Operations
* 🔥 Token & NFT Burns
* ⛓️ Token Locks
* 📈 Vesting Schedules
* ...and upcoming premium features

**Fee Wallet:** `DHFvuPUG3nDbdr2uHwVGuEqSjwdL4iC6ESAErYAwhV2K`

***

### 📊 Token Distribution <a href="#token-distribution" id="token-distribution"></a>

* **100% Circulating Supply:** Distributed to the community at launch to encourage open participation and fair access.

***

### 🔐 Transaction Transparency <a href="#transaction-transparency" id="transaction-transparency"></a>

All fees are collected and routed through the public fee wallet above. Future features such as on-chain voting and governance will allow $VENG holders to vote on how funds are spent or locked.


---

# 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://solvenger.gitbook.io/solvenger-docs/tokenomics.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.
