Difference between revisions of "Tutorials for acquiring, managing, and staking ICP"

From Internet Computer Wiki
Jump to: navigation, search
 
(44 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Basic steps and concepts ==
+
__NUMBEREDHEADINGS__
 +
The governance of the Internet Computer depends on people staking their [[ICP Tokenomics | ICP token]] and voting on proposals. To do this, there are four steps. Each step has different sets of options (with trade-offs):
  
When someone says that they are staking within the Internet Computer, they mean they have created a **neuron with locked ICP**. To vote and to earn rewards, the neuron must have a lock-up period, a **dissolve delay**, greater than six months.
+
# Acquire ICP
 +
# Custody
 +
# Staking
 +
# Voting
  
To stake, these steps will not change, but the tools, commands, or methods you use may be different depending on your needs or software changes to tools.
+
This article is an entry point into these four topics. For a simple, opinionated tutorial that makes choices to maximize simplicity, see [[Staking for dummies]].
  
===To stake, there are three steps:===
+
==Acquire ICP==
  
1. Generate a **private key** to control your neuron
+
To get started, you first need to acquire ICP tokens. You can do this buying them in an exchange or by having someone you send you ICP.
2. Create a **neuron** with a **dissolve delay** and at least 1 locked ICP
 
3. *Optional*: Add more ICP to the Neuron (“top up the neuron”)
 
  
===Once you stake, you can do any of the following four activities:===
+
===Buy/Sell ICP at Exchanges===
 +
Please check coinmarketcap for a list of exchanges where you can buy/sell ICP
  
1. Set your neuron to vote by ***following*** other neurons
+
https://coinmarketcap.com/currencies/internet-computer/markets/
2. Collect your neuron’s ***rewards***
 
3. ***Dissolve*** your neuron to get the ICP locked inside
 
4. Become a vote leader: ***vote*** with your neuron
 
  
 +
===Seed Round Contributors===
  
== Options: Maximum ease or maximum control? ==
+
Seed round participants who wish to claim their neurons should first see: [[How-To: Claim neurons for seed participants]].
  
To stake, you have many options, each with different security and usability trade-offs. Choosing your setup is usually where people get most stuck.
+
==Custody==
  
Below is a summary of the range of options available to you depending on your comfort level.
+
Custody is the act of managing your ICP. There are many options, each with different security and usability trade-offs.  
<img src="../assets/images/want-max-control-of-keys.png" alt="drawing"/>
 
*Fig. 1: staking options*
 
  
Examples if you prefer to have a third party custody your keys.
+
For a summary of the range of options available to you depending on your comfort level, see [[ICP custody options]].
<img src="../assets/images/3rd-party-solutions.png" alt="drawing"/>
 
*Fig. 2: third party solutions*
 
  
Examples if you prefer to have maximum control of your keys.
+
==Staking==
<img src="../assets/images/self-custody-staking-options-2.png" alt="drawing"/>
 
*Fig. 3: self-custody staking options*
 
  
**This documentation is for people who choose self-custody.**
+
Once you decide on your custody, staking is the action of locking ICP within a [[neuron]] with a [[dissolve delay]]. [[Staking and voting]] are critical to [[Governance of the Internet Computer]].
  
 +
By staking you can vote on NNS Proposals and collect NNS rewards. There are many options for staking, each with different security and usability trade-offs. See [[ICP staking options]].
  
This chapter summarizes your self-custody options from **maximum ease** to **maximum control**.
+
==Voting==
  
* * *
+
Voting is the act of voting on [[NNS proposals]] using neurons. See [[ICP voting options]].
===Maximum Ease Option ===
 
  
Use [Internet Identity](https://medium.com/dfinity/internet-identity-the-end-of-usernames-and-passwords-ff45e4861bf7) with the [NNS frontend dapp](https://nns.ic0.app/)
+
==See Also==
 +
* '''The Internet Computer project website (hosted on the IC): [https://internetcomputer.org/ internetcomputer.org]'''
 +
* [[Governance of the Internet Computer]]
 +
* [[Staking and voting]]
 +
* [[Staking for dummies]]
  
Traits
+
==External links==
  
* Most convenient. Entirely web-based. No need to download or install anything.
+
* https://www.dfinitycommunity.com/best-exchanges-to-buy-icp/
* [NNS frontend dapp](https://nns.ic0.app/) has all the functionality you need
+
* https://medium.com/dfinity/the-community-led-governance-of-the-internet-computer-b863cd2975ba
* This is a very common method
+
* https://medium.com/dfinity/earn-substantial-voting-rewards-by-staking-in-the-network-nervous-system-7eb5cf988182
* Ideal for people who want to want the easiest path to control their ICP
+
* https://medium.com/dfinity/introducing-the-ledger-internet-computer-icp-app-for-nano-wallets-eed38c549f0d
 
 
If you choose this, go to [Chapter 3: Maximum Ease Staking Option](../docs/3-maximum-ease-staking-option)
 
 
 
* * *
 
===Maximum Control Option===
 
 
 
Use your `seed phrase` directly with a few options for self-custody tools.
 
 
 
Traits
 
 
 
* This option requires more technical understanding
 
* You have most control over your ICP.
 
* This is the *safest* option from a software point of view because you are relying on less software surface area, but it is the *riskiest* from a human point of view in that it puts the risk of your `seed phrase` and `private key` custody on you.
 
* Ideal for people who want as much control over their ICP as possible
 

Latest revision as of 17:28, 24 April 2023

The governance of the Internet Computer depends on people staking their ICP token and voting on proposals. To do this, there are four steps. Each step has different sets of options (with trade-offs):

  1. Acquire ICP
  2. Custody
  3. Staking
  4. Voting

This article is an entry point into these four topics. For a simple, opinionated tutorial that makes choices to maximize simplicity, see Staking for dummies.

1 Acquire ICP

To get started, you first need to acquire ICP tokens. You can do this buying them in an exchange or by having someone you send you ICP.

1.1 Buy/Sell ICP at Exchanges

Please check coinmarketcap for a list of exchanges where you can buy/sell ICP

https://coinmarketcap.com/currencies/internet-computer/markets/

1.2 Seed Round Contributors

Seed round participants who wish to claim their neurons should first see: How-To: Claim neurons for seed participants.

2 Custody

Custody is the act of managing your ICP. There are many options, each with different security and usability trade-offs.

For a summary of the range of options available to you depending on your comfort level, see ICP custody options.

3 Staking

Once you decide on your custody, staking is the action of locking ICP within a neuron with a dissolve delay. Staking and voting are critical to Governance of the Internet Computer.

By staking you can vote on NNS Proposals and collect NNS rewards. There are many options for staking, each with different security and usability trade-offs. See ICP staking options.

4 Voting

Voting is the act of voting on NNS proposals using neurons. See ICP voting options.

5 See Also

6 External links