> For the complete documentation index, see [llms.txt](https://docs.xpet.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xpet.tech/economic/staking.md).

# Staking

Staking in xPet.Tech is a powerful mechanism that allows users to put their BPET tokens to work and earn additional BPET interest.

**Stake BPET Tokens:**

Staking involves the process of locking in a certain amount of BPET tokens. This action signifies your commitment to holding and growing your BPET holdings over a specific period.

**Earning BPET Interest:**

By staking your BPET tokens, you become eligible to earn BPET interest. This means that you'll receive additional BPET tokens as a reward for holding onto your existing BPET assets.

<figure><img src="/files/RTCRwqXm5HGKAU30Ly2K" alt=""><figcaption></figcaption></figure>

**Duration and Interest Rates:**

The duration for which you choose to stake your BPET tokens directly impacts the interest rates you'll receive. Specifically, staking periods of 30, 60, and 120 days correspond to Annual Percentage Rates (APRs) of 20%, 40%, and 60%, respectively.

| Duration (Days) | APR (Interest Rate) |
| --------------- | ------------------- |
| 30              | 20%                 |
| 60              | 40%                 |
| 120             | 60%                 |

Opting for longer staking periods offers higher APRs, providing users with an incentive to commit to holding their BPET tokens for extended durations

**Flexibility in Staking Durations:**

Users have the flexibility to choose the staking duration that aligns best with their preferences and strategy. Whether it's a short-term commitment or a longer-term approach, xPet.Tech accommodates various timeframes.

{% hint style="info" %}
You're able to claim your $BPET reward before the staking duration concludes. Yet, for the initially staked funds, you'll need to wait until the designated time period has elapsed before claiming them. This allows for flexibility in accessing rewards while ensuring the integrity of the staking process.
{% endhint %}

Staking in xPet.Tech is a strategic way to maximize the potential growth of your BPET holdings. By staking for specific durations, you're able to earn BPET interest at competitive rates. This feature empowers users to actively participate in the growth of their BPET assets and enhance their overall experience within the xPet.Tech ecosystem.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.xpet.tech/economic/staking.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
