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