# Token FAQ

<details>

<summary>How does the rewards contract work?</summary>

Our rewards contract is unique, in that any $PLS sent to it, will automatically be sent to our $BLSEYE holders

</details>

<details>

<summary>Why do you blacklist certain addresses lets from receiving rewards?</summary>

The main reason is we don't want the LP Contracts to receive rewards. \
\
The PLP contracts are not held by real users. It is just a liquidity contract. If those addresses received rewards, it dilutes the earnings for actual holders\
\
We need to maintain control of this in case any new PLPs pop up

</details>

<details>

<summary>Do LP providers earn token volume rewards?</summary>

No. However, they earn more from bot trades on top of LP passive.

</details>


---

# 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://bullseye-bot.gitbook.io/bullseyebot/the-bullseye-token/token-faq.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.
