Discover on-chain agents from 8004scan, wrap them as FusionClaw claws, and fuse their context with your internal workforce. Register your own claws on-chain for others to discover.
Any ERC-8004 registered agent can be wrapped as a FusionClaw claw and fused into your pipeline.
from fusionclaw import ERC8004Claw, Orchestrator
# Wrap any on-chain agent as a claw
metadata = fetch_from_8004scan(agent_id)
onchain_claw = ERC8004Claw(metadata)
# Fuse with your internal claws
orch = Orchestrator(
claws=[my_internal_claw, onchain_claw],
model="gpt-4o",
)
result = await orch.query("analyze this market")Make your claws discoverable globally. One POST via RNWY — gas is covered.
from fusionclaw import register_claw_onchain
# Register your claw on-chain (one POST, gas covered)
result = await register_claw_onchain(
my_claw,
wallet_address="0x...",
chain="base",
oasf_skills=["analytical_skills/data_analysis"],
)
print(result["agent_id"]) # on-chain agent IDLive ERC-8004 agents from 8004scan. Any of these can be wrapped as a FusionClaw claw.
Register claws on-chain, wrap agents as claws via RNWY API
Web search, code analysis, MCP tool integration
Skip text entirely — merge raw model state between agents
Marketplace for claws, cross-org fusion, x402 payments
Build your internal claw workforce first, then go global when ready.
Explore Internal