> For the complete documentation index, see [llms.txt](https://forforest.gitbook.io/for/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://forforest.gitbook.io/for/disclaimer/mian-ze-tiao-xiang.md).

# 免責条項

本ホワイトペーパーは、分散型生態系調整プロトコル「FoR」の設計思想、技術的構想、およびビジョンを共有することを唯一の目的として作成されたものです。内容の検討にあたっては、以下の条項を必ずご確認ください。

***

**1. 助言の不在と非勧誘性**

本ホワイトペーパーに記載された情報は、投資、法務、税務、財務、その他の専門的な助言を構成するものではありません。また、本ドキュメントのいかなる内容も、特定のトークン、デジタルアセット、またはその他の金融商品の売買を勧誘・提案するものではありません。

**2. 将来予測に関する不確実性**

本書には、FoRの発展、利用可能性、および将来の価値に関する記述が含まれていますが、これらはあくまで現時点での計画に基づく「予測」であり、その実現を保証または約束するものではありません。株式会社ACTANTは、自らの裁量により計画を変更する権利を留保します。また、プロジェクトの成功は、当社の管理外にある多様な外部要因（技術革新、市場動向、マクロ経済、規制環境など）に依存します。

**3. 重要なリスク要因**

FoRトークンの取得・保有・利用には、以下を含む（ただしこれらに限定されない）重大なリスクが伴います。

* **規制リスク：** 日本を含む各国の法規制、監督官庁の解釈変更、あるいは新たなライセンス制度の導入により、トークンの発行・流通・利用が大幅に制限、または禁止される可能性があります。
* **技術的リスク：** スマートコントラクトの脆弱性、サイバー攻撃、ブロックチェーン基盤の致命的な不具合、あるいはハードフォーク等の事象により、保有する資産が毀損、または永続的に消失するリスクがあります。
* **プロジェクト・運営リスク：** ロードマップに示された開発計画や数値目標は現時点での構想であり、技術的困難や資金不足、その他の理由により、計画の遅延や中止が発生する可能性があります。

**4. 情報の正確性と更新義務について**

FoRおよび株式会社ACTANTは、本ホワイトペーパーに記載された情報が将来にわたって正確であることを保証しません。また、状況の変化に応じて本ドキュメントの内容を随時アップデートする義務を負わず、事前の通知なく内容を変更する場合があります。将来の事象についての言及に過度な信頼を置かないようご注意ください。

**5. 自己責任の原則**

FoRプロジェクトへの参加やトークンの取得を検討される際は、ご自身の判断と責任において、必要に応じて弁護士、税理士、金融アドバイザー等の専門家に相談の上、意思決定を行ってください。本ホワイトペーパーの情報に基づいて行われたいかなる行為およびその結果についても、株式会社ACTANTおよびプロジェクト関係者は一切の責任を負いません。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://forforest.gitbook.io/for/disclaimer/mian-ze-tiao-xiang.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
