# Minimum Position Value

Filter out smaller or less relevant token positions in your BONKbot portfolio by setting a **Minimum Position Value**. This helps you focus on significant holdings and maintain a cleaner, more organized view of your positions.

### How It Works

1. **Navigate to General Settings**
   * Access the *General Settings* in BONKbot.
2. **Adjust the Minimum Position Value**
   * Set a minimum value threshold (e.g., $0.001, $10).
   * Tokens with a position value below this threshold will be hidden from your portfolio view.

<figure><img src="/files/FASNGj9meWKboUriHjtS" alt=""><figcaption><p> Min Pos Value  is $0.001 by default</p></figcaption></figure>

<figure><img src="/files/u2sClA2na8ZKnC4LFVGv" alt=""><figcaption><p>Since Min Pos Value is not set, dust bags are shown with larger positions</p></figcaption></figure>

### Example with GIF:

In this example. Min Pos. Value is updated from $0.001 to $10 USD. Once this update has been made, positions worth less than $10 (in this case, just one position, $GOAT) are hidden.

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

### Why Hide Tokens?

* **Clutter-Free Portfolio:** Hide small or unwanted positions.
* **Focus on Key Holdings:** Highlight significant investments.
* **Customizable:** Adjust the threshold to suit your preference.


---

# 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://docs.bonkbot.io/bonkbot/settings/minimum-position-value.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.
