> 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/solvenger-documentation.md).

# 🚀 Solvenger Documentation

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

## Overview <a href="#overview" id="overview"></a>

**Solvenger** is a comprehensive Solana token management platform designed for users, DAOs, and developers who want to optimize their wallet performance and operations. Whether you're reclaiming rent, cleaning up spam, managing vesting schedules, or locking tokens securely — Solvenger gives you the tools.

### **Key Features**

#### **1. Wallet Scanning & Rent Recovery**

* Instantly scan your Solana wallet for empty token accounts and reclaim the rent (SOL) locked in them.
* A 10% fee is applied and sent to the fee wallet.
* See a clean breakdown of how much SOL is recoverable.

#### **2. Token & NFT Burning**

* Burn unwanted or spam tokens and NFTs.
* Save rent by closing the token accounts in a single batch operation.

#### **3. Token Locks & Vesting**

* Lock tokens to prevent transfers until a specific unlock date.
* Set up vesting schedules: cliff, linear, or step-based.
* Beneficiaries can claim vested tokens over time.
* Token owners can revoke if vesting is set as revocable.

#### **4. Bulk Operations**

* Manage multiple wallets via private key input (for advanced users).
* Perform mass cleanup, burn, or rent recovery across wallets.

#### **5. Phantom Integration & Real-time Sync**

* All transactions are signed with Phantom.
* Realtime updates reflect changes after each operation.


---

# 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/solvenger-documentation.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.
