Skip to content

Commit

Permalink
Update nns-dapp-confirm-following.mdx (#3957)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Jan 16, 2025
1 parent 25404d4 commit 0dfa5b0
Showing 1 changed file with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,34 @@ keywords: [beginner, governance, tutorial, nns]
import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
import '/src/components/CenterImages/center.scss';

# Periodic Neuron Following Confirmation
# Periodic neuron following confirmation

<MarkdownChipRow labels={["Beginner", "Governance", "Tutorial"]} />

<div class="text--center">
<p> </p>
</div>


The main idea of periodic confirmation of following is that in order to get rewards, governance participants have to remain active voters and regularly confirm their following settings. Neurons who set following once or were created with default following and then never interact with the NNS again get lower, adjusted voting rewards. To find more information about the feature and community discussions about it, please see the [blog post](https://medium.com/dfinity/onchain-governance-improvement-periodic-confirmation-of-following-4c8fd73f578d), [forum discussion](https://forum.dfinity.org/t/periodic-confirmation-design/34215), and the adopted [motion proposal](https://dashboard.internetcomputer.org/proposal/132411).
The main idea of periodic confirmation of following is that in order to get rewards, governance participants have to remain active voters and regularly confirm their following settings. Neurons that set following once or were created with default following and then never interacted with the NNS again get lower, adjusted voting rewards. To find more information about the feature and community discussions about it, please see the [blog post](https://medium.com/dfinity/onchain-governance-improvement-periodic-confirmation-of-following-4c8fd73f578d), [forum discussion](https://forum.dfinity.org/t/periodic-confirmation-design/34215), and the adopted [motion proposal](https://dashboard.internetcomputer.org/proposal/132411).

## Maximizing voting rewards

In order to keep your voting power and thus keep getting voting rewards, you need to take at least one of the following three actions once every 6 months for each of your neurons:
1. [Vote directly](https://internetcomputer.org/docs/current/developer-docs/daos/nns/using-the-nns-dapp/nns-dapp-voting-on-proposals)
2. [Set or edit following](https://internetcomputer.org/docs/current/developer-docs/daos/nns/using-the-nns-dapp/nns-dapp-following-other-neurons)
3. Confirm following
1. [Vote directly](https://internetcomputer.org/docs/current/developer-docs/daos/nns/using-the-nns-dapp/nns-dapp-voting-on-proposals).
2. [Set or edit following](https://internetcomputer.org/docs/current/developer-docs/daos/nns/using-the-nns-dapp/nns-dapp-following-other-neurons).
3. Confirm following.

:::info
Note that if you're following other neurons, you will only receive the maximum voting rewards if the neurons you follow vote on all proposals. To see how neurons vote, visit [vpGeek](https://f2djv-5aaaa-aaaah-qdbea-cai.raw.icp0.io/knownNeurons).
:::

## How to confirm neuron following

- **Step 1:** Sign into the [NNS dapp](https://nns.ic0.app/), navigate to **Neuron Staking** and click on **Internet Computer**. If you have neurons that are within 30 days of missing rewards, you will see a banner with a warning.
- **Step 1:** Sign into the [NNS dapp](https://nns.ic0.app/), navigate to **Neuron Staking**, and click on **Internet Computer**. If you have neurons that are within 30 days of missing rewards, you will see a banner with a warning.

![NNS Periodic Confirmation 1](../../_attachments/periodic-1.webp)

- **Step 2:** Click on **Confirm Following**, and you will be prompted with a modal window. Here, you can review following for all of your neurons. If you agree with your current following setup, you can click **Confirm Following** to apply to all neurons. Alternatively, clicking any of them will bring you to the **Neuron Details** page, where you can edit (or confirm) your following for a single neuron.
- **Step 2:** Click on **Confirm Following**, and you will be prompted with a modal window. Here, you can review the following for all of your neurons. If you agree with your current following setup, you can click **Confirm Following** to apply it to all neurons. Alternatively, clicking any of them will bring you to the **Neuron Details** page, where you can edit (or confirm) your following for a single neuron.

![NNS Periodic Confirmation 1](../../_attachments/periodic-2.webp)

Expand All @@ -49,4 +48,4 @@ Alternatively, you can:

![NNS Import Tokens 4](../../_attachments/periodic-4.webp)

Note that alternatively, you can vote on a proposal, which will reset the neuron inactivity timer for all neurons that voted, or edit your following.
Note that alternatively, you can vote on a proposal, which will reset the neuron inactivity timer for all neurons that voted, or edit your following.

0 comments on commit 0dfa5b0

Please sign in to comment.