Skip to main content

Running a Vault

Get started with Vaults using our how-to guides

StakeWise V3 enables you to launch your own staking environment, called Vault, and keep the stake in the Vault liquid with osToken, a liquid staking token of StakeWise.

Vaults architecture can be used by solo stakers to access liquid staking, and by individuals and organizations to stake on their terms and offer liquid staking to others.

Use caseRecommended settings
Liquid solo staking16K ETH / 1K GNO capacity, 0% fee, no Vault token, Private Vault, and Smoothing Pool enabled
Community staking poolCapacity and fee according to the business plan, no Vault token, Public Vault, Smoothing Pool enabled
Liquid staking offered by a node operatorCapacity and fee according to the business plan, no Vault token, Private Vault for each customer, Smoothing Pool enabled/disabled based on compliance needs
Staking service with own LSTCapacity and fee according to the business plan, Vault token, Public Vault, Smoothing Pool enabled/disabled based on compliance needs
Staking service without LSTCapacity and fee according to the business plan, no Vault token, Public Vault, Smoothing Pool enabled/disabled, osToken access disabled

If you didn't find your use case for a Vault above, please reach out to the StakeWise team for a personal consultation.

Below you can explore the guides for launching and running a Vault with StakeWise.

Creating your Vault

A Vault is a customizable smart contract that can be deployed by anyone to stake their own capital and/or offer staking to others, all in a non-custodial way.

Each Vault is isolated from others and relies on its own set of validators to produce rewards on the consensus layer. However, a Vault may participate in MEV smoothing to avoid volatility in the execution layer earnings.

Staked ETH/GNO in any Vault can be made liquid by minting osETH/osGNO, a liquid staking token.

Read more about Vaults →

How to create a Vault

  1. Head to the Operate page in the StakeWise dApp and connect your wallet.

  2. Press on the Create Vault button.
  3. Configure your Vault by setting its parameters according to your needs and press Continue. These parameters cannot be changed in the future.

  4. Choose whether you would like to join a Smoothing Pool or collect only Personal MEV earnings and press Continue. This choice cannot be changed in the future.

  5. Add branding to your Vault by specifying the name, logo, and description of the Vault and press Continue.

  6. Review your choices in the Summary section and press Create Vault to deploy your Vault.

Granular LTV threshold setting for Vaults

StakeWise DAO has the capability to increase or decrease the osETH minting threshold based on any given Vault’s risk parameters. By default, Vaults can mint osETH for up to 90% of the value of their ETH stake, using their stake in the Vault as backing for the osETH token.

Certain DAO-approved Vaults are eligible for a 99.99% minting threshold (also known as LTV) for osETH. These Vaults must meet strict requirements set by the StakeWise DAO to ensure the highest standard of performance. Criteria include:

  • having at least 10k ETH staked,
  • charging a Vault fee of no more than 5%,
  • consistently ranking above the median performance for all stakers in the network,
  • using the latest version of Vaults,
  • and locking 5M SWISE in a DAO-controlled address as a bond that serves as collateral to cover any potential slashing losses.

Configuring StakeWise Operator Service

Each Vault requires a node operator, or a set of node operators, to stake the ETH/GNO deposited into the Vault, with each operator required to run StakeWise Operator Service. The service is designed to run seamlessly alongside any node setup, giving operators the freedom to run their preferred execution/consensus clients, MEV relay, and distributed validator technology. The Operator Service is responsible for the creation of validators and the distribution of validator exit messages to the Oracle Network, enabling the automatic exiting of validators when required.

Before validators can be created within a Vault, a deposit data file must be uploaded to the Vault. This file contains the pre-generated public validator keys from the operator(s), with the order of the validator keys in the file determining the order in which validators are created. A new deposit data file can be uploaded at any point in time to override any unused validator keys via the Vault settings, allowing new node operators to be easily added to the operator set.

Check out the full guide to getting your node connected to your Vault with StakeWise Operator Service and the Vault deposit data file. For more information on the role of Operator Service within StakeWise V3, visit here.