# PLOT Pool

## Which tokens can I use to participate in the staking program?

You can participate in the staking program using any of the following tokens:

1. PLOT
2. WMATIC
3. USDC
4. USDT
5. DAI
6. WETH

If you’re participating using any non-PLOT token, your funds will first be swapped for PLOT from QuickSwap in the background, and then staked in the pool.

Hence, when you unstake, you’ll get back your stake amount in the form of PLOT, in addition to the WMATIC and bPLOT rewards.

## How are my rewards calculated?

* The program has a daily budget WMATIC and bPLOT that it distributes to all the stakers in the pool
* The daily budget depends on the amount of PLOT staked in the pool
  * We want to encourage staking and have gamified the program by introducing Reward Boosters. Typically in most staking programs, the APY dries up as more people stake. However, in this program thanks to Reward Boosters, that wouldn’t happen. See table below

|                        |                                 |                                 |                                  |
| ---------------------- | ------------------------------- | ------------------------------- | -------------------------------- |
| **Total $PLOT Staked** | **Minimum Rewards per day**     | **Reward Boosters per day**     | **Total Rewards per day**        |
| **Less than 10M**      | <p>500 MATIC<br>5,000 bPLOT</p> | N.A                             | <p>500 MATIC<br>5,000 bPLOT</p>  |
| **Between 10-15M**     | <p>500 MATIC<br>5,000 bPLOT</p> | <p>100 MATIC<br>5,000 bPLOT</p> | <p>600 MATIC<br>10,000 bPLOT</p> |
| **Between 15-20M**     | <p>500 MATIC<br>5,000 bPLOT</p> | <p>250 MATIC<br>5,000 bPLOT</p> | <p>750 MATIC<br>10,000 bPLOT</p> |

* These rewards are distributed to all the stakers every second
* Your rewards are calculated based on your pool share
* For example,
  * Assume that you staked 100,000 PLOT and that the total PLOT staked is 1,500,000.&#x20;
  * You now own 6.67% of the staking pool.&#x20;
  * If $3000 are distributed as rewards per day, you will earn 6.67% of $3000 i.e. $200 per day.&#x20;
* Since your rewards are accrued every second, you can claim them anytime you like

## Is there any cap on how much I can stake in the pool?

The pool has a maximum total size of 20 million PLOT. This means that you won’t be able to participate in the staking program and earn WMATIC and bPLOT rewards once the total amount staked in the pool reaches 20 million PLOT.

## How soon can I unstake my funds after staking?

You can only unstake 30 days after your latest staking transaction.

For example, if you staked 20,000 PLOT at 1 PM UTC, 17 Jan 2022, then you will be able to unstake that amount at or after 1 PM UTC, 16 Feb 2022.

Now, let’s say that you staked 10,000 PLOT more at 1 PM UTC, 27 Jan 2022. This would mean that you will now be able to unstake the full stake amount (30,000 PLOT) at or after 1 PM UTC, 26 Feb 2022. That is 30 days after your latest stake transaction.

## Where can I buy $PLOT?

Decentralized Swaps

* [Uniswap](https://app.uniswap.org/#/swap?outputCurrency=0x72F020f8f3E8fd9382705723Cd26380f8D0c66Bb) on Ethereum
* [QuickSwap](https://quickswap.exchange/#/swap?outputCurrency=0xe82808eaA78339b06a691fd92E1Be79671cAd8D3) on Polygon

Centralized Exchanges

* [AscendEX](https://ascendex.com/en/basic/cashtrade-spottrading/usdt/plot)

Fiat

* [Guide here](https://docs.plotx.io/getting-started/buying-crypto-on-polygon-with-fiat-currencies)

## What is bPLOT?

* bPLOTs are wrapped PLOT tokens that have the same value as PLOT
* bPLOT can be used to make predictions about future crypto prices on PlotX
* Every correct prediction made with bPLOT gives back the prediction amount plus a reward in PLOT
* Note - You cannot transfer bPLOT between wallets or swap it for other tokens

## How to use my bPLOT rewards?

Using your bPLOT rewards, you can make predictions about future crypto prices and earn rewards every hour. The process of making a prediction is very simple and can be divided into 4 steps:

1. Select a cryptocurrency whose price you can predict
2. Select the Market Cycle
3. Choose a prediction option
4. Complete the prediction transaction

You can find more details about these steps in this [guide](https://docs.plotx.io/getting-started/how-to-predict-and-win).

## What are the contract addresses for $PLOT?

Ethereum Mainnet: [0x72f020f8f3e8fd9382705723cd26380f8d0c66bb](https://etherscan.io/token/0x72f020f8f3e8fd9382705723cd26380f8d0c66bb)

Polygon Mainnet: [0xe82808eaA78339b06a691fd92E1Be79671cAd8D3](https://explorer-mainnet.maticvigil.com/address/0xe82808eaA78339b06a691fd92E1Be79671cAd8D3/transactions)

## $PLOT tokenomics

$PLOT tokenomics can be found in this [sheet](https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vSlOUeIJ_rdqlEb79ZxTamG4iptDu6JbbAZleHmYryWHg2Ukdd2y-gsYRM-v5lPMX-TTuilsLjvvnqz/pubhtml).


---

# 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://plotx.gitbook.io/plotx-v2-wiki/stake/plot-pool.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.
