# Staking & Multi-Rewards

Staking, yield farming and many other strategies, are methods for earning passive income through staking liquidity tokens into vaults or farms. Yield farming promises a return (y(t)), commonly paid in one token.

For the particular case of **Pod**, vaults are called **PODs**, and yield farming returns are paid in several tokens (i.e., multi-rewards).&#x20;

The annualized yield depends on several factors including the rate of new reward tokens generated per block, the total redistributed rewards for staking (M(t)), and farm-specific multiplier (*mt*), the total liquidity staked in the farm (*staked, Lstaked,t*), and the price of the particular underlying asset (*Pu).* The creation rate of new rewards tokens is approximately 40 tokens every three seconds, leading to an annualized yield formula:

$$
y\_t = \left( \frac{365 \times 28,800 \times 40 \times m\_t}{M\_t} \right) \left( \frac{P\_{\text{u}, t}}{L\_{\text{staked}, t}} \right)
$$

On the other hand, if new reward tokens are being added as incentives during the current staking period, the aggregate multiplier does not equal the sum of all multipliers across all vaults. Additionally, it defines the realized farm yield between time $$t$$ and $$t+h$$ based on the change in the price of POD and the yield over that period, adjusted for a 365-day year.

$$
\frac{P\_{\text{u}, t+h}}{P\_{\text{u}, t}} \left( \sum\_{n=1}^{h} \frac{y\_{t+n-1}}{365} \right)
$$


---

# 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://pod-finance.gitbook.io/welcome-to-pod-finance/staking-and-multi-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.
