> 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/create-extended-stake.md).

# Create extended stake

First, we have to login as a staker on the staking dApp as shown in the [Connect wallet to dApp](/staking-dapp/connect-wallet-to-dapp.md) section. Please review it before continuing.

Once we are connected with the right wallet to the staking dApp we'll press the *NEW STAKE* button and choose the *Extended Staking* option as shown below.

<figure><img src="/files/aiUORLxRXAQOWk3xScaS" alt=""><figcaption><p>New staking pool</p></figcaption></figure>

In the picture above we are trying to create an extended staking pool for 24 months with the total staking amount of **100,000** ETNY tokens with a reward split of 50/50 between the staker and the node operator. Note that we are not using the Node wallet address so that this staking pool will be shown on the Marketplace. Also, we are not going to pre-approve it as we will do that in the [Approve extended stake](/staking-dapp/extended-stake/approve-extended-stake.md) section and the extended staking pool must be split between multiple node operators in order for it to get fully allocated (e.g. first operator will take **60,000** ETNY tokens and the second one will apply for the remaining of **40,000** ETNY tokens)

After we are happy with our selection, we are going to press the *Review Stake* button in order to continue. Next step would be to confirm our selection as shown below.

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

Clicking on the *Agree* button will take us is to the MetaMask confirmation screen where we would need to *Confirm* the transaction as shown below.

<figure><img src="/files/7QjXTlWoSeCQHMvq2XDA" alt=""><figcaption><p>Confirm transaction</p></figcaption></figure>

Once *Confirmed* we can see our newly created staking pool in the *Pending* section as shown below.

<figure><img src="/files/3A0qoZk23Db0xOwqC0RT" alt=""><figcaption><p>Newly created staking pool</p></figcaption></figure>

We can also go to the *Details* section and see additional info.

<figure><img src="/files/lgHSRxXtZUrZLM8eGUJZ" alt=""><figcaption><p>Extended staking pool Details section</p></figcaption></figure>

Now that the extended staking pool has been created, we will be applying for a section of it using a node operator. Head to the next section to find out how. &#x20;


---

# 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/create-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.
