# How to stake

This guide walks you through the full process of staking **STRK tokens** on Starknet using the official staking dashboard. No prior staking experience required.

#### Step 1. Prepare a Starknet Wallet

To stake STRK, you need a Starknet-compatible wallet.\
Supported wallets include **Braavos** and **Ready Wallet**.

{% embed url="<https://www.ready.co/ready-wallet>" fullWidth="true" %}
**Ready Wallet**
{% endembed %}

{% embed url="<https://braavos.app/>" %}
**Braavos**
{% endembed %}

Make sure:

* Your wallet is installed (browser or mobile)
* You have STRK tokens on Starknet

#### Step 2. Open the Starknet Staking Dashboard Endur

Go to the official staking interface:

{% embed url="<https://dashboard.endur.fi/>" %}

Click **Connect Wallet** in the top-right corner and approve the connection in your wallet.

<div align="center" data-full-width="true"><figure><img src="/files/9CGSMaSp9C2Z7qUGVntD" alt=""><figcaption></figcaption></figure></div>

#### Step 3. Explore Validators

After connecting, open the **Validators** tab.

Here you can see:

* List of active validators
* APR
* Commission rate
* Uptime and performance
* Total stake

Choose a validator you trust and want to support.

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

#### Step 4. Open Validator Details

Click on the selected validator to open the **Validator Details** page.

Here you’ll find:

* Total stake delegated
* Validator commission
* Historical performance
* Stake distribution

When ready, click **Stake**.

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

#### Step 5. Enter Stake Amount

In the staking form:

* Select **STRK**
* Enter the amount you want to stake
* Review estimated APR and rewards

Once everything looks correct, click **Stake**.

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

#### Step 6. Confirm the Transaction

Your wallet will open a transaction confirmation window.

Review:

* Amount
* Network fee
* Contract interaction

Click **Confirm** and wait for the transaction to be finalized on Starknet.

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

#### Step 7. Check Your Portfolio

After confirmation, go to the **Portfolio** tab.

Here you can see:

* Your active delegation
* Staked amount
* Pending and claimable rewards
* Validator details

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

Congratulations 🎉 You are now staking STRK and contributing to Starknet network security.

## Add Video Guide (YouTube)

#### Prefer watching instead of reading?

I’ve also recorded a **step-by-step video guide** showing the full STRK staking process on Starknet in real time.

In the video, you’ll see:

* Wallet connection
* Validator selection
* Staking STRK
* Transaction confirmation
* Portfolio and rewards overview

👉 **Watch the full video guide here:**\
[\[YouTube link\]](https://youtu.be/I6h5cqBHZKQ?si=i7t-Eketmgs17Sus)

You can follow the video alongside this article or use it as a standalone walkthrough.


---

# 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://service.block-pro.net/mainnet/starknet/guides/how-to-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.
