> For the complete documentation index, see [llms.txt](https://docs.ipor.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipor.io/dao-governance/tokenomics/usdipor-token-legacy/power-ipor.md).

# Power IPOR

Staked IPORStaked IPOR, or Power IPOR (pwIPOR), is an avenue to put a user's IPOR tokens to use.The IPOR token is intended to be precisely what it is - a token; Power IPOR, on the other hand, has been designed with greater functionality in mind.

#### Process of Staking <a href="#process-of-staking" id="process-of-staking"></a>

Staking IPOR to get Power IPOR (pwIPOR) is straightforward. Simply execute function `stake()` with IPOR tokens to receive a pwIPOR from the staking contract.

#### Non-transferability <a href="#non-transferability" id="non-transferability"></a>

Power IPOR can not be transferred. That is to enable simultaneous liquidity mining, voting, voting delegation, and possibly other uses that the IPOR DAO will develop.If you want to transfer Power Tokens, you need to unstake the tokens first and transfer IPOR tokens.

#### 1:1 Exchange Ratio <a href="#id-1-1-exchange-ratio" id="id-1-1-exchange-ratio"></a>

IPOR and pwIPOR tokens are exchangeable 1:1. Even if there is some yield generation on pwIPOR, such as what might take place in the case of a token buyback, tokens will still be convertible 1:1, and holders of pwIPOR will see a higher balance of staked IPOR tokens in their wallet.

#### Voting <a href="#voting" id="voting"></a>

The only way to vote for DAO proposals within the IPOR protocol is to get the Power IPOR tokens. An IPOR token on its own does not participate in voting.

#### Power IPOR Delegation <a href="#power-ipor-delegation" id="power-ipor-delegation"></a>

Specific uses, such as voting, can be delegated to another address. If you wish to delegate your Power IPOR to another address, you're free to do so. By transferring your voting power, you will not be able to vote; however, you can still use Power IPOR for other things, such as liquidity mining.

#### Unstaking <a href="#unstaking" id="unstaking"></a>

Unstaking your Power IPOR and converting it to an IPOR token requires a 14-day cool-off (Arbitrum: 30 days) period if you want to redeem it without fees. If you don't want to wait, a 50% fee is applied to your Power IPOR before it's converted and distributed to other Power IPOR holders.


---

# 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:

```
GET https://docs.ipor.io/dao-governance/tokenomics/usdipor-token-legacy/power-ipor.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.
