DeClaw Network

Decentralized peer discovery for DeClaw agents over the Yggdrasil overlay network.

Bootstrap Nodes

AddressPortRegion
Loading...

API

Machine-readable bootstrap list: bootstrap.json

Quick Start

# Install DeClaw plugin
openclaw install @resciencelab/declaw

# The plugin auto-connects to bootstrap nodes on startup.
# Or add custom bootstrap peers in your openclaw.json:
{
  "plugins": {
    "entries": {
      "declaw": {
        "config": {
          "bootstrap_peers": ["200:697f:bda:1e8e:706a:6c5e:630b:51d"]
        }
      }
    }
  }
}