> For the complete documentation index, see [llms.txt](https://phina-network.gitbook.io/phn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phina-network.gitbook.io/phn/staking.md).

# Staking

### **Introduction**

Staking is one of the core earning mechanisms within the **Phina Network ecosystem**. It allows PHN token holders to lock their assets into the network and earn passive rewards while actively supporting the security, liquidity, and stability of the platform.

***

### **How Staking Works**

* Users lock their **PHN tokens** into designated smart contracts for a specific duration.
* During the staking period, tokens remain secure and generate rewards based on the **staking pool APY (Annual Percentage Yield)**.
* Rewards are distributed in **PHN tokens** or paired assets (BNB/ETH, depending on the pool).

***

### **Staking Options**

1. **Flexible Staking**
   * Withdraw anytime without penalties.
   * Lower reward rates but provides liquidity freedom.
2. **Locked Staking**
   * Tokens are locked for a fixed duration (30, 60, 90, or 180 days).
   * Higher APY compared to flexible staking.
   * Bonus rewards for long-term participants.
3. **Liquidity Pool Staking (DeFi)**
   * Provide liquidity to PHN trading pairs (PHN/BNB, PHN/ETH).
   * Earn both transaction fees and PHN reward incentives.

***

### **Benefits of Staking**

* **Passive Income:** Holders earn while keeping assets safe.
* **Network Security:** Staked assets strengthen the blockchain’s integrity and transaction validation.
* **Long-Term Incentives:** Bonus rewards for loyal holders reduce sell pressure.
* **Community Growth:** Staking pools attract more participants, increasing token adoption.

***

### **Ecosystem Integration**

* **Phina PayCard:** Users can stake and directly use staking rewards for payments.
* **Gameverse & NFT:** Earn exclusive NFTs or in-game assets by joining staking campaigns.
* **Metaverse:** Stakers gain priority access to metaverse events, land sales, and airdrops.

***

### **Risk Awareness**

While staking provides earning opportunities, users should understand:

* Tokens are locked and may not be accessible during staking periods.
* Rewards are based on pool performance and may vary.
* Market volatility can affect the real-world value of PHN rewards.


---

# 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://phina-network.gitbook.io/phn/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.
