> For the complete documentation index, see [llms.txt](https://guide.derpbirds.io/derp-birds/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.derpbirds.io/derp-birds/ecosystem/the-derp-app/staking/how-to-stake.md).

# How to Stake

## 📋 How to Stake

* Navigate to the [Derp App](https://app.derpbirds.io/)
* Log in using your Discord account
* Connect a supported wallet(Eternl or Nami) to the app
* That's it! You're now staked and earning XP every epoch :partying\_face:

It may take 1-2 minutes for your NFTs to appear but you should see the NFTs from the connected wallet appear on the [Staking screen](https://app.derpbirds.io/staking/nft). You may connect as many wallets as you have, to view and manage your connected wallets visit the [wallet management screen](https://app.derpbirds.io/account/wallets)

## Partner Staking

* The same instructions from above will stake and Partner NFTs that you have in your connected wallet :partying\_face:
* If you have Partner NFTs they will appear on the [Partner NFTs tab](https://app.derpbirds.io/staking/partners) of the staking screen of the app

{% hint style="info" %}
You must have a Derp Bird(Legacy or 2.0) staked to your account to be able to earn XP for your Partner NFTs You can view how many Partner NFTs you have staked from the staking overview panel on the staking screen of the app:
{% endhint %}

<figure><img src="/files/A1dBwpGDfVTE1qqlZpSf" alt=""><figcaption></figcaption></figure>


---

# 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://guide.derpbirds.io/derp-birds/ecosystem/the-derp-app/staking/how-to-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.
