On the network we are building

機関向けオペレーティングシステム、
また一つのプラットフォームではありません。

Web3 Capital Networkは、Web3とAIエコノミーのためのビジネスネットワークレイヤーです — リソースと実行が出会い、成果とプルーフが出会い、将来の決済が実際に起きたことまで遡れる場所です。

Wiki第1章も同じ考え方を示しています。WCNは「チェーンを立ち上げて祈る」ことから始まりません。実在する参加者・タスク・エビデンスを整理し、そのうえでアイデンティティ・資産・決済を検証可能な履歴に接続します。

№ 01定義

WCN とは何か — そしてそれだけではないもの

プロジェクト紹介と境界の章に沿い、まず建設的な定義を示し、下流を歪める六つの繰り返し誤解を先に取り除きます。

WCNとは

資本、リソース、実行、プルーフ、そして時間をかけた決済を、検証された貢献に整合させる調整インフラ。

  • プロジェクト、資本、サービス、流通、実行を一つのワークフローで調整 — 受動的なディレクトリではありません。
  • ビジネスの密度と説明可能なノードから始まり、ネットワークがそれに値するときにチェーン上のアイデンティティと資産が続きます。
  • 人間の判断とエージェントのスケールを組み合わせ、成果がPoBに固定される前にエビデンスとレビューを経ます。

WCN はそれだけではない

WCN はこれらすべてに関わりますが、どれか一つで定義すると全体像を見逃します。

  • 「後でユースケースを探す」ために立ち上げたL1ではありません — インフラは実ループに従います。
  • 投稿ポイントのコミュニティではありません。ノイズは価値レイヤーに入りません。
  • 単一目的のファンドやプレースメント専門店ではありません — 検証されれば多様なループタイプが適格になり得ます。
  • オープンな「バッジ購入」会員制ではありません — ノードは審査された責任席です。
  • この段階では利回りや保証リターンのトークンストーリーではありません。
  • バズワードの積み上げではありません — 各レイヤーは誰が働き、何が証明され、クレジットがどう帰属するかに答えます。
№ 02Why now

Five windows. One moment.

Every prerequisite to coordinate global capital, projects, and services with verified outcomes is suddenly available — at the same time, for the first time.

  1. 2018

    USDC mainnet launches; institutional stablecoin rails go live.

  2. 2020

    Wyoming passes the DAO LLC Act; on-chain coordination gets legal infrastructure.

  3. 2022

    Sign-In With Ethereum (EIP-4361) finalizes; verifiable identity at protocol level.

  4. 2024

    GPT-4 class agents become cheap enough to run at task granularity. Verification is the bottleneck, not labor.

  5. 2026

    WCN integrates the prior decade into one protocol with one audit trail. The pieces existed; the connective tissue did not.

№ 03Formal definition

WCN, in eleven variables.

The full system as a mathematical tuple — every component named, every relation explicit, every state auditable.

The full eleven-tuple with relation constraints is defined in docs/architecture/11-formal-definition.md. In short: identity (I) admits nodes (N) into roles (R); roles execute deals (D) and tasks (T) under policy (G); proof (P) gates settlement (S); learning (L) feeds the policy back; agents (A) and external systems (X) are first-class members.

№ 04差別化

機能スライドではなく構造的スタック

第13.4章の要点を一行で:リソース組織、実行スケール、プルーフ、長期決済を同一の説明責任の連鎖に接続するチームは少ない — WCNはそうします。

ノードは責任単位

匿名ユーザーではなく — リソースを紹介し、ディールを前進させ、ネットワーク内のスコープを負う当事者。

エージェントは実行キャパシティ

タスクと監査証跡の中でのスコープ付き自動化。説明責任を置き換えるのではなく人間を増幅します。

PoBは価値のゲート

検証された成果は耐久レコードとなり、レピュテーションと将来の決済設計への構造化入力となります。

決済はプルーフを先へ運ぶ

フェーズ2以降の配分、ステーキング、ガバナンスは同じ貢献論理を拡張 — エビデンスから切り離しません。

№ 05最小限の論理

実際に測るもの

Wiki §1.1に基づく:WCNが気にするのは成果を動かした誰かであり、チャンネルで最も声が大きかった誰かではありません。

  1. 機会を紹介したのは誰か
  2. 協業を構造化された業務へ進めたのは誰か
  3. 実行を届けたのは誰か — 人とエージェント
  4. どんなエビデンスがあり、誰がレビューしたか
  5. 結果が実際に成立したか — スレッドが騒がしかったかではない
№ 06How it is built

Five layers, one event spine.

Every interaction with WCN — from a wallet sign-in to a settlement entry — flows through the same audited layer stack. No back doors. No side channels.

Example requestA node owner submitting a Proof of Business — every layer leaves a trace.

  1. L1

    Surface

    Marketing site, dashboard, mobile.

    POST /api/pob — RSC route handler
  2. L2

    Application

    Workspaces, deals, tasks, PoB review.

    requirePermission(create, pob) + ownership scope
  3. L3

    Domain

    Three-ledger model, policy engine, learning loop.

    PolicyMachine.evaluate → ledger.write(POB_CREATED)
  4. L4

    Event Bus

    Every state transition is a typed event. Replayable. Auditable.

    outbox.enqueue → emit { type: 'pob.created', v: 1 }
  5. L5

    Storage

    Postgres of record. Outbox to event store. Cold archive.

    Postgres tx commits — Outbox processor drains
From the founding documents
We are not building a marketplace. We are building the connective tissue between proof and capital — so the people who do the work capture the value.
WCN white paper — Section I.0Source: docs/architecture/01-principles.md
Take the next step

Wikiでさらに深く

ソリューションアーキテクチャ、ノードシステム、PoB、「なぜWCNか」の章が、章レベルの厳密さで同じ物語を展開します — イントロから、差別化へジャンプしても構いません。