> For the complete documentation index, see [llms.txt](https://docs.ethernity.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ethernity.cloud/staking-dapp/extended-stake/apply-for-an-extended-stake.md).

# Apply for an extended stake

A node operator with an active base stake can and should apply for an extended stake pool to maximize gains. In order to do that the node operator needs to connect the node wallet address to the staking dApp. Please see sections [Node address and private key](/staking-dapp/node-address-and-private-key.md), [Import private key](/staking-dapp/import-private-key.md) and [Connect wallet to dApp](/staking-dapp/connect-wallet-to-dapp.md) for instructions on how to perform all these tasks.

Once we have our node wallet address connected to the staking dApp we have to browse the marketplace in order to find an extended stake pool which we could apply. In the picture below we can see the **100,000** ETNY tokens extended pool which was created in the previous step. We will apply with the maximum of **73,024** ETNY left available on the node. (*base stake* **1,976** + *extended stake* **73,024** = **75,000** ETNY maximum allowed on a node)

<figure><img src="/files/LsPGD2GRbAWb1R0vQKPJ" alt=""><figcaption><p>Select <em>Marketplace</em> and click the <em>Apply</em> button</p></figcaption></figure>

After the *Apply* button is clicked, we would need to *confirm* our selection and to instruct the *staking dApp* where to send the *rewards* to. *Node wallet address* is the *current wallet* connected to the *staking dApp*. The *node operator* would need to *indicate* where the rewards are sent by filling the *Reward wallet address* field.

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

Once the Agree button is pressed, we just need to confirm the MetaMask transaction as shown below.

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

We have to wait a few seconds for the transaction to go through and then will be able to see that we applied for this extended staking pool as shown in the picture below.

<figure><img src="/files/LijBjMVeS5gaGs6XM9qS" alt=""><figcaption><p>Details</p></figcaption></figure>

Now, we need to wait for the staker to approve our request. This is demonstrated in the next section.


---

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