# 6 Neuron（神经元）和治理模式

作为一个去中心化的平台，对Internet Computer的配置和行为的所有更改均由称为网络神经系统（NNS）的管理机构控制。 NNS控制Internet Computer平台的许多方面，包括：

* 哪些数据中心提供商参与网络
* 数据中心提供商接受的节点的数量，位置和所有权
* 将节点分配给子网
* 是否允许升级Canister软件或管理服务

此外，只有管理机构的成员才能投票批准或拒绝升级Internet Computer副本或修改ICP协议的请求。

## 代币持有者的投票权

由于Internet Computer上的代币通常是流动性的，因此对于持有人而言，在治理目的上它们不能代表足够稳定的承诺。 为了提供负责任治理所需的稳定性，可以将代币锁定到神经元。 神经元代表许多ICP代币，这些代币在最短时间段（锁定期）内无法交换。

当一个人或组织在某个神经元中锁定了一定数量的ICP代币时，神经元持有者有权就治理问题进行投票，并有权根据锁定的ICP数量和锁定时间的长短按比例获得投票权。

Internet Computer跟踪锁定在神经元中的ICP代币的数量，并提供与管理ICP代币帐户余额一起进行表决所需的逻辑。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mixdao.gitbook.io/dfinity/er-ji-ben-gai-nian/6-neuron-shen-jing-yuan-he-zhi-li-mo-shi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
