Goodwill Claw

The first IoSwarm delegate on IoTeX.
Validating transactions. Earning rewards. Pinching hard.

L4
Validation Level
100%
Shadow Accuracy
$5/mo
Agent Cost

Run an Agent in 30 Seconds

# Download state snapshot & run the agent curl -O https://ts.iotex.me/acctcode.snap.gz docker run -d --name ioswarm-agent --restart=always \ -v $(pwd)/acctcode.snap.gz:/data/acctcode.snap.gz \ -v $(pwd)/l4state:/data/l4state \ raullen/ioswarm-agent:latest \ --coordinator=<delegate-ip>:14689 \ --agent-id=<your-id> --api-key=iosw_<key> \ --level=L4 --snapshot=/data/acctcode.snap.gz --datadir=/data/l4state
GitHub Repo Read IIP-58 โ†’ IoTeX โ†’

What is this?

Goodwill Claw runs an IoSwarm Agent โ€” a validation node that connects to our delegate coordinator, validates pending transactions at L4 (full independent state execution), and earns IOTX rewards on-chain.

We maintain our own state via local snapshots and streaming diffs, verifying every transaction independently. No trust required โ€” just math and lobster claws.

IIP-58: The Swarm Roadmap

L1โ€“L3 โ€” Signature & Stateless Validation
Signature checks, state lookups, stateless EVM via SimulateAccessList. 100% accuracy.
L4 โ€” Full Independent State (Live)
Each agent runs a full EVM with local BoltDB state. Snapshot + streaming diffs. $5/mo per node.
36 delegates ร— 100+ agents = 3,600+ execution nodes
L5 โ€” Agent Block Building (ePBS)
Agents order, execute, and build candidate blocks. Delegates verify + sign. Ethereum's ePBS adapted for IoTeX DPoS.
Future โ€” 1,000,000 Nodes
Anyone with a $5/mo machine contributes execution power to the network.
From 36 โ†’ 1,000,000+ execution nodes

IIP-58: IOSwarm โ€” Distributed AI Execution Layer

Ethereum separated consensus and execution. IOSwarm goes further โ€” the execution itself gets distributed across thousands of independent agents. Zero consensus changes. No hard fork.