# Sensei Stake - Dashboard 🥷
###### tags: `Dashboard, SenseiStake`
This is a diagram of the process of creating an ETH2 Validator throught Sensei Node's Dashboard using a non-custodial solution called SenseiStake.
> Link: [Dashboard - SenseiStake](https://dashboard.senseinode.com/senseistake) [color=#3b75c6]
:::info
:pushpin: Want to learn more about SenseiStake? ➜ [SenseiStake Documentation](https://hackmd.io/kkwBTxAzRnKDWwtCxdF5MA)
:::
---
## Create a ETH2 Validator
- UML diagram
```sequence
Note left of User: User go to SenseiStake page
User->Dashboard: Click on Connect wallet button
Dashboard-->User: Shows connector options
Note left of User: Choose a connector option
User->Wallet: Connect wallet
Wallet-->Dashboard: Confirm wallet is connected
Dashboard-->User: Redirect User to the first step
Note left of User: User read the texts
User->Dashboard: Click on Stake button
Dashboard-->User: Redirect user to second step
Note left of User: User read the texts
User->Dashboard: Click on Stake button
Dashboard->Wallet: Prepare Contract Write
Wallet-->User: Ask to confirm the transaction
User->Wallet: Confirm the transaction
Wallet->Smart Contract: Create Contract
Smart Contract-->Dashboard: Return tx id
Dashboard-->User: Show a link to etherscan with the tx id
Smart Contract-->Dashboard: Confirm tx is success
Dashboard-->User: Redirect user to Success page
```