# 8. 発行後の管理（配当・IR）

#### 8.1 IR情報の更新

管理画面の「ダッシュボード」より、月次・年次の業績レポートをアップロードしてください。すべてのトークン保有者に通知されます。

#### 8.2 配当（分配）の実施

システムがトークンタイプに応じて分配額を計算します。

* **タイプAへの配当:**\
  入力した原資に基づき、保有口数に応じて配当額が計算されます（上限なし）。
* **タイプBへの配当:**\
  システムが「過去の配当累計額」を自動参照します。
  * **計算式:** `min(今回予定配当額, 出資額 - 既配当累計額)`
  * 今回配当することで累計額が出資額に達する場合、超過分はカットされ、出資額満額までの金額が支払われます。
  * 満額に達したトークンは「償還済み（配当完了）」ステータスとなり、次回以降の配当対象から自動的に除外されます。

***


---

# 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://docs.borderless.company/guidebook/dao-type/incorporated/8-noir.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.
