Difference between revisions of "Managing ICP holdings"

From Internet Computer Wiki Staging
Jump to: navigation, search
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Basic steps and concepts ==
+
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 with different sets of options):
  
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.
 
  
===To stake, there are three steps:===
+
This article is an entry point into these four topics.
  
1. Generate a **private key** to control your neuron
+
==Acquire 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:===
+
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. Set your neuron to vote by ***following*** other neurons
+
===Buy/Sell ICP at Exchanges===
2. Collect your neuron’s ***rewards***
+
You can buy/sell ICP at the following exchanges:
3. ***Dissolve*** your neuron to get the ICP locked inside
 
4. Become a vote leader: ***vote*** with your neuron
 
  
 +
* [https://www.coinbase.com/price/internet-computer Coinbase]
 +
* [https://www.binance.com/en/trade/ICP_USDT Binance]
 +
* [https://trading.bitfinex.com/t/ICP:USD?type=exchange Bitfinex]
 +
* [https://www.huobi.com/en-us/ Huobi Global]
 +
* [https://www.digifinex.com/en-ww/?t=1641583456 DigiFinex]
 +
* [https://www.okex.com/ OKEx]
 +
* [https://www.kucoin.com/ Kucoin]
 +
* [https://www.gate.io/ Gate.io]
 +
* [https://www.bitmart.com/ BitMart]
 +
* [https://coinlist.co/ CoinList]
 +
* [https://wazirx.com/ WazirX]
 +
* [https://www.bkex.com/ BKEX]
 +
* [https://www.coinex.com/ CoinEx]
 +
* [https://bilaxy.com/ Bilaxy]
 +
* [https://www.biki.com/en_US/ BiKi]
 +
* [https://www.hotbit.io/ Hotbit]
 +
* [https://www.zb.com/en/ ZB]
 +
* [https://www.bitladon.com/internet-computer Bitladon]
 +
* [https://hitbtc.com/icp-to-btc HitBTC]
  
== Options: Maximum ease or maximum control? ==
+
===Seed Round Contributors===
  
To stake, you have many options, each with different security and usability trade-offs. Choosing your setup is usually where people get most stuck.  
+
Seed round participants who wish to claim their neurons should first see: [[How-To: Claim neurons for seed participants]].
  
Below is a summary of the range of options available to you depending on your comfort level.
+
==Custody==
<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.
+
Custody is the act of managing your ICP. There are many options, each with different security and usability trade-offs.  
<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.
+
For a summary of the range of options available to you depending on your comfort level, see [[ICP custody options]].
<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.**
+
==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]].
  
This chapter summarizes your self-custody options from **maximum ease** to **maximum control**.
+
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]].
  
* * *
+
==Voting==
===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/)
+
Voting is the act of voting on [[NNS proposals]] using neurons. See [[ICP voting options]].
  
Traits
+
==See Also==
 +
* [[Governance of the Internet Computer]]
 +
* [[Staking and voting]]
  
* Most convenient. Entirely web-based. No need to download or install anything.
+
==External links==
* [NNS frontend dapp](https://nns.ic0.app/) has all the functionality you need
 
* This is a very common method
 
* Ideal for people who want to want the easiest path to control their ICP
 
  
If you choose this, go to [Chapter 3: Maximum Ease Staking Option](../docs/3-maximum-ease-staking-option)
+
* https://www.dfinitycommunity.com/best-exchanges-to-buy-icp/
 
+
* https://medium.com/dfinity/the-community-led-governance-of-the-internet-computer-b863cd2975ba
* * *
+
* https://medium.com/dfinity/earn-substantial-voting-rewards-by-staking-in-the-network-nervous-system-7eb5cf988182
===Maximum Control Option===
+
* https://medium.com/dfinity/introducing-the-ledger-internet-computer-icp-app-for-nano-wallets-eed38c549f0d
 
 
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 20:10, 19 January 2022

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 with different sets of options):

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


This article is an entry point into these four topics.

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.

Buy/Sell ICP at Exchanges

You can buy/sell ICP at the following exchanges:

Seed Round Contributors

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

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.

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.

Voting

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

See Also

External links