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

# Sol-Incinerator API

Built for wallets, trading platforms, and automation systems that want to integrate cleanup natively into their products.

{% hint style="info" %}
[**→ Launch the API Dashboard**](https://api.dashboard.sol-incinerator.com/) Full authentication, endpoint references, and usage details live there.
{% endhint %}

***

### What You Can Do

* Close empty SPL token accounts
* Burn NFTs and compressed NFTs (cNFTs)
* Reclaim SOL rent deposits
* Automate wallet cleanup workflows
* Batch process accounts at scale

***

### Who It's For

* **Wallet providers** — surface reclaimable SOL to users
* **Trading bots** — auto-close residual accounts post-trade
* **DeFi platforms** — streamline post-transaction cleanup
* **NFT marketplaces** — burn unsold or spam assets on behalf of users
* **DAO treasury tools** — maintain clean on-chain states
* **Portfolio dashboards** — offer cleanup as a native feature
* **AI agents & automation frameworks** — integrate wallet cleanup into agent workflows via MCP and prebuilt Skills

***

### Why Integrate

As Solana wallets accumulate unused token accounts and spam assets, users unknowingly hold recoverable SOL locked in rent deposits. The Sol-Incinerator API enables platforms to:

* **Surface hidden SOL value** users didn't know they had
* **Improve wallet UX** by reducing on-chain clutter
* **Automate cleanup flows** without manual intervention
* **Increase user retention** through tangible, recurring utility

***

### MCP & Agent Skills

Sol-Incinerator supports the **Model Context Protocol (MCP)** and provides agent-compatible Skills, enabling autonomous systems to execute wallet cleanup as part of larger automated workflows.

This allows integration into AI wallets, agent frameworks, and multi-step execution pipelines.

***

### Access & Documentation

All endpoint references, authentication setup, rate limits, and usage examples are available in the API Dashboard.

[**→ Launch the API Dashboard**](https://api.dashboard.sol-incinerator.com/)


---

# 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.sol-incinerator.com/api/sol-incinerator-api.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.
