# Approve extended stake

Our last step from the demo is to approve a request made by a node operator for **73,024** ETNY tokens from the total extended pool of **100,000** ETNY tokens. This action has to be done by the staker. We assume we are connected to the staking dApp already as shown in the [Connect wallet to dApp section](/staking-dapp/connect-wallet-to-dapp.md). We can see the node operator's request in the *Pending* section as shown below.

<figure><img src="/files/Yv4OKutAVq16LyQtXNmJ" alt=""><figcaption><p>Pending request details</p></figcaption></figure>

We are going to approve this request by clicking on the *Approve* button. A pop-ul will show up where we are going to confirm the *Reward wallet address* which was introduced when the extended staking pool was initially created.

<figure><img src="/files/DxBLsHG4UNIIvwT3eplS" alt=""><figcaption><p>Confirmation screen</p></figcaption></figure>

After clicking on the *Agree* button, we just have to confirm the MetaMask transaction as shown below.

<figure><img src="/files/x5BJectqLrCW0y2j7Liw" alt=""><figcaption><p>MetaMask confirmation screen</p></figcaption></figure>

After the transaction is submitted to the blockchain we can see it in the *Approved* section as shown below.

<figure><img src="/files/Pjiexob47gUJCj9t96wa" alt=""><figcaption><p>Approved staking request</p></figcaption></figure>

That's it! Now we have an active staking contract between a staker and a node operator.


---

# 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.ethernity.cloud/staking-dapp/extended-stake/approve-extended-stake.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.
