Skip to content

Commit

Permalink
Add incentive program section (#426)
Browse files Browse the repository at this point in the history
* add incentive program section

* fix caution
  • Loading branch information
pablomendezroyo authored Aug 6, 2024
1 parent df34868 commit 8aa2539
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
44 changes: 44 additions & 0 deletions docs/user/staking/gnosis-chain/incentive-program.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Gnosis Incentive Program

Gnosis Chain is a Proof of Stake blockchain that uses the GNO token for staking. The Gnosis incentive program rewards validators for their work in the network. It is designed to incentivize validators to participate and secure the network.

## 1. Set Up Your Gnosis Chain Node

Follow [these instructions](https://docs.dappnode.io/docs/user/staking/gnosis-chain/solo#1-install-the-necessary-packages-on-dappnode) to setup your Gnosis Chain node on Dappnode.

## 2. Get safe address

To participate in the Gnosis incentive program, you need to have a safe address. You should have received an email with the safe address. If you don't have it, please contact the Dappnode team.

The safe address will be controlled by both the Dappnode team and you. It will have a threshold of 2, meaning that both parties need to sign a transaction to execute it. The address will have an expiration time of 1 year.

:::tip
You can also use the [Gnosis deposit UI](https://deposit.gnosischain.com/) (Dappnode section) to visualize the safe address (withdrawal address) that must be used to generate the keys in step 3.
You must connect the wallet you specified while purchasing the Dappnode to the Gnosis deposit UI to see the safe address.
:::

## 3. Generate your validator keys

:::caution
It is mandatory to use the safe address you should have received in your email as the **withdrawal address**. If you don't have it, please contact the Dappnode team.
:::

:::caution
It is mandatory that you specify 3 as the number of validators when generating the keys. If you have participated in the Dappcon program, you should select 4 instead.
:::

To generate the validator keys, follow the steps detailed [here](https://docs.dappnode.io/docs/user/staking/gnosis-chain/solo#2-creating-validator-keys-for-gnosis-chain).

## 4. Submit deposit data

Once the validator keys are generated, you need to submit the deposit data to the [Gnosis deposit UI](https://deposit.gnosischain.com/) (dappnode section).

Dappnode will execute the submitted deposit for you.

:::info
Once dappnode executes the deposit data for you, you should receive an email letting you know that the deposit has been submitted and your validators are ready.
:::

## 5. Start validating

Once the deposit is submitted, you can start validating on the Gnosis Chain network. Remember to upload your keystores to the Web3Signer Gnosis package that you installed during step 1.
5 changes: 5 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ const sidebars = {
label: "Gnosis Solo Staking",
id: "user/staking/gnosis-chain/solo",
},
{
type: "doc",
label: "Gnosis Incentive Program",
id: "user/staking/gnosis-chain/incentive-program",
},
],
},
{
Expand Down

0 comments on commit 8aa2539

Please sign in to comment.