> For the complete documentation index, see [llms.txt](https://docs.phuture.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phuture.finance/phuture-dao/ephtr-staking-via-etherscan.md).

# ePHTR Staking via Etherscan

For users who do not have access to our user interface you can stake and unstake directly through Etherscan using these instructions.

## Stake

1. **Approve the amount of PHTR you want to stake**\
   a) Go to <https://etherscan.io/token/0xe1fc4455f62a6e89476f1072530c20cf1a0622da#writeContract> and connect your wallet\
   b) Open the approve function and enter the address of the staking router (0x57136542BdC53aaf53bF519a6D28A6C8F7CEEB1c) into the spender field\
   c) Enter the exact amount of PHTR you want to stake including all decimal places into the amount field\
   d) Click the plus button and select 10^18\
   e) Click write and confirm the transaction in your wallet<br>

   <figure><img src="/files/7fcqWSyxGBYidCfsaVp1" alt=""><figcaption></figcaption></figure>

2. **Stake your PHTR** \
   a) Go to <https://etherscan.io/address/0x57136542BdC53aaf53bF519a6D28A6C8F7CEEB1c#writeContract> and connect your wallet\
   b) Open the stake function and enter the exact amount of PHTR you want to stake including all decimal places into the \_amount field\
   c) Click the plus button and select 10^18\
   d) Enter the wallet address that you are sending the transaction from into the \_account field\
   e) Click write and confirm the transaction in your wallet<br>

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

## Unstake

1. **Approve the amount of ePHTR you want to unstake**\
   a) Go to <https://etherscan.io/token/0x3b9805e163b3750e7f13a26b06f030f2d3b799f5#writeContract> and connect your wallet\
   b) Open the approve function and enter the address of the staking router (0x57136542BdC53aaf53bF519a6D28A6C8F7CEEB1c) into the spender field\
   c) Enter the exact amount of ePHTR you want to unstake including all decimal places into the amount field\
   d) Click the plus button and select 10^18\
   e) Click write and confirm the transaction in your wallet

   <figure><img src="/files/4H0oMN6dBSckAs5qcD5Y" alt=""><figcaption></figcaption></figure>
2. **Unstake your ePHTR**\
   a) Go to <https://etherscan.io/address/0x57136542BdC53aaf53bF519a6D28A6C8F7CEEB1c#writeContract> and connect your wallet\
   b) Open the unstake function and enter the exact amount of ePHTR you want to unstake including all decimal places into the \_value field \
   c) Click the plus button and select 10^18\
   d) Enter the wallet address that you are sending the transaction from into the \_account field\
   e) Click write and confirm the transaction in your wallet<br>

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


---

# 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.phuture.finance/phuture-dao/ephtr-staking-via-etherscan.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.
