# 2. 计算控制模型

ComBoox公司股权及治理文件簿记系统（“<mark style="color:blue;">**系统**</mark>”）采用“<mark style="color:blue;">**有限状态机**</mark>”模型，模拟、控制股权交易及公司治理行为，具体来说：

<details>

<summary><strong>2.1 状态</strong></summary>

将股东名册、会议纪要等信息簿记在每一时刻所记录的信息内容视为其不同的<mark style="color:blue;">**状态**</mark>，用各类<mark style="color:blue;">**登记簿合约**</mark>来分别记录。

</details>

<details>

<summary><strong>2.2 转变过程</strong></summary>

将股权转让、股东会表决等股权交易活动或公司治理行为视为信息簿记在不同<mark style="color:blue;">**状态**</mark>之间的<mark style="color:blue;">**转变过程**</mark>，用<mark style="color:blue;">**管理人合约**</mark>来详细的定义并控制其行为主体、行动步骤、行权条件和行为结果。

![](/files/OCeEVfBs8eELTDKYdHlx)

</details>

<details>

<summary><strong>2.3 条件与流程</strong></summary>

将公司章程等组织法类文件中规定的表决规则、提名规则等公司治理规则，以及优先权、随售权、反稀释等股权交易规则，视为信息簿记状态转换过程中所需遵循的<mark style="color:blue;">**规则、条件和流程**</mark>，用<mark style="color:blue;">**股东协议合约**</mark>来定义各项规则的<mark style="color:blue;">**属性值、期限值**</mark>或<mark style="color:blue;">**条件判断阈值**</mark>，随时反馈<mark style="color:blue;">**管理人合约**</mark>在自动执行过程中的查询请求。

</details>

<details>

<summary><strong>2.4 写指令脚本</strong></summary>

将投资协议视为促使股权簿记状态发生转变的一系列写操作指令所构成的<mark style="color:blue;">**批处理程序**</mark>或<mark style="color:blue;">**脚本**</mark>，将其中约定的标的股权、当事方、数量、价格等交易要素视为写指令的输入参数，用<mark style="color:blue;">**投资协议合约**</mark>来定义，使之可在<mark style="color:blue;">**管理人合约**</mark>的控制下自动执行。

</details>


---

# 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/xi-tong-zong-shu/2.-ji-suan-kong-zhi-mo-xing.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.
