# Prize Pool Calculation

The Bonds prize pool is funded by:

* A portion of the tax collected on every transaction of RDTN tokens,
* Returns from DAO investments, and&#x20;
* Unclaimed prize amounts from unwon lottery pools.&#x20;

Specifically, a certain percentage of the 3% tax collected on every transaction will be allocated to the prize pool, along with any unclaimed prizes from unwon lottery pools and returns from the DAO's investment portfolio.

To calculate the prize pool for each bond issuance, we use the following formula:

*<mark style="color:green;">**PC = (TC × P%) / 100 + RC + IC**</mark>*

Where:

<mark style="color:green;">**PC**</mark> = prize pool for the bond issuance

<mark style="color:green;">**TC**</mark> = total RDTN transaction volume during the bond period

<mark style="color:green;">**P%**</mark> = percentage of transaction tax allocated to prize pool (i.e. 15%)

<mark style="color:green;">**RC**</mark> = unclaimed prize amounts from previous bond issuances

<mark style="color:green;">**IC**</mark> = returns from the DAO's investment portfolio

<br>


---

# 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.redemptiontoken.com/how-to-earn/redemption-bonds/technical-specifications/prize-pool-calculation.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.
