# Rewards

### 1. “How can I figure out what my future $ROCKET rewards will be from the Launchpad?”

Simplified example for a *non-debt phase*: say you have 1 $SROCKET staked out of 10 total $SROCKETs staked in Launchpad, so you will get 10% of the total $SROCKET emissions.&#x20;

So, for this example we are assuming that there is a total circulating supply of 10,000 $ROCKET, the current expansion rate is at 4%, and therefore 400 $ROCKET will be emitted. \
\
You would get ((0.04 *\* 10000) \** 0.85) \* (1/10) = 34 $ROCKET.\
\
With current regulations, this is the distribution breakdown:\
-85% of printed $ROCKET goes to $SROCKET stakers.\
-10% goes to DAO-fund.\
-5% goes to the devs with a 5 months vesting period.

Formula to calculate your rewards: ((ExpansionRate \* *Circulating*ROCKET*Supply)* \* 0.8) \* (YourSROCKETStake/TotalSROCKETStaked)

### 2. “How long will it take for $SROCKET to pay itself off from $ROCKET rewards, based on current prices?”

This will vary constantly as the APR in the boardroom fluctuates, along with other variables such as the price of $ROCKET.

&#x20;For a quick estimation, however, you can do the following:

&#x20;  1) Take the total APR shown in the Launchpadpl, and divide that by 365 to get the daily APR. (In this example, we will say the daily APR is 5%.) 

&#x20;2\) Multiply that daily APR by the current market price of the total $SROCKET you have staked to see what your daily rewards are.(In this example, we have 5 $SROCKET, each worth $500, for a total amount staked of $2500. Your daily return is $2500 \* .05, which comes out to $125/day.)

  3)Take your initial buy-in price for $SROCKETs, and divide it by your daily rewards. If you bought these 5 $SROCKET at a higher price of $700, for example, in the current market conditions you will recover your initial investment ($3500) in 3500/125 = 28 days.

### **3. “Does a higher TVL mean a higher APR?”**

The more TVL in the pool, the less APR (there's more people getting the same piece of the pie), but the higher the price of the reward (the pie) the higher the APR (better quality of pie). In other words, although the same rewards are diluted across more investors, if those rewards have a higher dollar value because of the increase in TVL, then it can actually lead to a higher APR as well.


---

# 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://rocketfi.gitbook.io/rocketfinance.xyz/faq/rewards.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.
