> 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.md).

# Staking dApp

- [Intro](https://docs.ethernity.cloud/staking-dapp/intro.md): Welcome to Ethernity CLOUD's staking dApp
- [Node address and private key](https://docs.ethernity.cloud/staking-dapp/node-address-and-private-key.md): How to get node wallet address and wallet private key as an operator
- [Import private key](https://docs.ethernity.cloud/staking-dapp/import-private-key.md): How to import private key in MetaMask
- [Connect wallet to dApp](https://docs.ethernity.cloud/staking-dapp/connect-wallet-to-dapp.md)
- [Change connected wallet](https://docs.ethernity.cloud/staking-dapp/change-connected-wallet.md): How to connect a new wallet in MetaMask
- [Disconnect wallet address](https://docs.ethernity.cloud/staking-dapp/change-connected-wallet/disconnect-wallet-address.md): How to disconnect a connected wallet address
- [Staking dApp homepage](https://docs.ethernity.cloud/staking-dapp/staking-dapp-homepage.md): Homepage elements and options
- [Account](https://docs.ethernity.cloud/staking-dapp/staking-dapp-homepage/account.md)
- [Pending](https://docs.ethernity.cloud/staking-dapp/staking-dapp-homepage/pending.md)
- [Approved](https://docs.ethernity.cloud/staking-dapp/staking-dapp-homepage/approved.md)
- [Terminated](https://docs.ethernity.cloud/staking-dapp/staking-dapp-homepage/terminated.md)
- [Marketplace](https://docs.ethernity.cloud/staking-dapp/staking-dapp-homepage/marketplace.md): Matching stakers with node operators
- [Base stake](https://docs.ethernity.cloud/staking-dapp/base-stake.md): How to create a base stake
- [Create base stake](https://docs.ethernity.cloud/staking-dapp/base-stake/create-base-stake.md): How to create a base stake pool
- [Approve base stake](https://docs.ethernity.cloud/staking-dapp/base-stake/approve-base-stake.md): How to approve a base stake
- [Extended stake](https://docs.ethernity.cloud/staking-dapp/extended-stake.md): How to create an extended stake
- [Create extended stake](https://docs.ethernity.cloud/staking-dapp/extended-stake/create-extended-stake.md): How to create an extended stake pool
- [Apply for an extended stake](https://docs.ethernity.cloud/staking-dapp/extended-stake/apply-for-an-extended-stake.md): Node operator applies for an extended stake
- [Approve extended stake](https://docs.ethernity.cloud/staking-dapp/extended-stake/approve-extended-stake.md): A staker approves an extended stake request from a node operator
- [Open Beta Staking dApp](https://docs.ethernity.cloud/staking-dapp/open-beta-staking-dapp.md): Steps necessary to start testing the staking dApp


---

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