> For the complete documentation index, see [llms.txt](https://docs.butterswap.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.butterswap.me/products/pools/auto-butter-pools.md).

# Auto BUTTER Pool

If you stake BUTTER in the auto BUTTER pool, the earnings will be automagically harvested and restaked (compounded) for you with the help of the auto BUTTER bounty claimers. Whenever a bounty claimer successfully claims the bounty, he is also helping out by activating the auto BUTTER pool’s compounding function for everyone. The bounty is 0.05% of all auto BUTTER pool users pending yield.

With the help of the community, the APR is higher than the manual BUTTER pool. Different from the manual BUTTER pool, staking BUTTER in the auto BUTTER pool does not produce CREAM for you, so there is a tradeoff you need to consider.&#x20;

When you participate in auto BUTTER pool, similar to buying a fund from a bank, you are buying shares of the pool. The amount of shares will not change if you don't stake or unstake. However, the total BUTTER represented by these shares would increase , because the amount of BUTTER per share is continuously increasing with every automagical compounding operation.

2% of your total earning, a.k.a performance fee will be subtracted automatically from each yield harvest. By default, you should stake in the auto BUTTER pool for at least 7 days, and if you want to unstake earlier than that, there would be 0.2% of early withdrawal fee.

Both early withdrawal fee and performance fee will be charged in the form of BUTTER. 50% of these fees will be burned automatically. The remaining 50% will be sent to treasury account for community growth.


---

# 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.butterswap.me/products/pools/auto-butter-pools.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.
