> For the complete documentation index, see [llms.txt](https://rumpel-docs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rumpel-docs.gitbook.io/docs/benefits-and-how-to-guides/selling-points/auto-sell.md).

# Auto-Sell

Auto-Sell is a trust-minimized service that automatically:

* Mints point tokens on your behalf
* Sells them into pToken Univ3 pools for USDC
* Deposits USDC directly to your wallet (the EOA that owns your Rumpel Wallet)
* And operates on a weekly schedule

At the core of the Auto-Sell service is an immutable Auto-Seller contract, allowing users to delegate the selling process of their accrued pTokens. To set a floor on point selling performance, users can optionally configure their preferences onchain, including minimum acceptable selling prices and recipient addresses. The operator of the Auto-Seller is trusted to assemble the batch and swap route correctly.

Auto-Seller has an onchain fee on USDC proceeds. It's currently 0.1% (default), but once Rumpel Labs gathers enough swap data, it will adjust it to a value that will cover its gas costs for initiating swaps.

**Users' principal assets are never exposed to any smart contract or admin risk —the Auto-Seller only has permission to mint point tokens on their behalf.**&#x20;

***

Auto-Sell will significantly streamline your experience as a point seller, creating consistent passive income with minimal effort.

If users don't enable Auto-Sell during the Rumpel Wallet deployment step, then can enable/disable it through the mint tab on <https://www.app.rumpel.xyz/>

<figure><img src="/files/6g1tIQFg42RKH3Xj83GE" alt=""><figcaption></figcaption></figure>


---

# 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://rumpel-docs.gitbook.io/docs/benefits-and-how-to-guides/selling-points/auto-sell.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.
