# Sell Bananas

Users can sell their bananas anytime to receive BNB rewards. However, selling more than 30% of their apes' value in a single transaction triggers a penalty to maintain sustainability.

The penalty mechanism works as follows:

* If a user sells 30% or less, they receive the full value of their bananas.
* If a user sells more than 30%, the fee triples, reducing the final payout.
* Selling bananas also reduces the number of hired apes proportionally to the bananas sold.

This means that frequent selling will gradually lower the user’s total apes, reducing future banana production. This system encourages strategic selling and long-term growth, ensuring the farm remains stable over time.


---

# Agent Instructions: 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:

```
GET https://apeescape.gitbook.io/apeescape/features/sell-bananas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
