# 身份及身份识别

<mark style="color:blue;">**系统**</mark>的平稳安全运行及各项功能实现，严格依赖于对写操作的权限控制和写操作指令的路由控制，也就是对可能改变各智能合约状态的调用指令（“<mark style="color:blue;">**写指令**</mark>”），需要在处理前严格审核验证指令发出账户的身份和权限，同时严格控制每个智能合约自身发出的写指令所指向的目标合约地址及API接口，从“收、发”两个方向严格控制写指令的行进路径，从而确保整个系统的状态信息可按既定的商业法律逻辑有序更新。

系统中可能发生的写指令主要分为三大类：

1. <mark style="color:blue;">**系统配置类**</mark>：由外部账户触发，不直接导致法律后果的合同起草、系统配置行为；
2. <mark style="color:blue;">**法律行为类**</mark>：由外部账户触发，会产生直接法律后果的股权交易、公司治理行为；及
3. <mark style="color:blue;">**算法控制类**</mark>：被前两类写指令调用后，管理人合约根据系统预设算法有序发出的，可改变<mark style="color:blue;">**登记簿合约**</mark>、<mark style="color:blue;">**股东协议合约**</mark>、<mark style="color:blue;">**投资协议合约**</mark>等其他智能合约状态的写操作指令。

针对上述3类<mark style="color:blue;">**写指令**</mark>，系统按照其不同的行为性质、影响范围，综合采用不同的方法进行访问控制。

{% content-ref url="/pages/zdx39lpCmSktKVUGg0BR" %}
[角色及角色库](/whitepaper-cn/ji-shu-shou-ce/shen-fen-ji-shen-fen-shi-bie/jue-se-ji-jue-se-ku.md)
{% endcontent-ref %}

{% content-ref url="/pages/Yt1OmKn8iBpAU8FJqLNf" %}
[访问控制合约](/whitepaper-cn/ji-shu-shou-ce/shen-fen-ji-shen-fen-shi-bie/fang-wen-kong-zhi-he-yue.md)
{% endcontent-ref %}

{% content-ref url="/pages/S1EECdFWTm6Dw5Oeun9W" %}
[用户及用户库](/whitepaper-cn/ji-shu-shou-ce/shen-fen-ji-shen-fen-shi-bie/yong-hu-ji-yong-hu-ku.md)
{% endcontent-ref %}


---

# 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://comboox.gitbook.io/whitepaper-cn/ji-shu-shou-ce/shen-fen-ji-shen-fen-shi-bie.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.
